fix: UI improvements

- Remove auto-open devtools
- Settings as right drawer
- DB selector in title bar
- Sidebar expand/collapse
- Fix dark mode colors for key detail
This commit is contained in:
2026-07-04 23:38:09 +08:00
parent 09b86e3d45
commit d2fd07161c
7 changed files with 216 additions and 62 deletions
-1
View File
@@ -41,7 +41,6 @@ function createWindow(): void {
if (process.env.ELECTRON_RENDERER_URL) {
mainWindow.loadURL(process.env.ELECTRON_RENDERER_URL)
mainWindow.webContents.openDevTools()
} else {
mainWindow.loadFile(join(__dirname, '../renderer/index.html'))
}