gui: fix sidebar icons, create modal, and type display

- TreeNode.svelte: no white spacer for leaf nodes, iconKind maps node.type
  directly, 32px rows with hover/selected states
- App.svelte: header shows localized nodeKindLabel, auto-select created
  node, create modal with Пустое дело card + template descriptions,
  disable button until name+type chosen
- i18n: add kind.folder/note/file, template descriptions,
  template.optionNone → Пустое дело / Empty case
This commit is contained in:
2026-06-03 02:58:27 +08:00
parent a6b0f9d7e6
commit f022f46909
9 changed files with 151 additions and 46 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
background: #13131f;
}
</style>
<script type="module" crossorigin src="/assets/main-DqItQmr8.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-SsPgaNKa.css">
<script type="module" crossorigin src="/assets/main-BLPyZvHh.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-DxSaNTHX.css">
</head>
<body>
<div id="app"></div>