From a061e908d3ce28f3738c8ea3362d355e0c7b73db Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Fri, 7 Jun 2024 04:10:04 +0200 Subject: [PATCH] Improved stash page domain integration. --- components/stashes/domains.vue | 105 +++++++++++++++++++++++++++++++++ components/stashes/stash.vue | 80 ++++++++++--------------- 2 files changed, 136 insertions(+), 49 deletions(-) create mode 100644 components/stashes/domains.vue diff --git a/components/stashes/domains.vue b/components/stashes/domains.vue new file mode 100644 index 0000000..92e2bd9 --- /dev/null +++ b/components/stashes/domains.vue @@ -0,0 +1,105 @@ + + + + + diff --git a/components/stashes/stash.vue b/components/stashes/stash.vue index 9f33162..c039afe 100644 --- a/components/stashes/stash.vue +++ b/components/stashes/stash.vue @@ -15,6 +15,12 @@ {{ stash.name }} + + + +
- -
@@ -55,15 +47,13 @@