diff --git a/apps/frontend/src/locales/en-US/index.json b/apps/frontend/src/locales/en-US/index.json index 5c11956fc..1e989d2b9 100644 --- a/apps/frontend/src/locales/en-US/index.json +++ b/apps/frontend/src/locales/en-US/index.json @@ -578,6 +578,18 @@ "dashboard.collections.button.create-new": { "message": "Create new" }, + "dashboard.collections.empty.get-started-hint": { + "message": "Create your first collection to get started!" + }, + "dashboard.collections.empty.no-collections": { + "message": "You don't have any collections yet" + }, + "dashboard.collections.empty.no-match": { + "message": "No collections match your search" + }, + "dashboard.collections.empty.no-match-hint": { + "message": "Try adjusting your filters or search terms." + }, "dashboard.collections.label.projects-count": { "message": "{count, plural, one {{count} project} other {{count} projects}}" }, diff --git a/apps/frontend/src/pages/dashboard/collections.vue b/apps/frontend/src/pages/dashboard/collections.vue index b62d7fc06..c7ecb9e49 100644 --- a/apps/frontend/src/pages/dashboard/collections.vue +++ b/apps/frontend/src/pages/dashboard/collections.vue @@ -2,24 +2,48 @@

{{ formatMessage(commonMessages.collectionsLabel) }}

-
-
- - +
+ + + +
+ + Sort by: + {{ selected }} + + +
-
+
+
+
+