To properly escape branch names containing
special characters like `/` (e.g., replaced with `%2F`).
This ensures that copied links work correctly
even when branch names include special characters.
Squash commits of branch feature/uniform_configuration_document_titles:
- Use uniform document titles in configuration pages
- Use different titles for global, repository and namespace config
- Make the code a lot prettier
- Remove detailed configuration title
The previous keyboard iterator did not take into account, if multiple items deregistered at once.
Therefore, the keyboard iterator ran into an iterator invalidation bug, because the assigned index of an element can run out of bounds.
Elements with an out of bounds assigned index, would not be able to deregister and therefore stay in the list of registered items.
Therefore messing up the iteration logic.
Squash commits of branch bugfix/repo_type:
- Fix selection of undefined type in import repository dialog
- Remove required marker, add i18n genitive
- Select first available repositoryType as default
Squash commits of branch bugfix/alerts:
- Render `a`-tag only when `alert.link` is set
- Fullsize alerts and notifications in mobile view
- Make `a`-tag focusable
- Remove superfluous style
Only the clickable area should show a mouse indicator.
Squash commits of branch bugfix/alert_styling:
- Fix styling of alerts
- Update documentation
- Add changelog entry
- Wrap section in anchor tag
- Change width of alert dropdown to be 100vw if screen width is mobile (less than 768px)
- Remove superfluous style
Only the truly clickable area should show the matching styles.
Document titles represent the pages, for example in lists
with bookmarks. They are important for navigation and
orientation in websites. If the offer or the content of the
page is not labeled, orientation is impaired.
This changes the behavior for setting document titles.
The functionality has been removed from the Page and
Title components and is now represented by `useDocumentTitle`
hook to better describe the content of inividual pages.
Co-authored-by: Anna Vetcininova<anna.vetcininova@cloudogu.com>