Skip to content

Tags: rajebdev/rustdbgrid

Tags

v0.4.0

Toggle v0.4.0's commit message
feat: track inserted, updated, and deleted row counts in save operations

- Add separate counters for inserted_rows, updated_rows, and deleted_rows
- Update SaveResponse struct to include optional count fields
- Rename success() and partial() to success_with_counts() and partial_with_counts()
- Display save operation counts in DataGridFooter status bar with 5s timeout
- Improves transparency and user feedback for data modification operations

v0.3.0

Toggle v0.3.0's commit message
chore: bump version to 0.3.0 in Cargo.toml and tauri.conf.json

v0.2.0

Toggle v0.2.0's commit message
chore: bump version to 0.2.0 in tauri.conf.json

v0.1.0

Toggle v0.1.0's commit message
fix: add complete cfg coverage for sidecar_name to satisfy clippy