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

@@ -192,7 +192,7 @@ onRender((ctx) => {
/>
<CommonButtons
:y-offset="confirmationModal.buttonsYOffset"
:y-offset="confirmationModal.buttonsYOffset + store.submenuButtonsOffsetY"
:b-label="$t('common.cancel')"
:a-label="$t('common.reset')"
@activate-b="handleCancel()"