Commit graph

87 commits

Author SHA1 Message Date
8202fc43e8 Update task status immediately on submit 2020-10-04 11:27:52 +00:00
313ca60b55 Add reaction to task load 2020-10-04 11:11:02 +00:00
7116805d97 graf: disabled selection tool appearing when disabled 2020-10-04 12:56:15 +02:00
aeafbd07d5 Add note about expiration time 2020-10-04 10:50:30 +00:00
04138c3ba8 use taskReference 2020-10-04 10:50:17 +00:00
e7a3a093b7 Swap submit and show solution 2020-10-04 10:14:37 +00:00
686deea3eb tasks.json: přidány další úlohy 2020-10-04 11:59:12 +02:00
62e673a196 editor: center marker 2020-10-04 11:31:01 +02:00
80f9a70c72 Submit form prototype 2020-10-03 22:18:54 +00:00
911a80b500 task detail editor: option to edit taskReference 2020-10-04 00:15:50 +02:00
b0e00beaac editor: group selection and group dragging 2020-10-03 23:41:57 +02:00
6a6c13a5d8 Fix type errors 2020-10-02 10:13:20 +00:00
0edb0569b8 editor: save to disk 2020-10-01 23:42:56 +02:00
46afc555d6 removed compatibility with old format, small fix in editor 2020-10-01 23:33:39 +02:00
ab13f0b726 massive cleanup of Graph and Editor code 2020-10-01 23:26:02 +02:00
f0e6e79364 code cleanup 2020-10-01 21:57:27 +02:00
1f325adeb7 Fix text refresh glitch 2020-10-01 18:40:24 +00:00
be09522222 graph node: fixed wrong ellipse size after changing the text 2020-10-01 19:47:24 +02:00
f462b837b8 Better drag&drop for nodes in editor
fix #24
2020-10-01 12:36:09 +00:00
b4717e93a9 TaskDisplay shows text nodes correctly 2020-10-01 12:13:19 +00:00
431f0e4689 graph node: bug v designu labelu, kdyz je povoleno pohybovani 2020-10-01 14:09:05 +02:00
3a7474ca22 Fix body padding 2020-10-01 11:48:05 +00:00
c03c6566c5 graph: neda se klikat na labely 2020-10-01 13:23:26 +02:00
c778b879f7 Fix TaskPanel url routing bug 2020-09-30 22:23:00 +00:00
4f25a1aefb Border radius for TaskPanel 2020-09-30 22:23:00 +00:00
163714bca3 editor: cool professional design :-O 2020-10-01 00:12:15 +02:00
31c91be77c Set zoom click distance to 10px
prevents a glitch that occurs when clicking on nodes - instead of
seeting the click event, the view moves by few pixes and task is not selected
2020-09-30 22:06:02 +00:00
8c99862103 Fix full close of TaskPanel 2020-09-30 22:00:57 +00:00
f06c103103 less ugly TaskPanel 2020-09-30 21:34:11 +00:00
7aa0744aca graf: hrany vedoucí z labelů jsou skryté - nody se tak při simulaci mohou dobře umístit 2020-09-30 22:52:57 +02:00
39c3b5a264 label rendering and rotation 2020-09-30 19:49:05 +02:00
f094973865 editor: odstraňování a přidávání nodů (fixes #21) 2020-09-30 18:15:13 +02:00
0d684ca4f3 task detail editor: používáme CKEditor5 2020-09-30 17:41:11 +02:00
e21fc20335 Remove debug print 2020-09-30 15:39:04 +00:00
af57e530f8 Display task status in TaskDisplay 2020-09-30 14:10:32 +00:00
95426fa0d2 editor: nastroj pro editaci detailu tasku 2020-09-30 15:34:56 +02:00
80017529a7 Grab task status from /cviciste/
see #11
2020-09-30 11:23:42 +00:00
a264dbead9 graf: přidána funkce pro manuální pozicování vrcholů a perzistence pozice 2020-09-29 23:50:44 +02:00
e9a6ccb59c Merge master 2020-09-29 19:30:04 +00:00
f4601a782b Implement simple routing for TaskPanel 2020-09-29 14:37:54 +00:00
06c72d33ad Merge pull request 'Add a pointer cursor when hovering a GraphNode' (#13) from vo/graph-node-cursor into master
Reviewed-on: #13
2020-09-29 13:25:56 +02:00
1c85597f49 Merge pull request 'Add proper close button to TaskPanel' (#12) from vo/close-button into master
Reviewed-on: #12
2020-09-29 13:23:16 +02:00
Vojtěch Káně
d516f5d888 Add a pointer cursor when hovering a GraphNode
This makes it clear they are indeed clickable.
2020-09-29 13:20:23 +02:00
27930f1aa2 better node connections
fix #1
2020-09-29 11:19:29 +00:00
Vojtěch Káně
f509f0a12f Add proper close button to TaskPanel
Related to #8
2020-09-29 13:15:19 +02:00
dbf86e1617 Enable minification and disable livereload on test env 2020-09-29 10:21:00 +00:00
91e8d45252 Remove debug print 2020-09-29 10:10:28 +00:00
94b7b817fd More mobile friendly 2020-09-29 09:43:57 +00:00
317ddc6ead Fix terser compile error 2020-09-29 09:43:32 +00:00
73f8966ea1 More hack and few more hack so zoom works
fix #2
2020-09-28 22:44:50 +00:00