Move ApiTokens into their own component

This commit is contained in:
Johannes Zellner
2025-01-15 16:32:21 +01:00
parent 6e2007aeca
commit da4215afbd
6 changed files with 214 additions and 193 deletions
@@ -208,20 +208,6 @@ defineExpose({
<style scoped>
.slide-left-enter-active,
.slide-left-leave-active {
transition: all 0.25s ease-out;
}
.slide-left-enter-from {
opacity: 0;
transform: translateY(30px);
}
.slide-left-leave-to {
opacity: 0;
}
.content {
max-width: 100%;
max-height: 100%;