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:
@@ -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',
|
||||
};
|
||||
|
Reference in New Issue
Block a user