烟雀

Results 11 issues of 烟雀

### Bug Description: there is a bug using “window.localStorage.getItem(DEFAULT_BACKGROUND_COLOR_STORAGE_KEY)” with electron. About “window.localStorage.setItem”, first, set-data will in inner-storage, and store to local-file when browser free; When I change current theme,...

#### Describe the problem you confuse In *WebStorm*, use "vite" debug a electron-main process, only can debug ``main.js`` . if I want to debug the ``main.ts`` and more, how can...

help wanted

rewrite toml data will has a new whitespace line. eg toml: toml ``` # xxx test [env.pro1.rst] name = "x7" [env2] name = 2 [env3] name = 3 ``` modified...

Can support `only load user-select node-data`. my tree ``` ( this.loadData(treeNode)} treeData={this.state.treeData} />); ``` I must update whole `this.state.treeData` when trigger loadData, loop list of `treeData` will cost long time,...

请问, 虚拟化列表组件是否有支持?

why not allow set distDir? In nextjs14. I can run `next build src/renderer` with `dist: "../../app"` , why nextron not allow? my project ``` ├── src │   ├── main │  ...

当 `table-view` 的单元格是一个列表时, ```json {"tds": [{ "body": [ { "type": "list", "source": "${viewData.options.includes|strToListArray}", "listItem": { "subTitle": "$desc" }, }, ] }]} ``` 渲染的时候会遇到报错(不过渲染可以成功) ``` [mobx] Encountered an uncaught exception that...

need confirm

测试schema内容大致 ``` // table 测试 { "type": "service", "id": "testTableId", "data": { "tItems": TestTableDataList, }, "body": [ { "name": "tItems", "type": "switch", "label": "表格展示一/三个值", "option": "展示值说明", "trueValue": [TestTableDataList[1]], "falseValue": TestTableDataList,...

style

when I wan't use a dialog which triggered by context-menu ```jsx import {Box, Button, ContextMenu, Dialog, Flex, Text, TextField} from "@radix-ui/themes"; import {ReactNode} from "react"; interface ADialogProps{ triggerControl?: ReactNode }...