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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user