1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 20:37:42 +00:00

migrate tags UI and delete old tags (#7699)

* basic codes

remove useless

* remove useless

* remove useless codes

* remove useless codes
This commit is contained in:
Michael An
2025-04-02 16:04:39 +08:00
committed by GitHub
parent 894679436c
commit 56d4ebc785
32 changed files with 145 additions and 1724 deletions

View File

@@ -10,4 +10,8 @@ export const EVENT_BUS_TYPE = {
RESTORE_IMAGE: 'restore_image',
OPEN_MARKDOWN: 'open_markdown',
// migrate tags
OPEN_TREE_PANEL: 'open_tree_panel',
OPEN_LIBRARY_SETTINGS_TAGS: 'open_library_settings_tags',
};