From 71e1d11c8bacc5aacf90856a3bf3584b17ad99a6 Mon Sep 17 00:00:00 2001 From: abdulrahman Date: Tue, 12 May 2026 12:03:30 +0300 Subject: [PATCH] feat: sortable inbounds table columns --- frontend/src/pages/inbounds/InboundList.vue | 80 +++++++++++++++++---- 1 file changed, 65 insertions(+), 15 deletions(-) diff --git a/frontend/src/pages/inbounds/InboundList.vue b/frontend/src/pages/inbounds/InboundList.vue index 88b39bc8..c425ced5 100644 --- a/frontend/src/pages/inbounds/InboundList.vue +++ b/frontend/src/pages/inbounds/InboundList.vue @@ -1,5 +1,5 @@