aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-09-14 10:37:36 +0100
committerGitHub <noreply@github.com>2025-09-14 10:37:36 +0100
commit820b7e655a670cf8b8e3f7ad8bb1eb487ee20405 (patch)
tree7bc8443499b8d72afc286d7ed778e118a284ce03 /apps/web/lib
parentc2dcb9dca6218d315c032e1644325c144408b4e9 (diff)
downloadkarakeep-820b7e655a670cf8b8e3f7ad8bb1eb487ee20405.tar.zst
feat: Add Create Tag button to tags page (#1942)
* feat: add Create Tag button to tags page - Added useCreateTag hook to shared-react/hooks/tags.ts - Created CreateTagModal component for tag creation without bookmark attachment - Added Create Tag button to AllTagsView component - Added necessary translation keys for the new feature Fixes #1937 Co-authored-by: Mohamed Bassem <MohamedBassem@users.noreply.github.com> * format * localize toasts --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Mohamed Bassem <MohamedBassem@users.noreply.github.com>
Diffstat (limited to 'apps/web/lib')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json
index a5dddd56..065b5ed6 100644
--- a/apps/web/lib/i18n/locales/en/translation.json
+++ b/apps/web/lib/i18n/locales/en/translation.json
@@ -443,7 +443,11 @@
"delete_all_unused_tags": "Delete All Unused Tags",
"drag_and_drop_merging": "Drag & Drop Merging",
"drag_and_drop_merging_info": "Drag and drop tags on each other to merge them",
- "sort_by_name": "Sort by Name"
+ "sort_by_name": "Sort by Name",
+ "create_tag": "Create Tag",
+ "create_tag_description": "Create a new tag without attaching it to any bookmark",
+ "tag_name": "Tag Name",
+ "enter_tag_name": "Enter tag name"
},
"search": {
"is_favorited": "Is Favorited",
@@ -573,6 +577,10 @@
"updated": "List has been updated!",
"merged": "List has been merged!",
"deleted": "List has been deleted!"
+ },
+ "tags": {
+ "created": "Tag has been created!",
+ "failed_to_create": "Failed to create tag"
}
},
"banners": {