-
Notifications
You must be signed in to change notification settings - Fork 3
Fix Router Redirects #27
Copy link
Copy link
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
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
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: