From 41a5ff2774745d8cedff3eb9f93d50e02a66595d Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Tue, 9 Jul 2024 18:19:40 +0100 Subject: [PATCH] feat: sort list --- .idea/workspace.xml | 39 +++++++++------ src/components/options/SelectWithDesc.tsx | 46 ++++++++++++++++++ src/components/options/ToolOptionGroups.tsx | 2 +- src/pages/list/index.ts | 13 ++++- src/pages/list/sort/index.tsx | 54 ++++++++++++++++++++- 5 files changed, 135 insertions(+), 19 deletions(-) create mode 100644 src/components/options/SelectWithDesc.tsx diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0999c13..1f5fb72 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,13 @@