UX: add gift emoji styling for new features (#24523)

When admin has unseen new feature, gift emoji is added to a link.

In addition, `/new-features` path was changed to `/whats-new`
This commit is contained in:
Krzysztof Kotlarek
2023-11-27 09:32:28 +11:00
committed by GitHub
parent 856ccb34e1
commit dc2a0854b0
15 changed files with 64 additions and 62 deletions

View File

@@ -320,8 +320,7 @@ Discourse::Application.routes.draw do
get "dashboard/moderation" => "dashboard#moderation"
get "dashboard/security" => "dashboard#security"
get "dashboard/reports" => "dashboard#reports"
get "dashboard/new-features" => "dashboard#new_features"
put "dashboard/mark-new-features-as-seen" => "dashboard#mark_new_features_as_seen"
get "dashboard/whats-new" => "dashboard#new_features"
resources :dashboard, only: [:index] do
collection { get "problems" }