-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feature(OH2-276): Implement main menu + sidemenu navigation * update: Update routes paths * update: Apply requested/suggested changes * update: Add hospital infos * update: Update admin sidemenu responsiveness * styles: Update admin sidebar styles * styles: Update MenuItem styles * feature: Add ward list * styles: Update component styles * feature: Add ward edit/new form * feature: Implement ward crud operations * update: Update form field values formatting * update: Add filter button component and update table component * styles: Update admin content width and remove unused import * update: Optimize import and sync permissionList fixtures * update: Add filter functionality to table component * fix: Fix number filter * update: Update table filter and add props doc * fix: Fix filter for select fields * update: Update table header * update: Prevent filter change dispatch when the filter is automatic * update: Remove unused file and update filter props doc * update: Update ward form cancel action * update: Update filter menu * fix(ADMIN): Fix admin side menu active section --------- Co-authored-by: SteveGT96 <[email protected]>
- Loading branch information
Showing
19 changed files
with
537 additions
and
229 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,3 @@ | |
display: flex; | ||
flex-direction: column; | ||
} | ||
.actions { | ||
display: flex; | ||
justify-content: end; | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.