discourse/app/assets/javascripts/admin/addon
Martin Brennan 8180770e7b
FIX: Do not lose admin sidebar when opening chat drawer (#26235)
This commit fixes an issue where the following happens:

1. You open /admin as a member of the admin_sidebar_enabled_groups
1. You then click the chat icon in the header when you prefer to have
   drawer open, or if you just minimise chat into drawer after it opens
   fullscreen
1. You lose the admin sidebar panel, and are reset instead to the main
   panel

Also included is a bit of refactoring to make it so the forcing of
admin sidebar state is in one place.
2024-03-20 09:20:06 +10:00
..
adapters DEV: Allow typed objects theme settings to be saved via settings editor (#26100) 2024-03-11 08:42:12 +08:00
components FEATURE: add language picker for theme translations in admin UI (#26150) 2024-03-18 12:00:28 -04:00
controllers FEATURE: add language picker for theme translations in admin UI (#26150) 2024-03-18 12:00:28 -04:00
helpers DEV: replace registerUnbound usage with default exports (#23802) 2023-10-19 14:28:25 +01:00
lib DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
mixins DEV: Add save button to editing typed objects theme setting route (#26133) 2024-03-13 06:52:46 +08:00
models FEATURE: Allow site settings to be edited throughout admin UI (#26154) 2024-03-18 08:50:39 +10:00
routes FIX: Do not lose admin sidebar when opening chat drawer (#26235) 2024-03-20 09:20:06 +10:00
services FIX: Do not lose admin sidebar when opening chat drawer (#26235) 2024-03-20 09:20:06 +10:00
templates FEATURE: add language picker for theme translations in admin UI (#26150) 2024-03-18 12:00:28 -04:00