feat(visual): visual adjustments #37

Merged
JoaoGustavo-dev merged 4 commits from feature/visual-adjustments into develop 2025-10-04 01:21:57 +00:00
Collaborator

Key changes:

  • Replaced name="documentos" textarea with a <select> in the calendar form; updated the "Informações adicionais" label and chevrons to text-primary and moved the chevron next to the label.
  • Standardized buttons/inputs (height h-11, hover behavior, primary colors).
  • Uploads/attachments in patient and doctor forms now use primary styling.
  • Removed the Agenda/Time block from doctor registration.
  • HeaderAgenda/FooterAgenda updated to navigate explicitly to /calendar on Cancel/Back.

Notes:

  • package-lock.json shows deleted locally — confirm if intentional.
  • ProtectedRoute was modified and reverted earlier; lint warnings may remain if you want them fixed.
## Key changes: - Replaced `name="documentos"` textarea with a `<select>` in the calendar form; updated the "Informações adicionais" label and chevrons to `text-primary` and moved the chevron next to the label. - Standardized buttons/inputs (height h-11, hover behavior, primary colors). - Uploads/attachments in patient and doctor forms now use primary styling. - Removed the Agenda/Time block from doctor registration. - HeaderAgenda/FooterAgenda updated to navigate explicitly to `/calendar` on Cancel/Back. ## Notes: - `package-lock.json` shows deleted locally — confirm if intentional. - ProtectedRoute was modified and reverted earlier; lint warnings may remain if you want them fixed.
M-Gabrielly added 4 commits 2025-10-04 01:19:48 +00:00
ações para formulários de agendamento

  - calendar-registration-form.tsx:
      - Otimizadas importações de ícones e
  adicionadas novas caixas de seleção para
  reembolso e impressão de etiquetas.
      - Introduzido campo 'Profissional
  solicitante' com funcionalidade de busca.
      - Removido botão 'Cancelar' interno.
  - FooterAgenda.tsx:
      - Consolidado botões de ação,
  removendo 'Cancelar' e 'Salvar as
  alterações' redundantes.
- Standardize borders for all fields (inputs, selects, textareas) with gray-300
- Add consistent hover effect (gray-400) across all fields
- Implement active highlight (blue) on navigation buttons
- Adjust field height from h-10 to h-11 for better proportion
- Add blue hover effect on back button
- Remove unnecessary icons from information card
- Ensure visual consistency only in light mode
- Apply changes to: Input, Textarea, HeaderAgenda, FooterAgenda,
  calendar-registration-form and financeiro page

BREAKING CHANGE: Input and Textarea components now use border-gray-300
by default in light mode instead of border-input
JoaoGustavo-dev merged commit 08109c1f5b into develop 2025-10-04 01:21:57 +00:00
Sign in to join this conversation.
No description provided.