From e568d557603547b11654223c482fe5ae533475b6 Mon Sep 17 00:00:00 2001 From: Ben Weeks Date: Tue, 23 Dec 2025 13:40:00 +0000 Subject: [PATCH] style: move Currency column after Cost column MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- static/components/shipping-zones-list.js | 14 +++++++------- .../components/shipping-zones-list.html | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/static/components/shipping-zones-list.js b/static/components/shipping-zones-list.js index 93b7f5f..d93b26c 100644 --- a/static/components/shipping-zones-list.js +++ b/static/components/shipping-zones-list.js @@ -80,13 +80,6 @@ window.app.component('shipping-zones-list', { field: 'countries', sortable: true }, - { - name: 'currency', - align: 'left', - label: 'Currency', - field: 'currency', - sortable: true - }, { name: 'cost', align: 'left', @@ -94,6 +87,13 @@ window.app.component('shipping-zones-list', { field: 'cost', sortable: true }, + { + name: 'currency', + align: 'left', + label: 'Currency', + field: 'currency', + sortable: true + }, { name: 'actions', align: 'right', diff --git a/templates/nostrmarket/components/shipping-zones-list.html b/templates/nostrmarket/components/shipping-zones-list.html index e3b856b..111ba90 100644 --- a/templates/nostrmarket/components/shipping-zones-list.html +++ b/templates/nostrmarket/components/shipping-zones-list.html @@ -42,12 +42,12 @@ - - - + + +