1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 04:48:03 +00:00

Feature/show tags in search dialog (#7727)

* show related tags

* optimize

* fix eslint warning

* change searched tags background

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
Co-authored-by: Michael An <1822852997@qq.com>
This commit is contained in:
Aries
2025-04-15 13:52:37 +08:00
committed by GitHub
parent da86a8e1b0
commit c23a153818
13 changed files with 251 additions and 38 deletions

View File

@@ -14,4 +14,10 @@ export const EVENT_BUS_TYPE = {
// migrate tags
OPEN_TREE_PANEL: 'open_tree_panel',
OPEN_LIBRARY_SETTINGS_TAGS: 'open_library_settings_tags',
// tags
TAG_STATUS: 'tag_status',
TAGS_DATA: 'tags_data',
SELECT_TAG: 'select_tag',
UPDATE_SELECTED_TAG: 'update_selected_tag',
};