-
Notifications
You must be signed in to change notification settings - Fork 0
Implemented Breadcrumbs and other application improvements #286
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
Conversation
…fix components still unnecessarily filtering permitTypes
…ueries, fixing states/stores of components/views, and adding/removing props. Reflect changes in confirmation emails
Breadcrumbs and everything seem fine to me from my regression testing. With the exception of User Management, erroring out if you switch roles on someone and then try to switch back OR revoke them and try to re-add them. This was addressed in PADS-438/pr-247 in January...(as well as the auto-save scroll to top problem that has resurfaced). |
Proponents side looks good to me! Can we just hide the breadcrumb on the 'Housing' page? There's no point of showing it when there's no path to show. Navigator side - looks like it's still getting worked on? The origin of the breadcrumb is also set to 'Housing' here, it should be 'submissions.' |
ca903c8
to
5ca15e3
Compare
8e6e675
to
050c95d
Compare
import type { MenuItem } from 'primevue/menuitem'; | ||
import type { ComputedRef } from 'vue'; | ||
import type { RouteLocationMatched, RouteRecordNameGeneric, RouteRecordRaw } from 'vue-router'; | ||
import { storeToRefs } from 'pinia'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import ordering
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
case 'contact': { | ||
return 'Contact details'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no dynamic data here. Can this contact bit be moved directly to the router?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
3d12d4c
to
17d6c0c
Compare
17d6c0c
to
2e58a01
Compare
Description
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality) PADS-460
Checklist
Further comments