Commit Graph

33 Commits

Author SHA1 Message Date
bb280b811c
fix: use base store 2022-10-02 14:09:18 +02:00
6cb8d7a3f5
fix imports
Some checks failed
continuous-integration/drone/pr Build is failing
2022-09-30 19:17:36 +02:00
7ab4ff2d9e
feat: review changes
All checks were successful
continuous-integration/drone/pr Build is passing
move TaskForm in separate component, improve types
2022-08-16 23:25:24 +02:00
c80e3b57e4
fix: lint 2022-08-16 23:25:24 +02:00
daaa7d3864
fix: remove precision setting 2022-08-16 23:25:24 +02:00
79e332e518
chore: add types for template ref 2022-08-16 23:25:24 +02:00
7c9e98fdf6
chore: don't use for..in 2022-08-16 23:25:24 +02:00
5dac96a2d5
feat: only use one watcher 2022-08-16 23:25:23 +02:00
f5c7b5be82
chore: define types 2022-08-16 23:25:23 +02:00
f3bb23cf14
chore: don't set required if there's a default value 2022-08-16 23:25:23 +02:00
9431c13a7f
chore: uppercase const 2022-08-16 23:25:23 +02:00
c4d5d409d4
chore: use @/models 2022-08-16 23:25:23 +02:00
77ed7a5d91
fix: use inherit for font family 2022-08-16 23:25:23 +02:00
ede3dec1d6
chore: use Loading component 2022-08-16 23:25:23 +02:00
3a32501064
feat: create task when pressing the button 2022-08-16 23:25:23 +02:00
f142d72da1
feat: loading animation 2022-08-16 23:25:22 +02:00
4e0c69d751
feat: handle changing props 2022-08-16 23:25:22 +02:00
c39e9d5c62
feat: show done tasks strikethrough 2022-08-16 23:25:22 +02:00
af529eef0a
feat: update task in gantt bar after dragging to make sure it changes its color 2022-08-16 23:25:22 +02:00
f77f14a91f
fix: make sure the date format is actually valid 2022-08-16 23:25:22 +02:00
edaead1d8f
fix: handle bar styling so they can actually be used 2022-08-16 23:25:22 +02:00
90a06019ce
chore: cleanup 2022-08-16 23:25:22 +02:00
da853a914c
feat: styling 2022-08-16 23:25:22 +02:00
ecaa09285b
chore: use width property 2022-08-16 23:25:22 +02:00
40f7871f1b
feat: scroll 2022-08-16 23:25:22 +02:00
c9c9056baf
feat: add open task detail when double clicking 2022-08-16 23:25:21 +02:00
7f3c754389
fix: new task input styling 2022-08-16 23:25:21 +02:00
b6c776592b
feat: create new tasks 2022-08-16 23:25:21 +02:00
e711df758c
feat: dynamically set default date 2022-08-16 23:25:21 +02:00
3f4509a6f9
feat: dynamically set default date 2022-08-16 23:25:21 +02:00
5e3e79c01b
feat: only load tasks which start in the currently selected range 2022-08-16 23:25:21 +02:00
9501592719
feat: allow passing props down to the gantt component 2022-08-16 23:25:21 +02:00
a0e6b9643b
feat: add basic implementation of ganttastic 2022-08-16 23:25:19 +02:00