-
Notifications
You must be signed in to change notification settings - Fork 11
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 buggy refresh (patch) #950
base: main
Are you sure you want to change the base?
fix buggy refresh (patch) #950
Conversation
79dd08c
to
4e531ae
Compare
* Each tab has its slug as a route parameter * Default redirect to first tab * History management between tabs * Better scroll behavior: * generally try to display tabs at the top of the screen when navigating between tabs * remember saved positions (mimics native browser behavior) * Dynamic scroll margin to always scroll to the proper position * Add a "useResizeObserver" (taken from vueuse project)
4b9dac5
to
175258f
Compare
…is-onglet-transverse
175258f
to
3d8f1bb
Compare
LayoutIcon is used on tab "Éléments transverses"
456ee58
to
ea31ccd
Compare
ea31ccd
to
f7f5e07
Compare
* it simplifies the architecture as selecting a new tab always changes the route * + Add some enums and use them to avoid using slugify to much
f7f5e07
to
dd5417b
Compare
component: AuditGenerationPageCriteria, | ||
componentParams: { | ||
page: transversePage, | ||
auditUniqueId: "uniqueId" |
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.
Utiliser la prop : props.uniqueId
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.
Bien sûr 🤦
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.
Bien sûr 🤦
component: AuditGenerationPageCriteria, | ||
componentParams: { | ||
page: p, | ||
auditUniqueId: "uniqueId" |
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.
Utiliser la prop : props.uniqueId
closes #839
closes #934
closes #949