Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Toolbar back button bad #41

Open
Drewbi opened this issue Mar 7, 2022 · 0 comments
Open

[BUG] Toolbar back button bad #41

Drewbi opened this issue Mar 7, 2022 · 0 comments
Labels
APP medium Will take some work problem Something isn't working

Comments

@Drewbi
Copy link
Contributor

Drewbi commented Mar 7, 2022

[APP]
Problem
Currently our back button links straight back to the dashboard no matter where it's pressed.

Where/When
On any page with a back button, eg /sessions/:sessionid

Desired behavior
Should go logically out one level. eg clicking back on /sessions/:sessionid should go back to /sessions and clicking it again should go back to /. This is different to just doing history.go(-1) as this would cycle back through every page you've visited before getting back to the dashboard.

Additional context
The back button lives inside Toolbar.vue

@Drewbi Drewbi added the problem Something isn't working label Mar 7, 2022
@Drewbi Drewbi changed the title [BUG] [BUG] Toolbar back button bad Mar 7, 2022
@Drewbi Drewbi added medium Will take some work APP labels Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
APP medium Will take some work problem Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant