feat(patient): enhance patient detail view with accordion and timezone support
- Add date-fns-tz for timezone-aware date formatting - Refactor patient detail view to use accordion components - Improve date display formatting with locale support - Update navigation handling for edit and back actions - Extend ClickType enum to include 'edit' action
This commit is contained in:
@@ -1 +1 @@
|
||||
export type ClickType = 'back' | 'draft' | 'submit'
|
||||
export type ClickType = 'back' | 'draft' | 'submit' | 'edit'
|
||||
|
||||
Reference in New Issue
Block a user