feat: start implement panels rendering, remove unused files

This commit is contained in:
2026-02-06 21:27:52 +05:00
parent 571fd9bf25
commit 886ef73474
20 changed files with 176 additions and 826 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
let { text }: Props = $props();
</script>
<span class="badge" id="panelCount">{text}</span>
<span class="badge">{text}</span>
<style>
.badge {