Use nested routing for navigation

Remove dashboard_open signal
Use <a> tags to navigate to new pages
Add dashboard and search to nested routing
This commit is contained in:
2024-05-12 11:00:47 -04:00
parent 60ad643669
commit ff43b3f7e8
3 changed files with 28 additions and 27 deletions

View File

@ -25,6 +25,7 @@
transition: all 0.5s;
cursor: pointer;
color: grey;
text-decoration: none;
}
.sidebar-top-container .buttons:hover {
color: white;