Ordering stashes by last stashed item.

This commit is contained in:
2026-07-25 02:28:06 +02:00
parent c2d8cc3a40
commit 0a665ab553
2 changed files with 7 additions and 3 deletions

View File

@@ -41,8 +41,6 @@ const itemAlerts = ref(props.item.alerts);
const itemAlerted = ref(props.item.alerts?.only.length > 0);
const hasSecondaryStash = computed(() => itemStashes.value.some((itemStash) => !itemStash.isPrimary));
// console.log(props.item);
const done = ref(true);
const stashMenuDropdownId = useId();
const stashTogglesDropdownId = useId();