dbx/src-web/src
t8y2 88ad579a27 feat(mongo): add filter/sort support and fix table view editing
- Add filter and sort parameters to MongoDB find_documents across the
  full stack (driver, ops, tauri cmd, web routes, frontend API)
- Add find/sort input bar to MongoDocBrowser table view via DataGrid
  search-bar slot, matching WHERE/ORDER BY positioning
- Fix table view editing: allow cell editing when customSave is provided
  (bypasses primary key requirement for MongoDB)
- Fix replace_one WriteError 66 by removing _id from replacement doc
- Align action buttons (refresh, add row, commit) to the right in grid
2026-05-14 14:43:26 +08:00
..
routes feat(mongo): add filter/sort support and fix table view editing 2026-05-14 14:43:26 +08:00
auth.rs feat(web): add password setup page, change password, and settings tabs 2026-05-05 22:22:04 +08:00
error.rs feat: add web deployment with axum server, Docker support, and browser UI 2026-05-05 03:16:50 +08:00
main.rs feat(driver-store): badge-style version/size, refresh button, fix dameng icon 2026-05-13 12:26:56 +08:00
sse.rs feat: add web deployment with axum server, Docker support, and browser UI 2026-05-05 03:16:50 +08:00
state.rs perf: full-stack performance and security hardening 2026-05-11 00:18:09 +08:00