discourse/plugins/discourse-solved/assets/javascripts/discourse
Martin Brennan 1ce5697430
UX: Add or remove category types with a dropdown (#39477)
The current UX of removing category types ("Remove X type" button
in the relevant tab like Support/Ideas is not ideal, nor
is the way of adding more category types (hunting down the
right setting and enabling it).

This PR solves both problems by adding a multi-select dropdown
to the General tab of the category edit page, which lists all available
category types and allows adding or removing them in one place.

On our hosting, certain category types will be gated by plan
level.
2026-04-30 11:38:50 +10:00
..
components UX: Add or remove category types with a dropdown (#39477) 2026-04-30 11:38:50 +10:00
connectors FEATURE: add setting to opt out of solved notifications (#38730) 2026-04-01 18:47:30 +04:00
initializers FEATURE: add setting to opt out of solved notifications (#38730) 2026-04-01 18:47:30 +04:00
lib DEV: update solved initializers to avoid using modifyClass pattern (#37918) 2026-02-25 13:11:09 +04:00
pre-initializers DEV: convert solved connectors to glimmer components (#37879) 2026-02-19 12:57:51 +04:00
routes/user-activity DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
templates/user-activity DEV: Remove RouteTemplate wrapper (#35414) 2025-10-27 15:38:00 +00:00
solved-route-map.js