discourse/app
Martin Brennan 99d22c85ae
FEATURE: Make admin sidebar keywords translateable (#26657)
This commit ensures that additional keywords for admin
sidebar links (which are also stored in the admin sidebar state
manager) are translated with I18n, which was discussed
in https://meta.discourse.org/t/introducing-experimental-admin-sidebar-navigation/289281/58?u=martin

This also changes the admin sidebar state manager keywords to
not be a TrackedObject -- this is not necessary as keywords are
only set once, and it was causing rendering issues because
the keywords were being set at the same time they were read.

Finally this adds a "theme" keyword to the "Components" link
because we often refer to components as Theme Components

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2024-04-18 16:14:11 +10:00
..
assets FEATURE: Make admin sidebar keywords translateable (#26657) 2024-04-18 16:14:11 +10:00
controllers FIX: Use ILIKE for searching categories (#26619) 2024-04-17 17:20:25 +03:00
helpers DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
jobs UX: make first admin a moderator to review user approvals. (#26588) 2024-04-10 20:59:03 +05:30
mailers FIX: Correctly re-attach allowed images in activity summary e-mail (#26642) 2024-04-18 10:27:46 +08:00
models FIX: don't purge users who were deactivated by the system (#26656) 2024-04-18 09:53:43 +10:00
serializers DEV: Merge two similar category serializers (#26653) 2024-04-17 18:52:34 +03:00
services FEATURE: mandatory fields for group site setting (#26612) 2024-04-18 08:53:52 +10:00
views DEV: allow themes to render their own custom homepage (#26291) 2024-04-02 11:05:08 -04:00