52 Commits

Author SHA1 Message Date
Elian Doran
458d66cb21
feat(views/table): delete row from context menu (closes #6288) 2025-07-13 00:36:34 +03:00
Adorian Doran
4f42f543d8 style/table collections: create a stylesheet dedicated to the table view 2025-07-10 21:20:48 +03:00
Elian Doran
1ebb70c4d2
fix(views/table): refresh when relation changes 2025-07-04 21:43:56 +03:00
Elian Doran
3de7b81be8
refactor(views/table): fix some type errors 2025-07-04 21:31:43 +03:00
Elian Doran
d08225339c
style(views/table): reintroduce horizontal padding 2025-07-04 21:27:45 +03:00
Elian Doran
ba22d0706f
chore(views/table): unnecessary code 2025-07-04 21:25:27 +03:00
Elian Doran
ef80f104c0
fix(views/table): scroll lost when updating data 2025-07-04 21:22:13 +03:00
Elian Doran
af296a1e4e
refactor(views/table): split column & rows into separate file 2025-07-04 21:18:52 +03:00
Elian Doran
461e085eff
fix(views/table): column width or visibility lost after adding new column 2025-07-04 21:11:50 +03:00
Elian Doran
fbda049c32
fix(views/table): column context menu disappearing after update 2025-07-04 20:57:39 +03:00
Elian Doran
4ded5e2b98
feat(views/table): hide footer in search 2025-07-04 20:56:10 +03:00
Elian Doran
0f7a2adf15
feat(views/table): improve layout 2025-07-04 20:38:48 +03:00
Elian Doran
15c593f68e
feat(views/table): automatically focus on title when creating new row 2025-07-04 19:46:37 +03:00
Elian Doran
5f8ef0395b
feat(views/table): improve default layout 2025-07-04 19:37:05 +03:00
Elian Doran
01b2257063
feat(views/table): relocate new row/column buttons 2025-07-04 19:23:26 +03:00
Elian Doran
c69ef611a0
feat(views/table): basic reordering mechanism 2025-07-04 18:53:31 +03:00
Elian Doran
dcad23316d
style(views/table): improve autocomplete styling 2025-07-04 18:26:24 +03:00
Elian Doran
854969e1b8
feat(views/table): react to external attribute changes 2025-07-04 18:05:24 +03:00
Elian Doran
45ac70b78f
feat(views/table): proper storage of relations 2025-07-04 15:07:40 +03:00
Elian Doran
2cbb49681a
fix(view/table): most type errors 2025-07-01 12:09:13 +03:00
Elian Doran
c5cc1fcc1e
feat(views/table): introduce hiding of columns 2025-06-29 22:26:25 +03:00
Elian Doran
cedf91ea1a
chore(views/table): reintroduce column reordering 2025-06-29 16:56:34 +03:00
Elian Doran
51b462f043
chore(views/table): bring back restore state 2025-06-29 16:16:15 +03:00
Elian Doran
727eeb6c74
chore(views/table): bring back persistence 2025-06-29 16:08:27 +03:00
Elian Doran
a114fba062
chore(views/table): set up frozen columns 2025-06-29 15:11:09 +03:00
Elian Doran
cf322b5c2a
chore(views/table): back to bootstrap5 theme 2025-06-29 10:09:39 +03:00
Elian Doran
8ee12f2950
chore(views/table): bring back resizing columns 2025-06-28 23:50:54 +03:00
Elian Doran
09b800b9ad
chore(views/table): bring back editing attributes 2025-06-28 23:23:29 +03:00
Elian Doran
9a6a8580de
chore(views/table): bring back editing title 2025-06-28 23:19:54 +03:00
Elian Doran
a31ac17792
chore(views/table): set row ID as index 2025-06-28 22:49:40 +03:00
Elian Doran
3d2db23f33
fix(views/table): use a more stable loading mechanism 2025-06-28 17:24:18 +03:00
Elian Doran
56d366a286
feat(views/table): add column to open note 2025-06-28 17:23:42 +03:00
Elian Doran
4a26f30d65
feat(views/table): render note icon 2025-06-28 17:07:11 +03:00
Elian Doran
8e51469de5
chore(views/table): re-enable sorting 2025-06-28 16:56:36 +03:00
Elian Doran
50ebcd552c
fix(views/table): error when adding a new column 2025-06-28 16:51:24 +03:00
Elian Doran
ada39cd3c7
fix(views/table): error when adding a new row 2025-06-28 16:48:01 +03:00
Elian Doran
b2d20af51a
fix(views/table): refreshing of columns 2025-06-28 16:39:24 +03:00
Elian Doran
f528fa25d1
feat(views/table): switch to bootstrap theme 2025-06-28 12:51:19 +03:00
Elian Doran
e09a7fb6e0
chore(views/table): reintroduce rows 2025-06-28 12:24:40 +03:00
Elian Doran
30f7939616
chore(views/table): reintroduce column definitions 2025-06-28 12:18:24 +03:00
Elian Doran
4ef93569a1
refactor(views/table): start switching to tabulator 2025-06-28 12:00:50 +03:00
Elian Doran
7f2c41940d
feat(views/table): add basic row creation mechanism 2025-06-28 00:07:14 +03:00
Elian Doran
d31ba39a91
feat(views/table): basic dark mode support 2025-06-27 23:40:00 +03:00
Elian Doran
c058673e33
feat(views/table): smooth column update 2025-06-27 23:01:15 +03:00
Elian Doran
44ce6a5169
feat(views/table): refresh on attribute change 2025-06-27 22:50:27 +03:00
Elian Doran
0fb0be4ffc
feat(views/table): actually add attributes 2025-06-27 22:43:29 +03:00
Elian Doran
fe1dbb4cbf
feat(views/table): display a dialog to add a new column 2025-06-27 22:19:09 +03:00
Elian Doran
bb0f384a39
feat(views/table): disable drag if sorted 2025-06-27 20:30:36 +03:00
Elian Doran
6a0b24f032
chore(views/table): remove logs 2025-06-27 20:08:41 +03:00
Elian Doran
80d5536503
feat(views/table): basic drag support 2025-06-27 19:53:40 +03:00