Martin Brennan
57ededb770
DEV: Move admin sidebar out of initializer ( #25396 )
...
Having the admin sidebar code in an instance initializer is not
ideal because:
* It runs during app boot which may not even be necessary based on site settings
* It makes it hard for plugins to register additional links in time without resorting
to before/after initializer gymnastics
This PR moves the admin sidebar into a lib and creates the panel
in custom-sections.js, then the sections and links are loaded when
the main sidebar component is rendered, which leaves plugins enough
time to add additional links in an initializer.
---------
Co-authored-by: David Taylor <david@taylorhq.com>
2024-01-25 10:45:14 +10:00
..
2023-10-18 11:07:09 +01:00
2023-07-18 14:52:55 -05:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-07-18 14:52:55 -05:00
2023-10-10 21:46:54 +01:00
2023-10-10 21:46:54 +01:00
2023-10-18 11:07:09 +01:00
2023-10-18 11:07:09 +01:00
2023-08-21 16:53:54 -05:00
2023-10-10 21:46:54 +01:00
2023-10-18 11:07:09 +01:00
2023-08-21 16:53:54 -05:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-10-10 21:46:54 +01:00
2023-02-08 11:21:39 -08:00
2023-10-10 21:46:54 +01:00
2023-07-18 14:52:55 -05:00
2023-03-15 13:17:51 +00:00
2023-11-08 13:42:27 +10:00
2023-10-18 11:07:09 +01:00
2023-03-15 13:17:51 +00:00
2023-10-18 11:07:09 +01:00
2023-11-08 13:42:27 +10:00
2023-03-15 13:17:51 +00:00
2023-11-20 09:59:04 +11:00
2023-10-10 21:46:54 +01:00
2023-10-10 21:46:54 +01:00
2023-10-10 21:46:54 +01:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-10-10 21:46:54 +01:00
2023-03-15 13:17:51 +00:00
2023-10-10 21:46:54 +01:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-10-10 21:46:54 +01:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-10-10 21:46:54 +01:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-10-10 21:46:54 +01:00
2023-03-15 13:17:51 +00:00
2023-10-10 21:46:54 +01:00
2023-10-10 21:46:54 +01:00
2023-10-10 21:46:54 +01:00
2023-11-02 10:34:37 +10:00
2023-10-19 14:23:41 +10:00
2023-10-19 14:23:41 +10:00
2024-01-25 10:45:14 +10:00
2023-11-29 12:26:31 +01:00
2023-10-10 21:46:54 +01:00
2023-10-10 21:46:54 +01:00
2023-10-18 11:07:09 +01:00
2023-10-10 21:46:54 +01:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-10-10 21:46:54 +01:00
2023-10-10 21:46:54 +01:00
2023-03-15 13:17:51 +00:00
2023-10-10 21:46:54 +01:00
2023-03-15 13:17:51 +00:00
2023-10-10 21:46:54 +01:00
2023-10-10 21:46:54 +01:00
2023-10-10 21:46:54 +01:00
2023-03-15 13:17:51 +00:00
2023-10-10 21:46:54 +01:00
2023-10-18 11:07:09 +01:00
2023-10-10 21:46:54 +01:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-03-15 13:17:51 +00:00
2023-10-09 03:35:31 +00:00
2024-01-25 10:45:14 +10:00