80 Commits

Author SHA1 Message Date
Elian Doran
8131a4b3d2
fix(views/table): events/commands not well sent 2025-07-15 15:49:32 +03:00
Elian Doran
b91a3e13b0
refactor(views/table): move row editing to own component 2025-07-15 15:32:30 +03:00
Elian Doran
5a7a0d32d1
refactor(views/table): move col editing to own component 2025-07-15 14:53:18 +03:00
Elian Doran
c9b37dcc77
refactor(views/table): rename event 2025-07-14 21:06:44 +03:00
Elian Doran
cf31367acd
feat(views/table): insert column to the right 2025-07-14 20:42:37 +03:00
Elian Doran
e3d306cac3
fix(views/table): wrong insert position for insert left 2025-07-14 20:34:05 +03:00
Elian Doran
2d4ac93221
feat(views/table): basic implementation for inserting columns at position 2025-07-14 19:14:10 +03:00
Elian Doran
d4a4f15416
refactor(views/table): move attribute detail widget to view 2025-07-14 17:29:20 +03:00
Elian Doran
504a842d37
feat(views/table): force a refresh if #sorted is changed 2025-07-14 17:02:07 +03:00
Elian Doran
ded5b1f5d2
feat(views/table): expand child notes by default 2025-07-14 17:00:01 +03:00
Elian Doran
fcbbc21a80
feat(views/table): force a refresh if data tree changes 2025-07-14 16:58:14 +03:00
Elian Doran
caa842cd55
fix(views/table): unable to update state for newly created rows 2025-07-14 16:16:55 +03:00
Elian Doran
cd338085fb
refactor(views/table): clean up 2025-07-14 15:52:21 +03:00
Elian Doran
e703ce92a8
refactor(views/table): simplify context menu handling 2025-07-14 15:46:22 +03:00
Elian Doran
84479a2c2a
feat(views/table): focus if creating child note 2025-07-14 15:38:57 +03:00
Elian Doran
c13969217c
feat(views/table): insert child note 2025-07-14 13:37:18 +03:00
Elian Doran
8c56315313
refactor(views): move full height detection to rendererer 2025-07-14 12:56:17 +03:00
Elian Doran
b29c3eff6e
refactor(views): prepare for supporting subtrees 2025-07-14 12:53:11 +03:00
Elian Doran
ec7dacfc9b
feat(views/table): improve expand/collapse button 2025-07-14 12:04:13 +03:00
Elian Doran
5f9a6a9f76
feat(views/table): integrate expander into note title section 2025-07-14 11:39:12 +03:00
Elian Doran
8d29c5fe1b
feat(views/table): hide draggable rows if not supported 2025-07-14 11:29:14 +03:00
Elian Doran
ccd935b562
refactor(views/table): don't configure reordering rows if not available 2025-07-14 11:22:32 +03:00
Elian Doran
d77a49857b
feat(views/table): basic nested tree support 2025-07-14 11:11:08 +03:00
Elian Doran
e30478e5d4
chore(views/table): disable menu module since it's no longer necessary 2025-07-14 10:45:01 +03:00
Elian Doran
71863752cd
feat(views/table): display both promoted and non-promoted attributes 2025-07-14 10:38:45 +03:00
Elian Doran
3720ab6df6
fix(views/table): not reacting to title changes 2025-07-13 21:38:23 +03:00
Elian Doran
b93a4a3e42
fix(views/table): booleans not working 2025-07-13 21:06:41 +03:00
Elian Doran
5dd5af90c2
feat(views/table): insert row below 2025-07-13 13:06:53 +03:00
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