[PR #5753] [MERGED] A11y: Improved menu tagging #6558

Closed
opened 2026-02-05 10:35:33 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/5753
Author: @ssddanbrown
Created: 8/7/2025
Status: Merged
Merged: 8/8/2025
Merged by: @ssddanbrown

Base: developmentHead: a11y_menu_updates


📝 Commits (2)

  • c66f3b2 A11y: Improved tagging of profile menu
  • 0bc9ddd A11y: Updated other dropdown menus with correct tagging

📊 Changes

16 files changed (+104 additions, -57 deletions)

View changed files

📝 lang/en/entities.php (+4 -0)
📝 resources/sass/_components.scss (+4 -1)
📝 resources/sass/_header.scss (+1 -0)
📝 resources/sass/styles.scss (+9 -2)
📝 resources/views/common/dark-mode-toggle.blade.php (+2 -2)
📝 resources/views/common/sort.blade.php (+7 -3)
📝 resources/views/entities/breadcrumb-listing.blade.php (+9 -6)
📝 resources/views/entities/export-menu.blade.php (+9 -10)
📝 resources/views/entities/list-item-basic.blade.php (+4 -1)
📝 resources/views/entities/watch-controls.blade.php (+10 -4)
📝 resources/views/layouts/parts/header-user-menu.blade.php (+21 -11)
📝 resources/views/pages/parts/code-editor.blade.php (+3 -3)
📝 resources/views/pages/parts/editor-toolbar.blade.php (+11 -10)
📝 resources/views/settings/recycle-bin/parts/recycle-bin-list-item.blade.php (+8 -4)
📝 resources/views/settings/roles/index.blade.php (+1 -0)
📝 resources/views/users/index.blade.php (+1 -0)

📄 Description

For #5752.

Todo

  • Profile menu
  • Breadcrumb menu
  • Watch options menu
  • Export menu
  • Sort menu (books/shelves/tags/users/roles/audit-log/webhooks)
  • Recycle bin actions
  • Page edit draft menu

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/5753 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 8/7/2025 **Status:** ✅ Merged **Merged:** 8/8/2025 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `a11y_menu_updates` --- ### 📝 Commits (2) - [`c66f3b2`](https://github.com/BookStackApp/BookStack/commit/c66f3b2a3754db0543e996e533554772b6a8b50a) A11y: Improved tagging of profile menu - [`0bc9ddd`](https://github.com/BookStackApp/BookStack/commit/0bc9ddd780754d4e562da2d8bcc4b19440550598) A11y: Updated other dropdown menus with correct tagging ### 📊 Changes **16 files changed** (+104 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `lang/en/entities.php` (+4 -0) 📝 `resources/sass/_components.scss` (+4 -1) 📝 `resources/sass/_header.scss` (+1 -0) 📝 `resources/sass/styles.scss` (+9 -2) 📝 `resources/views/common/dark-mode-toggle.blade.php` (+2 -2) 📝 `resources/views/common/sort.blade.php` (+7 -3) 📝 `resources/views/entities/breadcrumb-listing.blade.php` (+9 -6) 📝 `resources/views/entities/export-menu.blade.php` (+9 -10) 📝 `resources/views/entities/list-item-basic.blade.php` (+4 -1) 📝 `resources/views/entities/watch-controls.blade.php` (+10 -4) 📝 `resources/views/layouts/parts/header-user-menu.blade.php` (+21 -11) 📝 `resources/views/pages/parts/code-editor.blade.php` (+3 -3) 📝 `resources/views/pages/parts/editor-toolbar.blade.php` (+11 -10) 📝 `resources/views/settings/recycle-bin/parts/recycle-bin-list-item.blade.php` (+8 -4) 📝 `resources/views/settings/roles/index.blade.php` (+1 -0) 📝 `resources/views/users/index.blade.php` (+1 -0) </details> ### 📄 Description For #5752. ### Todo - [x] Profile menu - [x] Breadcrumb menu - [x] Watch options menu - [x] Export menu - [x] Sort menu (books/shelves/tags/users/roles/audit-log/webhooks) - [x] Recycle bin actions - [x] Page edit draft menu --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:35:33 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6558