[ACS-9398] Add snackbar notifications for favorite actions (#4447)

This commit is contained in:
MichalKinas
2025-03-18 08:33:35 +01:00
committed by GitHub
parent 8a960a813e
commit be9372b090
3 changed files with 108 additions and 8 deletions

View File

@@ -421,7 +421,12 @@
}
},
"LIBRARY_DELETED": "Library deleted",
"LEFT_LIBRARY": "You have left the library"
"LEFT_LIBRARY": "You have left the library",
"FAVORITE_NODE_ADDED": "Added {{ name }} to favorites",
"FAVORITE_NODES_ADDED": "Added {{ number }} items to favorites",
"FAVORITE_NODE_REMOVED": "Removed {{ name }} from favorites",
"FAVORITE_NODES_REMOVED": "Removed {{ number }} items from favorites",
"FAVORITE_NODE_NOT_FOUND": "{{ name }} is not favorite"
}
},
"CONTENT_METADATA": {