Commit Graph

22 Commits

Author SHA1 Message Date
148cc1dcca Better save messages for tasks (#307)
All checks were successful
continuous-integration/drone/push Build is passing
Add success messages when managing assignees

Add success messages when managing labels

Add better loading animations for related tasks

Add better loading animations for comments

Don't block everything while loading

Move task heading to separate component which handles all saving related things

Make sure to only show the loading spinner and saved message when saving the description

Show a maximum of 2 notifications

Move task description to separate component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #307
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-11-22 16:32:35 +00:00
3343b1c240 Add showing and modifying user name (#306)
All checks were successful
continuous-integration/drone/push Build is passing
Make sure to use the user name field everywhere

Add showing and modifying user name

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #306
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-11-21 21:25:00 +00:00
982d838dd4
Make keyboard shortcuts single keys
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-11 21:31:11 +01:00
2af53b16b6 Performance improvements (#288)
All checks were successful
continuous-integration/drone/push Build is passing
Only include needed parts from lodash

Don't prefetch

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #288
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-11-02 20:47:31 +00:00
d9fe433619
Show created/updated by for tasks
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-25 12:25:08 +01:00
da1d34789d
Get rid of the null reminder to fix jumping inputs when updating reminders
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-24 18:12:14 +02:00
2c6ec6ec35
Fix due date changes not saved on mobile
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-03 14:30:26 +02:00
4defe4c28a Fix Assignees being deleted when adding a due date (#254)
All checks were successful
continuous-integration/drone/push Build is passing
Use a model to make sure all changes of task assignees are bubbled back up to the task

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #254
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-10-02 16:40:04 +00:00
a8a7f70a3c
Cleanup code & make sure it has a common code style
All checks were successful
continuous-integration/drone/push Build is passing
2020-09-05 22:35:52 +02:00
3c07c6e8c0 Hide UI elements if the user does not have the right to use them (#211)
All checks were successful
continuous-integration/drone/push Build is passing
Hide Team UI elements if the user does not have the rights to use them

Fix replacing the right saved in the model when updating

Hide UI-Elements on task if the user does not have the rights to use them

Hide UI-Elements on gantt if the user does not have the rights to use them

Hide UI-Elements on kanban if the user does not have rights to use them

Fix canWrite condition

Hide list components if the user has no right to write to the list

Add max right to model

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #211
2020-08-11 18:18:59 +00:00
b1b5398c56
Add more prefetching of components
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-28 10:14:42 +02:00
be093e3779 Keyboard Shortcuts (#193)
All checks were successful
continuous-integration/drone/push Build is passing
Add the keyboard shortcuts button

Add task keyboard shortcuts

Add info

Move keyboard shortcuts modal toggle to menu

Add modal for shortcuts

Add shortkeys for some task actions

Add shortkey to toggle menu

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #193
2020-07-25 14:52:04 +00:00
57d0609577
Put the editor container higher up for task description
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-24 22:02:46 +02:00
3874355953 Add easymde & markdown preview for editing descriptions and comments (#183)
All checks were successful
continuous-integration/drone/push Build is passing
Make sure no text from previous mounts is left in the editor text field

Make preview not the default when rendering descrition settings

Add option to show editor by default while still having the option to show preview

Add option to show editor by default while still having the option to show preview

Use editor component for edit labels

Use editor component for edit team

Use editor component for edit namespace

Use editor component for edit list

Use editor component for edit task

Make sure we find all checkboxes

Fix checking wrong checkbox

Make finding and replacing checkboxes in a function actually work

Add upading text with checked checkboxes

Lazy load editor

Remove preview since we have a better one

Make easymde smaller by default

Add image upload from comments

Rename easymde component to editor

Only show preview button if editing is currently active

Make editor tabs look better when commenting

Make comments meta look better

Don't try to update if the value was initially set

Use editor to render and edit comments

Make preview optional

Make tabs look better

Don't switch to preview after editing

Centralize attachment state

Render markdown by default

Fix title being "null"

Fix loading attachment images

Add standalone preview

Fix callback url

Add onsuccess callback

Add file upload

Fix date parsing once and for all

Add more props for upload and such

Fix editor border color

Fix changing text after mounting

Add link to guide

Fix sizing of icons

Add timeout for changes

Add all easymde icons

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #183
2020-07-14 19:26:05 +00:00
6a6aabae3b
Revert "Start adding easymde icons"
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 0ccb971c
2020-07-10 10:19:21 +02:00
0ccb971c5c
Start adding easymde icons
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-09 19:14:35 +02:00
a0b9acee41 Add Page Titles Everywhere (#177)
All checks were successful
continuous-integration/drone/push Build is passing
Add page titles everywhere

Add global mixin to set page title

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #177
2020-07-07 20:07:13 +00:00
d49cf5635b
Show namespace name in list search field
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #169
2020-06-27 23:12:33 +02:00
cd588caa02 Fix Datetime Handling (#168)
All checks were successful
continuous-integration/drone/push Build is passing
Fix task filters

Fix null dates

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #168
2020-06-27 17:04:30 +00:00
5cbc0f08fe
Fix related tasks overflowing if a related task has a long name
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-21 20:32:54 +02:00
736fe03b39
Add color picker to change task color to task detail view
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-21 20:27:39 +02:00
fc4b9d439b
Restructure components
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-17 22:15:59 +02:00