-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Good First IssueSomething to tackle as a new memberSomething to tackle as a new memberLow PriorityNot important to work on right nowNot important to work on right nowWorkoad LightA few simple changesA few simple changes
Description
Current Behavior
The current router does not change the URL, which causes issues. When you refresh the page, it goes back to the home screen regardless of what tab you are actually in.
How to Implement
In main.ts, look at the vue documentation to figure out how to fix the router. Might have to edit Navbar.vue on how it determines how it greys out the navbar's tab as a result.
Test
This feature is successfully implemented if it does the following below:
- Refreshing the page results in staying in the tab you were currently in
- Clicking on a tab should result in the navbar's tab being greyed, and refreshing the page should still be greyed.
- Clicking on a tab should not make the page entirely reload the page (Basically, allows instant change of tabs)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good First IssueSomething to tackle as a new memberSomething to tackle as a new memberLow PriorityNot important to work on right nowNot important to work on right nowWorkoad LightA few simple changesA few simple changes