55 Commits

Author SHA1 Message Date
Elian Doran
a8992d08b3
fix(board): escape not working in "Add column" 2025-11-15 12:35:10 +02:00
Elian Doran
df8da0fd4f
feat(board): warn when column already exists 2025-11-15 11:34:01 +02:00
Elian Doran
0c616fecdf
feat(board/relation): improve relation editing experience 2025-11-15 11:21:23 +02:00
Elian Doran
092a84693f
feat(board/relation): basic support for editing relations in columns 2025-11-15 11:13:55 +02:00
Elian Doran
0f000ccd93
fix(board/relation): not reacting to status change 2025-11-15 10:42:32 +02:00
Elian Doran
ad6d61f1f7
feat(board/relation): display note titles 2025-11-15 10:17:40 +02:00
Elian Doran
f2e60f52d2
feat(collections/board): restore focus 2025-10-06 17:54:52 +03:00
Elian Doran
3b06845a71
fix(board): unable to create by clicking outside 2025-09-22 18:52:41 +03:00
Elian Doran
c44395887b
refactor(react): remove deprecated import 2025-09-17 12:05:06 +03:00
Elian Doran
1ae81abf0a
fix(collections/board): double entry on Enter + dismiss not working 2025-09-17 10:55:03 +03:00
Elian Doran
cbc2ee3cd1
chore(react/collections/board): simply column dragging slightly 2025-09-13 11:02:56 +03:00
Elian Doran
4f469d0d3c
chore(react/collections/board): fix column dragging offset 2025-09-13 11:01:39 +03:00
Elian Doran
e77a49ace6
chore(react/collections/board): improve column dragging experience slightly 2025-09-13 10:43:48 +03:00
Elian Doran
7edfaad04e
chore(react/collections/board): note not properly marked as dragged 2025-09-13 09:59:01 +03:00
Elian Doran
92a0faf475
feat(react/collections/board): title editor not dismissing on blur 2025-09-13 09:20:18 +03:00
Elian Doran
3ce6b43018
feat(react/collections/board): disable autofill when entering note title 2025-09-13 09:18:52 +03:00
Elian Doran
220858926f
feat(react/collections/board): flickerless add new item 2025-09-13 09:15:31 +03:00
Elian Doran
d908a1b0d2
chore(react/collections/board): ignore empty titles 2025-09-12 23:41:56 +03:00
Elian Doran
cd3663e041
chore(react/collections/board): fix add on blur if value not changed 2025-09-12 23:29:13 +03:00
Elian Doran
7bbb15a535
fix(react/collections/board): no columns if dragging column onto itself 2025-09-12 22:49:58 +03:00
Elian Doran
7a61bbc297
feat(collections/board): allow dragging from note tree 2025-09-12 21:42:25 +03:00
Elian Doran
7e5069c7d1
feat(collections/board): support archived notes 2025-09-12 19:34:54 +03:00
Elian Doran
f300b6c8a2
refactor(collections/board): use API to reorder column 2025-09-12 17:39:52 +03:00
Elian Doran
0d275b3259
refactor(collections/board): use same title editor for new columns 2025-09-12 17:05:17 +03:00
Elian Doran
ede4b99bcd
style(collections/board): better new item that creates only after enter 2025-09-12 16:57:23 +03:00
Elian Doran
3825fb24f4
chore(collections/board): basic multiline editing 2025-09-12 16:02:44 +03:00
Elian Doran
c8f9d6e6df
chore(collections/board): fix dragging notes across columns 2025-09-12 15:10:20 +03:00
Elian Doran
95a392ccfa
chore(collections/board): fix dragging notes not working 2025-09-12 15:08:00 +03:00
Elian Doran
2972a23f19
chore(collections/board): use context for column dragging 2025-09-12 14:48:05 +03:00
Elian Doran
08dc05c504
chore(collections/board): extract dragging to separate hook 2025-09-12 14:13:00 +03:00
Elian Doran
d67018b6d7
chore(react/collections/board): use translations 2025-09-11 22:35:31 +03:00
Elian Doran
f7e47b5120
feat(react/collections/table): make note title editable 2025-09-11 22:22:50 +03:00
Elian Doran
62452b61b1
refactor(react/collections/table): deduplicate editing 2025-09-11 21:51:02 +03:00
Elian Doran
cb84e4c7b6
refactor(react/collections/table): split card/column 2025-09-11 21:42:59 +03:00
Elian Doran
60ef816f0c
chore(react/collections/table): bring back renaming columns 2025-09-11 21:37:33 +03:00
Elian Doran
d367cf9972
chore(react/collections/table): bring back wheel scroll 2025-09-11 21:20:25 +03:00
Elian Doran
d52cf455a9
chore(react/collections/table): not loading config correctly 2025-09-11 20:37:09 +03:00
Elian Doran
fee822c689
chore(react/collections/table): slightly improve editing experience 2025-09-11 20:32:21 +03:00
Elian Doran
228a1ad0da
chore(react/collections/table): reintroduce icon while editing 2025-09-11 20:07:01 +03:00
Elian Doran
1ce42d1301
chore(react/collections/table): reintroduce editing of newly added item 2025-09-11 20:02:58 +03:00
Elian Doran
3d2a4d8c38
chore(react/collections/table): reintroduce item context menu partially 2025-09-11 19:35:55 +03:00
Elian Doran
803164791f
chore(react/collections/table): reintroduce column context menu 2025-09-11 19:25:17 +03:00
Elian Doran
2b452a18df
refactor(react/collections/table): use class-based API 2025-09-11 19:14:54 +03:00
Elian Doran
efcdac75e4
chore(react/collections/table): fix adding new columns 2025-09-11 19:03:25 +03:00
Elian Doran
c30c9a7360
chore(react/collections/table): set up column dragging 2025-09-11 18:57:01 +03:00
Elian Doran
ce0da3fb80
chore(react/collections/table): use a placeholder for items 2025-09-11 18:32:06 +03:00
Elian Doran
728c20c184
chore(react/collections/table): bring back repositioning 2025-09-11 18:27:42 +03:00
Elian Doran
e10475679b
chore(react/collections/table): bring back refresh 2025-09-11 18:17:24 +03:00
Elian Doran
d9af0461ef
chore(react/collections/table): add drop indicator 2025-09-11 18:11:12 +03:00
Elian Doran
2e4791d377
chore(react/collections/table): basic drag support to change columns 2025-09-11 18:05:09 +03:00