From 7ba8e26a1c27e4c12d097c1e0486c56064a1979d Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 3 Mar 2026 13:50:52 +0100 Subject: [PATCH] refactor(sort): replace modal with inline popup and improve UX - Switch from Modal to lightweight Popup component - Hide sort order picker when Manually (position) is selected - Sort dropdown options alphabetically, keeping Manually first - Add description text explaining sort behavior --- .../components/project/partials/SortPopup.vue | 187 ++++++++++-------- 1 file changed, 103 insertions(+), 84 deletions(-) diff --git a/frontend/src/components/project/partials/SortPopup.vue b/frontend/src/components/project/partials/SortPopup.vue index 7498a1c51..bfea98431 100644 --- a/frontend/src/components/project/partials/SortPopup.vue +++ b/frontend/src/components/project/partials/SortPopup.vue @@ -1,69 +1,74 @@