Commit Graph

60 Commits

Author SHA1 Message Date
447641c222 chore: apply lint fixes
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-07 12:23:09 +00:00
dc360d4a18
chore(editor): don't set editor content intitially
Some checks failed
continuous-integration/drone/push Build is failing
2024-02-06 18:03:27 +01:00
45ca0602f5
feat(editor): use primary color for currently selected node 2024-02-06 16:09:38 +01:00
a579a8e65f
fix(task): don't show edit button when the user does not have permission to edit the task 2024-01-28 13:24:58 +01:00
57c99a22a0
fix(editor): use manual input prompt instead of window.prompt
All checks were successful
continuous-integration/drone/push Build is passing
Resolves vikunja/desktop#184
2024-01-21 20:08:10 +01:00
8ea97f3ffc
fix(editor): use a stable image id to prevent constant re-rendering
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 15:45:18 +01:00
0b3604d167
fix(editor): render images without crashing
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 15:00:26 +01:00
c5ba7fcb73
fix(editor): focus the editor when clicking on the whole edit container
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 13:52:13 +01:00
5a25685d53
fix(editor): don't bubble up changes when no changes were made
All checks were successful
continuous-integration/drone/push Build is passing
Related https://community.vikunja.io/t/saving-an-empty-description-in-kanban-view-break-ui/1914/3
2024-01-21 13:44:40 +01:00
167953b26b
fix(editor): use higher-contrast colors for links and code
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-15 22:11:24 +01:00
ea7dab68ae
fix(editor): add workaround for checklist tiptap bug
All checks were successful
continuous-integration/drone/pr Build is passing
2023-12-11 23:58:46 +01:00
a4a2b95dc7
chore: cleanup
Some checks failed
continuous-integration/drone/pr Build is failing
2023-12-11 22:37:28 +01:00
9efe860f26
fix(editor): keep editor open when emptying content from the outside 2023-12-11 21:58:39 +01:00
af13d68c48
fix(editor): show editor if there is no content initially 2023-12-11 21:55:47 +01:00
3cb1e7dede
chore: debug 2023-12-11 21:01:38 +01:00
e770496524
fix(editor): don't check parent checkbox when child label was clicked
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-27 13:11:24 +01:00
0c58ea1ade
fix(editor): don't crash when the component isn't completely mounted
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-21 13:25:55 +01:00
f45303c2e3
fix(editor): image paste handling 2023-11-21 13:23:05 +01:00
debae2326e
fix(editor): don't create empty "blob" files when pasting images
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-20 12:35:19 +01:00
2967019cd9
feat(editor): mark a checkbox item as done when clicking on its text
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-18 18:01:09 +01:00
d3497c96d7
fix(editor): correctly resolve images in descriptions
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #3808
2023-11-18 17:17:14 +01:00
bd83294ac0
fix(editor): alignment and focus states
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-18 17:03:47 +01:00
6c4f1e1cbf
fix(editor): make initial editor mode (preview/edit) work
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-18 16:54:29 +01:00
bde212d432
fix(editor): change description when switching between tasks
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-03 12:36:20 +01:00
64a8dd189b
fix(editor): always set mode to preview after save 2023-11-03 12:27:21 +01:00
ba766a29af
fix(editor): check for empty content
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-03 12:22:38 +01:00
8e0ba555ed
fix(editor): check for almost empty editor value
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-29 19:42:20 +01:00
9cf81e1478
fix(editor): use modelValue directly to update values in the editor 2023-10-29 19:39:38 +01:00
37af478811
chore(editor): remove marked usages
All checks were successful
continuous-integration/drone/pr Build is passing
2023-10-22 15:18:39 +02:00
22223a56bd
chore(editor): remove converting markdown
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-22 15:12:36 +02:00
229beec1d1
fix(editor): lint
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-22 14:24:10 +02:00
0154b2a475
fix(editor): allow checking a checkbox even when the editor is set to read only
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-22 13:26:01 +02:00
32ca8853bc
fix(editor): don't use global shortcut when anything is focused 2023-10-22 12:48:31 +02:00
f6d5cbcf6f
feat(editor): only load attachment images when rendering is done
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-22 12:38:34 +02:00
d7503dc4a2
feat(editor): edit mode
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-22 12:08:27 +02:00
632e3c5a0b
fix(editor): duplicate name for extension
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-22 11:02:03 +02:00
c61f1a45fb
fix(editor): placeholder showing or not showing
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-22 11:00:42 +02:00
2f3196ef86
fix(editor): duplicate name
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-22 10:50:16 +02:00
2864854cd4
fix(editor): don't prevent typing editor focus shortcut when other instance of an editor is focused already
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-22 10:47:13 +02:00
a453449fea
fix(editor): reset on empty
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-22 10:41:34 +02:00
63c40b29b0
feat(editor): save when pressing ctrl enter 2023-10-22 10:38:53 +02:00
859fc1e94e
feat(editor): edit shortcut to set focus into the editor
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-21 19:46:46 +02:00
daa2ed3b1c
feat(editor): allow passing placeholder down
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-21 19:33:32 +02:00
34420b623c
fix(editor): use edit enable 2023-10-21 19:29:19 +02:00
80dc35eabb
fix(editor): actions styling 2023-10-21 19:29:00 +02:00
cb1d2b3834
fix(editor): always show placeholder when empty
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-21 19:18:28 +02:00
0ef775e9b9
feat(editor): improve overall styling
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-21 19:08:11 +02:00
a7e4e3adf9
feat(editor): add placeholder 2023-10-21 19:02:55 +02:00
dc3ee112bd
chore(editor): cleanup
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-21 18:47:04 +02:00
9b20dc1899
feat(editor): properly bubble changes when they are made
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-21 18:40:30 +02:00