dbx/src
t8y2 4f48ddc823 feat(grid): add first-page and last-page pagination buttons
Add « and » buttons to the pagination bar. First-page jumps to page 1.
Last-page runs a COUNT(*) query to calculate total pages, then jumps
to the final page.
2026-05-12 17:09:20 +08:00
..
components feat(grid): add first-page and last-page pagination buttons 2026-05-12 17:09:20 +08:00
composables feat(grid): add Clone Row to row context menu (closes #227) 2026-05-12 16:36:05 +08:00
i18n feat(grid): add Clone Row to row context menu (closes #227) 2026-05-12 16:36:05 +08:00
lib fix(grid): exclude columns with defaults from NOT NULL validation 2026-05-12 17:00:42 +08:00
stores feat(sidebar): group objects by type and add Object Browser context menus (#222) 2026-05-12 14:33:52 +08:00
styles fix(ui): refine layout polish 2026-05-10 10:17:18 +08:00
types feat(sidebar): group objects by type and add Object Browser context menus (#222) 2026-05-12 14:33:52 +08:00
App.vue fix(updater): show real app version and release notes 2026-05-12 15:15:46 +08:00
env.d.ts
main.ts