feat(settings): animate buttons

This commit is contained in:
2026-02-10 14:03:40 +01:00
parent f8998206c1
commit d7783d881e
14 changed files with 85 additions and 23 deletions

View File

@@ -78,6 +78,7 @@ const handleActivateA = () => {
await animateOutro();
store.closeSubMenu();
},
keepButtonsDown: true,
timeout: 2000,
});
};
@@ -111,7 +112,7 @@ defineOptions({ render: () => null });
/>
<CommonButtons
:y-offset="confirmationModal.buttonsYOffset"
:y-offset="confirmationModal.buttonsYOffset + store.submenuButtonsOffsetY"
:b-label="$t('common.cancel')"
:a-label="$t('common.confirm')"
@activate-b="handleActivateB"