Release 2187
Trello card
Context
The dashboard pages are using back links, return buttons and breadcrumbs to help users navigate around, but there are cases where these components are misused or have outdated links.
In an effort to improve the navigation, we want to apply the following rules:
back linksonly in nested formsbreadcrumbsin nested pages (no forms)return buttonsin nested pages (no forms), but also in confirmation pages.- None if it's a single form page (e.g. the "turn profile on/off" page)
Some work around the return buttons has been already been merged (see: #2157 #2159)
Changes proposed in this pull request
- Remove all breadcrumbs from forms and the on_boarding process
- Add breadcrumbs in nested pages
- Add back links to all nested forms and remove them from the rest pages
- Update back links to go back to the correct page
- Update return buttons that were missed in the previous PRs