-
Notifications
You must be signed in to change notification settings - Fork 87
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
fix: Fixed rendering and navigation of all tests in DashboardView and added navigation to a test from sidedrawer also #604
base: develop
Are you sure you want to change the base?
Conversation
…t specific test managerview
https://ruxailab-prod.firebaseapp.com/ |
@saltykheera I am not using firebase emulator. I am using firebase directly. And It is an issue in develop branch. In production it is working perfectly but not in the code of this repo. |
on which branch the main website is on ? |
@marcgc21 on what branch the current production is working ? |
|
Previously, after test creation, the DashboardView remained empty and no tests have been rendered on it.
Also added an onclick navigation to the route of that specific test ManagerView.
Added rendering of all test in navigation header in Drawer.vue.
Navigating to different tests directly from navigation header.
Before:
Screencast.from.2025-02-20.20-23-29.webm
Screencast.from.2025-02-22.19-16-13.webm
After all fixes:
Screencast.from.2025-02-20.20-17-18.webm
Screencast.from.2025-02-22.19-09-57.webm