Commit Graph

20 Commits

Author SHA1 Message Date
kolaente 982d838dd4
Make keyboard shortcuts single keys
continuous-integration/drone/push Build is passing Details
2020-11-11 21:31:11 +01:00
konrad 2af53b16b6 Performance improvements (#288)
continuous-integration/drone/push Build is passing Details
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
kolaente d9fe433619
Show created/updated by for tasks
continuous-integration/drone/push Build is passing Details
2020-10-25 12:25:08 +01:00
kolaente da1d34789d
Get rid of the null reminder to fix jumping inputs when updating reminders
continuous-integration/drone/push Build is passing Details
2020-10-24 18:12:14 +02:00
kolaente 2c6ec6ec35
Fix due date changes not saved on mobile
continuous-integration/drone/push Build is passing Details
2020-10-03 14:30:26 +02:00
konrad 4defe4c28a Fix Assignees being deleted when adding a due date (#254)
continuous-integration/drone/push Build is passing Details
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
kolaente a8a7f70a3c
Cleanup code & make sure it has a common code style
continuous-integration/drone/push Build is passing Details
2020-09-05 22:35:52 +02:00
konrad 3c07c6e8c0 Hide UI elements if the user does not have the right to use them (#211)
continuous-integration/drone/push Build is passing Details
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
kolaente b1b5398c56
Add more prefetching of components
continuous-integration/drone/push Build is passing Details
2020-07-28 10:14:42 +02:00
konrad be093e3779 Keyboard Shortcuts (#193)
continuous-integration/drone/push Build is passing Details
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
kolaente 57d0609577
Put the editor container higher up for task description
continuous-integration/drone/push Build is passing Details
2020-07-24 22:02:46 +02:00
konrad 3874355953 Add easymde & markdown preview for editing descriptions and comments (#183)
continuous-integration/drone/push Build is passing Details
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
kolaente 6a6aabae3b
Revert "Start adding easymde icons"
continuous-integration/drone/push Build is passing Details
This reverts commit 0ccb971c
2020-07-10 10:19:21 +02:00
kolaente 0ccb971c5c
Start adding easymde icons
continuous-integration/drone/push Build is passing Details
2020-07-09 19:14:35 +02:00
konrad a0b9acee41 Add Page Titles Everywhere (#177)
continuous-integration/drone/push Build is passing Details
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
kolaente d49cf5635b
Show namespace name in list search field
continuous-integration/drone/push Build is passing Details
Resolves #169
2020-06-27 23:12:33 +02:00
konrad cd588caa02 Fix Datetime Handling (#168)
continuous-integration/drone/push Build is passing Details
Fix task filters

Fix null dates

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