mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 08:23:45 +08:00
We now have a dedicated tag settings page similar to category editing, but at the moment we show two wrench buttons when filtered to a category + tag... this isn't ideal! <img width="250" alt="image" src="https://github.com/user-attachments/assets/0708028d-af2e-42b9-bac7-43ec7debe6ba" /> So this PR creates a new select-kit component, `TagCategoryAdminDropdown` <img width="250" alt="image" src="https://github.com/user-attachments/assets/7939168d-b13c-4fad-99fd-136cc6df7786" /> This matches the styles and behavior of the dropdown we have on the `/categories` page: <img width="250" alt="image" src="https://github.com/user-attachments/assets/133489a8-29b8-4b8f-b92e-e61901531d08" />
28 lines
777 B
SCSS
Vendored
28 lines
777 B
SCSS
Vendored
@import "categories-admin-dropdown";
|
|
@import "category-chooser";
|
|
@import "category-drop";
|
|
@import "category-row";
|
|
@import "category-selector";
|
|
@import "color-palettes";
|
|
@import "color-palette-picker";
|
|
@import "combo-box";
|
|
@import "composer-actions";
|
|
@import "dropdown-select-box";
|
|
@import "email-group-user-chooser";
|
|
@import "flair-row";
|
|
@import "future-date-input-selector";
|
|
@import "icon-picker";
|
|
@import "list-setting";
|
|
@import "mini-tag-chooser";
|
|
@import "multi-select";
|
|
@import "notifications-button";
|
|
@import "notifications-filter";
|
|
@import "period-chooser";
|
|
@import "select-kit";
|
|
@import "single-select";
|
|
@import "tag-category-admin-dropdown";
|
|
@import "tag-chooser";
|
|
@import "tag-drop";
|
|
@import "topic-chooser";
|
|
@import "topic-notifications-button";
|
|
@import "user-row";
|