Yoojun Zhou (busy rn!)
Yoojun Zhou (busy rn!)
The current SettingsExpander:  It should look like: 
Clicking on the arrow on nav view shouldn't select the item Image
### Summary In most cases, a Button doesn't really do something when it's clicked with middle or right buttons. However currently the ripple will still show when clicking a button...
Hey, I have a context object that contains multiple things: ```ts export type MyStoreType = { currentColor: string; currentTool: "pan" | "pen" | "eraser"; currentView: number; } export const MyStoreContext...
Hi there, Is there a good way to protect the source code? Like V8 bytecode. I saw an article about it, but it was for another 'electron-vite' package: https://electron-vite.org/guide/ This...
Implement touch screen controls for: - 3D Viewport (almost finished by OrbitControls, just need to add some painting logic) - 2D Viewport (drawing and manipulations) - UI Splitters (seems unable...
### Clear and concise description of the problem 我们公司的很多软件主要逻辑都在渲染进程里面,涉及到图形绘制和 threejs 的,所以是没办法移到主进程里面来的。但是现在你们的字节码插件并不能保护渲染进程,故请求为渲染进程添加字节码保护功能。 ### Suggested solution electron-forge webpack 可以搭配 `@herberttn/bytenode-webpack-plugin` 插件实现对所有模块的字节码保护。 ### Alternative _No response_ ### Additional context 理论上只需要打开 nodeIntegration 并将渲染进程输出为 commonjs...
This PR enhances the TypeScript developer experience by adding comprehensive JSDoc documentation to the `WatcherOptions` type definition. Each option now includes detailed descriptions, use cases, and default values, making the...
### Problem Currently, when `unlink` or `unlinkDir` events are emitted, there's no way to access the stats (metadata) of the deleted file/directory, since the file system entry no longer exists....
### Describe the bug When the NavigationView is in expanded mode and IsBackButtonVisible is set to Collapsed, the pane toggle button is not vertically centered relative to the NavigationView header...