feat: implement base text manager and view components

This commit is contained in:
2026-02-05 18:20:05 +05:00
parent f1f37aec9e
commit a5cea0ab57
8 changed files with 281 additions and 11 deletions
+5 -1
View File
@@ -1,12 +1,16 @@
<script lang="ts">
import Badge from "$components/ui/Badge.svelte";
import Button from "$components/ui/Button.svelte";
import IconArrowLeft from "$components/ui/Icons/IconArrowLeft.svelte";
import IconArrowRight from "$components/ui/Icons/IconArrowRight.svelte";
import IconUpload from "$components/ui/Icons/IconUpload.svelte";
import Card from "./Card.svelte";
</script>
<div class="panel-bar">
<Card title="Фоновое изображение">фоновое изображение</Card>
<Card title="Фоновое изображение">
<Button label="Загрузить изображение" icon={IconUpload} onclick={() => {}} type="secondary" />
</Card>
{#snippet panelTitle()}
Панели <Badge text="0" />