FEATURE: Allow showing only experiments on "What's new?" (#31347)

This commit allows admins to filter the list of feature
feed items on the "What's new?" page to _only_ show experiments.

This is useful to both find existing experiments they may have
enabled, and to get a better overview of new ones they would
like to try.

This will eventually not be required when we build a dedicated
config page for experiments.
This commit is contained in:
Martin Brennan
2025-02-14 13:30:37 +10:00
committed by GitHub
parent 2763e1726e
commit b471e3d5ba
5 changed files with 112 additions and 14 deletions

View File

@@ -5244,6 +5244,7 @@ en:
previous_announcements: "You can see previous new feature announcements on <a href='%{url}' target='_blank'>Discourse Meta</a>"
learn_more: "Learn more..."
experimental: "Experimental"
only_experiments: "Only show experimental features"
experiment_enabled: "You have enabled the experimental feature."
experiment_disabled: "You have disabled the experimental feature."
experiment_toggled_too_fast: "You have toggled the experimental feature too fast. Please wait a few seconds before trying again."