Breaking change: Move settings dropdown into sidepanel fb8d95458
The settings (gear) menu now opens as a sidepanel instead of a popover
"Browse categories" moved from the settings dropdown to a sidepanel toolbar button
#topbar-settings-dropdown is now a <div class="panel-list"> instead of <ul class="dropdown-menu" role="menu">; custom CSS targeting .dropdown-menu/[role="menuitem"] inside the gear menu needs updating to the new .panel-list* classes
Bootstrap dropdown lifecycle events (show.bs.dropdown etc.) no longer fire on the gear trigger
Focus sidepanels on open and restore focus on close (a11y)
Opening a sidepanel now moves keyboard focus into it; closing returns focus to the button that opened it
The sidebar toolbar is reachable by keyboard again (the button strip always keeps one tab stop)
Renamed the topbar "Settings" panel to "Quick Settings"
Move notifications popover into sidepanel 2c6022998
Desktop notifications open as a sidepanel instead of a floating popover
Calendar reminders and invitations include a "Show in calendar" link that highlights the appointment in the current calendar view
Refresh the folder tree per account so large accounts don't freeze the UI (appsuite/support#1522)
Opening or refreshing a mail account with a very large number of folders (e.g. a shared account with 1000+ folders) no longer freezes the UI; the folder tree is now refreshed per account, in the background, in chunks
Folder actions (empty, restore, delete) now refresh only the affected account instead of reloading every account