From 89a8f549f2d00b53111ce068a5b6075d912e6def Mon Sep 17 00:00:00 2001 From: Abdalrahman Date: Tue, 12 May 2026 12:29:32 +0300 Subject: [PATCH] feat: sortable inbounds table columns (#4300) --- 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 @@