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