Skip to content

Commit

Permalink
Add: Configurable sidebar menu [GS-114].
Browse files Browse the repository at this point in the history
Fix: close sub-menu on NavDropdown when a NavDropdownItem is clicked [GS-112].
  • Loading branch information
Carlos J. Ramirez committed Aug 18, 2024
1 parent 26d4df5 commit 016c0e2
Show file tree
Hide file tree
Showing 14 changed files with 716 additions and 146 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch

### New
Add Darkmode [GS-63].
Add: Configurable sidebar menu [GS-114].

### Changes
Replace react-bootstrap entirely and use only tailwindcss, because there are issues having both at the same time [GS-63].
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"config-overrides.js",
".env.example",
"CHANGELOG.md",
"src/lib/images"
"src/lib/images",
"public/output.css"
],
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 016c0e2

Please sign in to comment.