mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 04:44:59 +00:00
What does this change do? This change is a first pass for adding a modal used to edit tags that appears in the navigation menu. As the feature is being worked on in phases, it is currently hidden behind the `new_edit_sidebar_categories_tags_interface_groups` site setting. The following features will be worked on in future commits: 1. Input filter to filter through the tgas 2. Button to reset tag selection to default navigation menu tags site settings 3. Button to deselect all current selection
6 lines
153 B
SCSS
6 lines
153 B
SCSS
@import "sidebar-categories-form";
|
|
@import "sidebar-tags-form";
|
|
@import "topic-footer-mobile-dropdown";
|
|
@import "user-card";
|
|
@import "user-stream-item";
|