Commit Graph

23 Commits

Author SHA1 Message Date
kolaente 29a5fdc799
Fix creating a new task in a bucket
continuous-integration/drone/pr Build is passing Details
2021-07-28 21:49:52 +02:00
kolaente cd8f77765c
Add updating the list position through the menu 2021-07-27 22:15:01 +02:00
kolaente 3382569d2b
Fix sorting 2021-07-27 18:27:41 +02:00
kolaente d17e509844
Add reordering animation 2021-07-27 18:24:38 +02:00
kolaente 5a29982e99
Add reordering tasks 2021-07-27 18:04:00 +02:00
kolaente 7434640525
Use kanbanPosition or position, whatever makes sense 2021-07-27 17:57:42 +02:00
kolaente 5fa03923e9
Improve chunk size
continuous-integration/drone/push Build is passing Details
2021-07-25 16:02:49 +02:00
konrad c45911fd36 Fix date parsing parsing words with weekdays in them (#607)
continuous-integration/drone/push Build is passing Details
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #607
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-07-25 10:45:17 +00:00
kolaente 2779cfc140
Fix not reloading tasks of a saved filter after editing it
continuous-integration/drone/push Build is passing Details
2021-07-20 22:16:44 +02:00
sytone 306a926c66 Add default list setting & creating tasks from home (#520)
continuous-integration/drone/push Build is passing Details
Co-authored-by: sytone <github@sytone.com>
Co-authored-by: Sytone <github@sytone.com>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #520
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: sytone <kolaente@sytone.com>
Co-committed-by: sytone <kolaente@sytone.com>
2021-07-17 21:21:46 +00:00
kolaente b6bc410346
Add a button to copy an attachment url from the attachment overview
continuous-integration/drone/push Build is failing Details
2021-07-07 22:13:21 +02:00
konrad c8209c6c10 Quick add magic for tasks (#570)
continuous-integration/drone/push Build is passing Details
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #570
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-07-05 10:29:04 +00:00
kolaente cdc805c8da
Refactor success and error messages
continuous-integration/drone/push Build is passing Details
2021-06-22 22:07:57 +02:00
kolaente 2bf5ffa1a1
Fix task pagination
continuous-integration/drone/push Build was killed Details
2021-02-20 17:10:56 +01:00
kolaente d441751c5b
Fix reloading the task list after changing a filter
continuous-integration/drone/push Build is failing Details
2021-02-20 16:43:39 +01:00
konrad e0be77d88f Move list edit/namespace to separate pages and in a menu (#397)
continuous-integration/drone/push Build is passing Details
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #397
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-30 16:17:04 +00:00
kolaente 4df33d1152
Fix attachment not being added if the task was not a kanban task
continuous-integration/drone/push Build is passing Details
2021-01-28 21:24:22 +01:00
kolaente 23552b2b1b
Fix attachments being added mutliple times
continuous-integration/drone/push Build is passing Details
2021-01-28 19:29:50 +01:00
kolaente 0b23e91f8d
Make sure attachements are only added once to the list after uploading
continuous-integration/drone/push Build is failing Details
+ Make sure the attachment list shows up every time after adding an attachment
2021-01-18 21:58:34 +01:00
konrad 588b4f507a Refactor app component (#283)
continuous-integration/drone/push Build is passing Details
Fix redirect to home

Move redirect to home to no auth component

Move setup stuff to separate functions

Renew token in authenticated component

Use vue's router object

Move auth type checks to computed properties

Move after route stuff to authenticated content component

More Cleanup

Cleanup

Hide the navigation on mobile in the navigation component

Load namespaces from inside the navigation component

Fix logout

Move not authenticated content to separate component

Fix favoriting lists

Move link share authenticated stuff to separate component

Move authenticated stuff to separate component

Move side navigation to separate component

Move top navigation bar to separate component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #283
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-11-01 17:36:00 +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 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 fc4b9d439b
Restructure components
continuous-integration/drone/push Build is failing Details
2020-06-17 22:15:59 +02:00