mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-27 09:35:51 +00:00
* Fixed semantic problem in navigation-bar.svelte Closes [4574] * Reintroduced styling for navigation-bar.svelte Based on button styling * Horizontal rule set as decoration in navigation-bar.svelte * aria-current added as an assistive technology indication for current page Horizontal rule indicates current page for users that can see the screen and with aria-current screen-reader users get the same information * Temporary fix for accessibility name of the link when SVG replaces text This is a temporary fix as we first need to fix the svelte-material-icons to support role="img" on rendered SVGs. * fix(web): horizontal rule replaced with div hr is not semantically correct, therefore we tried with role="decoration" (that should be role="presentation") but it's actually better to just use a div as it's best practice to not override semantics when we can avoid that... Btw. the semantics for active element for assistive technology is added with previous commit setting aria-current on the link... * chore: format --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> |
||
|---|---|---|
| .. | ||
| context-menu | ||
| create-share-link-modal | ||
| gallery-viewer | ||
| leaflet | ||
| navigation-bar | ||
| notification | ||
| portal | ||
| progress-bar | ||
| scrollbar | ||
| search-bar | ||
| side-bar | ||
| album-selection-modal.svelte | ||
| apple-header.svelte | ||
| base-modal.svelte | ||
| confirm-dialogue.svelte | ||
| control-app-bar.svelte | ||
| drag-and-drop-upload-overlay.svelte | ||
| dropdown-button.svelte | ||
| empty-placeholder.svelte | ||
| favicon-header.svelte | ||
| full-screen-modal.svelte | ||
| fullscreen-container.svelte | ||
| immich-logo.svelte | ||
| loading-spinner.svelte | ||
| navigation-loading-bar.svelte | ||
| profile-image-cropper.svelte | ||
| show-shortcuts.svelte | ||
| status-box.svelte | ||
| theme-button.svelte | ||
| upload-asset-preview.svelte | ||
| upload-panel.svelte | ||
| user-avatar.svelte | ||
| version-announcement-box.svelte | ||