-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove flowbite from the main navigation bar
The main navigation bar (on the top) uses the Collapsible components from Flowbite to provide actions for the hamburger menu. It turns out that Flowbite is a bit annoying to get right with SSR, so let's just remove it and rely in pure Vue concepts for something as trivial as a collapsible menu bar. While at it, also * Follow the style guide more closely and display a close button whenever the menu is open. * Reduce the amount of executed JavaScript. * Use icons directly from the icon library.
- Loading branch information
Showing
5 changed files
with
13 additions
and
57 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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,7 +122,4 @@ export default { | |
'desktop': '1280px', // xl | ||
}, | ||
}, | ||
plugins: [ | ||
require('flowbite/plugin') | ||
], | ||
} |
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