discourse/app/assets/javascripts/admin/addon/controllers/admin-dashboard-new-features.js
Krzysztof Kotlarek 96c5a6c9ca
FEATURE: dedicated admin section for new features (#24292)
New tab in admin panel with list of new features. Presentation was enhanced by screenshot and markdown description.

Related PR https://github.com/discourse-org/discourse-new-features-feeds/pull/23
2023-11-20 09:59:04 +11:00

4 lines
124 B
JavaScript

import Controller from "@ember/controller";
export default class AdminDashboardNewFeaturesController extends Controller {}