feat: unify phone apps with Sky UI

This commit is contained in:
Leon.Schmidt
2026-08-16 15:23:21 +02:00
parent 8d9cdb5d6b
commit 1071b4bde7
62 changed files with 5658 additions and 3349 deletions
+7 -2
View File
@@ -1,5 +1,10 @@
<script setup lang="ts">
import { kBlock, kButton, kPage, kPreloader } from 'konsta/vue'
import {
SkyAppPage as kPage,
SkyBlock as kBlock,
SkyButton as kButton,
SkySpinner as kPreloader,
} from '@/ui'
import { computed, onBeforeMount, onBeforeUnmount, ref, watch } from 'vue'
import { useRouter } from 'vue-router'
@@ -478,7 +483,7 @@ watch(() => catalog.openRequests[props.app.id], flushOpenRequest, {
text-align: center;
}
.custom-app-state :deep(.k-block) {
.custom-app-state :deep(.sky-block) {
margin: 0;
}