dbx/src-tauri/src
t8y2 6e0f4e1dc3 feat: enable driver management on web version
- Extract JDBC driver/plugin logic from Tauri commands to dbx-core::jdbc
- Add web API routes for JDBC drivers, JDBC plugin, Agent JAR import, system fonts
- Upgrade zip crate from v2 to v4 in dbx-core
- Replace http.ts stubs with real HTTP calls (support File and string paths)
- Remove isWeb restrictions in DriverStoreDialog, add browser file picker support
- Fix Mac traffic light inset incorrectly applied on web version
- Show driver management toolbar button on web version
2026-05-26 01:23:26 +08:00
..
commands feat: enable driver management on web version 2026-05-26 01:23:26 +08:00
db feat: extract dbx-core crate for web deployment support 2026-05-05 03:16:24 +08:00
models feat: extract dbx-core crate for web deployment support 2026-05-05 03:16:24 +08:00
data_dir.rs fix(app): support portable data directory 2026-05-17 12:44:34 +08:00
lib.rs fix: scope query connections by client session 2026-05-25 17:23:36 +08:00
main.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
window_state_guard.rs fix(app): restore offscreen windows on startup 2026-05-18 16:47:14 +08:00