diff --git a/assets/css/tooltip.css b/assets/css/tooltip.css
index d5eb080..1ceaebc 100644
--- a/assets/css/tooltip.css
+++ b/assets/css/tooltip.css
@@ -87,7 +87,7 @@
}
.v-popper__popper[data-popper-placement^="top"] .v-popper__arrow-container {
- bottom: -7px;
+ bottom: -6px;
}
.v-popper__popper[data-popper-placement^="top"] .v-popper__arrow-inner,
diff --git a/assets/img/icons/sort-add-asc.svg b/assets/img/icons/sort-add-asc.svg
new file mode 100644
index 0000000..d31842f
--- /dev/null
+++ b/assets/img/icons/sort-add-asc.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/assets/img/icons/sort-add-desc.svg b/assets/img/icons/sort-add-desc.svg
new file mode 100644
index 0000000..81db1ce
--- /dev/null
+++ b/assets/img/icons/sort-add-desc.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/assets/img/icons/sort-add.svg b/assets/img/icons/sort-add.svg
new file mode 100644
index 0000000..7c21355
--- /dev/null
+++ b/assets/img/icons/sort-add.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/assets/img/icons/sort-heart.svg b/assets/img/icons/sort-heart.svg
new file mode 100644
index 0000000..21c2a0d
--- /dev/null
+++ b/assets/img/icons/sort-heart.svg
@@ -0,0 +1,38 @@
+
+
diff --git a/components/stashes/heart.vue b/components/stashes/heart.vue
index 8a0dbbe..37783c2 100644
--- a/components/stashes/heart.vue
+++ b/components/stashes/heart.vue
@@ -261,6 +261,7 @@ async function reloadStashes(newStash) {
stashItem(stash)"
@unstash="(stash) => unstashItem(stash)"
@create="showStashDialog = true"
@@ -318,6 +319,7 @@ async function reloadStashes(newStash) {
stashItem(stash)"
@unstash="(stash) => unstashItem(stash)"
@create="showStashDialog = true"
diff --git a/components/stashes/menu.vue b/components/stashes/menu.vue
index c077ec8..60de55f 100644
--- a/components/stashes/menu.vue
+++ b/components/stashes/menu.vue
@@ -1,7 +1,9 @@