From 8ca4418f1e6e20c8e76ddf49e9517f46556583f2 Mon Sep 17 00:00:00 2001 From: Qu1et-x Date: Sun, 15 Feb 2026 09:55:06 +0800 Subject: [PATCH 1/3] "feat(collections): fix sorting logic and add URL persistence" --- .../src/pages/dashboard/collections.vue | 139 +++++++++++++----- 1 file changed, 101 insertions(+), 38 deletions(-) diff --git a/apps/frontend/src/pages/dashboard/collections.vue b/apps/frontend/src/pages/dashboard/collections.vue index a729f9862c..8696d2ae10 100644 --- a/apps/frontend/src/pages/dashboard/collections.vue +++ b/apps/frontend/src/pages/dashboard/collections.vue @@ -2,24 +2,47 @@

{{ formatMessage(commonMessages.collectionsLabel) }}

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