Merged
Conversation
- Convert Select components to use BaseUI Select - Update calendar dropdown navigation with BaseUI components - Migrate data table status filters to BaseUI Select - Refactor patient form and modals with BaseUI integration - Update appointment modal components - Migrate patient history and documents views - Reorganize inactivate button to modules/patients - Update patient list table with BaseUI Select - Refactor period selector with BaseUI - Update gender chart filters - Migrate gender and city patient charts - Update query types and cache constants
- Create use-patient-options hook for status filtering - Update dialog component with BaseUI integration - Migrate patient requirements modals to BaseUI - Refactor patient list table and actions - Add patient status type definitions - Update patient form and sidebar components - Enhance patient data fetching - Add mock data for patient testing
- Add Status enum to patient-requirements, patients, and referrals types - Update user roles and support status types - Migrate dropdown components to use status enums - Update patient form and data table with type-safe status handling - Refactor patient support and team type definitions - Enhance type safety for order and query parameters
✅ Deploy Preview for abnmo ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Move dashboard cards to modules/dashboard - Move patient components to modules/patients - Move teams table to modules/teams - Consolidate patient form and modals in modules - Remove mock data from referrals - Update import paths across components - Improve module organization and structure
julianosill
added a commit
that referenced
this pull request
Jan 20, 2026
* feat(components): migrate dialog from radix to base-ui * feat(components): migrate select from radix to base-ui * refactor(appointments): reorganize and integrate appointment modal * feat(referrals): add base referral types * refactor(patients): reorganize patients list table to module * chore(patient-requirements): use new dialog component * feat(baseui): migrate components and modules to BaseUI - Convert Select components to use BaseUI Select - Update calendar dropdown navigation with BaseUI components - Migrate data table status filters to BaseUI Select - Refactor patient form and modals with BaseUI integration - Update appointment modal components - Migrate patient history and documents views - Reorganize inactivate button to modules/patients - Update patient list table with BaseUI Select - Refactor period selector with BaseUI - Update gender chart filters - Migrate gender and city patient charts - Update query types and cache constants * refactor(patients): add patient status select and update modals - Create use-patient-options hook for status filtering - Update dialog component with BaseUI integration - Migrate patient requirements modals to BaseUI - Refactor patient list table and actions - Add patient status type definitions - Update patient form and sidebar components - Enhance patient data fetching - Add mock data for patient testing * refactor(types): standardize status type definitions across modules - Add Status enum to patient-requirements, patients, and referrals types - Update user roles and support status types - Migrate dropdown components to use status enums - Update patient form and data table with type-safe status handling - Refactor patient support and team type definitions - Enhance type safety for order and query parameters * refactor: reorganize modules into dedicated folders - Move dashboard cards to modules/dashboard - Move patient components to modules/patients - Move teams table to modules/teams - Consolidate patient form and modals in modules - Remove mock data from referrals - Update import paths across components - Improve module organization and structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tipo
Descrição
Atualiza alguns componentes para utilizar a biblioteca Base UI ao invés de Radix UI.
Checklist