Commit Graph

29 Commits

Author SHA1 Message Date
kolaente e37145cd43
Add setting for the first day of the week
continuous-integration/drone/push Build is passing Details
2021-06-03 18:12:40 +02:00
kolaente 7ace71ad2e
Reduce quick task edit fields 2021-04-18 19:16:40 +02:00
konrad d1a2eefca6 Improve consistency of the layout (#386)
continuous-integration/drone/push Build is passing Details
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #386
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-23 17:18:09 +00:00
konrad 2aceca54ca Move buttons to separate component (#380)
continuous-integration/drone/push Build is passing Details
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #380
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-17 17:57:57 +00:00
kolaente e960202607
Use buttons more consistently
continuous-integration/drone/push Build is failing Details
2021-01-17 13:04:49 +01:00
konrad 3343b1c240 Add showing and modifying user name (#306)
continuous-integration/drone/push Build is passing Details
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
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 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
kolaente b1b5398c56
Add more prefetching of components
continuous-integration/drone/push Build is passing Details
2020-07-28 10:14:42 +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 81cc2c17e6
Fix task title not editable in edit task pane
continuous-integration/drone/push Build is passing Details
2020-06-25 21:10:17 +02:00
kolaente fc4b9d439b
Restructure components
continuous-integration/drone/push Build is failing Details
2020-06-17 22:15:59 +02:00
konrad e266c69acd Add option to remove color from label, task, namespace or list (#157)
continuous-integration/drone/push Build is passing Details
Add reset to color picker

Move all usages of verte to seperate component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #157
2020-06-15 09:46:52 +00:00
kolaente 25579f5da2
Don't show a success message if it is obvious the action has been successful
continuous-integration/drone/push Build is passing Details
2020-06-01 00:09:21 +02:00
kolaente e7c1c98c6a
Fix id params not being named correctly
continuous-integration/drone/push Build is passing Details
2020-04-17 12:19:53 +02:00
konrad 4a413e7f3c Make all api fields snake_case (#105)
continuous-integration/drone/push Build is passing Details
Change all snake/camelCase mix and match to camelCase everywhere

Fix conversion to not interfer with service interceptors

Add dynamic conversion between camelCase and snake_case to services

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #105
2020-04-12 21:54:46 +00:00
kolaente 4408115f41
Add creating new related tasks
continuous-integration/drone/push Build is passing Details
2020-03-04 21:29:40 +01:00
kolaente aeba5651af
Ensure labels of a task get updated when updating them
continuous-integration/drone/push Build is passing Details
2020-03-02 22:25:38 +01:00
kolaente 6258c59c18
Fix initial dates on task edit sidebar
continuous-integration/drone/push Build is passing Details
2020-02-09 17:33:04 +01:00
kolaente 301c23fa9a
Add auto save for task edit sidebar
continuous-integration/drone/push Build is passing Details
2020-02-09 17:30:42 +01:00
konrad 1170e030f6 Use message mixin for handling success and error messages (#51)
continuous-integration/drone/push Build is passing Details
Use message mixin everywhere

Add mixin for success and error messages

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #51
2020-01-30 21:47:08 +00:00
konrad 11d9aaae12 Update dependencies (#40)
continuous-integration/drone/push Build is passing Details
2019-12-15 20:42:40 +00:00
konrad 4e5d14d969 Task Detail View (#37)
continuous-integration/drone/push Build is passing Details
2019-11-24 13:16:24 +00:00
kolaente e00f0046b5
Replace all spaces with tabs
continuous-integration/drone/push Build is passing Details
2019-11-03 13:44:40 +01:00
konrad 2705c1571e Handle task relations the right way (#36)
continuous-integration/drone/push Build is passing Details
2019-10-28 21:45:37 +00:00
kolaente a0d281b0b4
Added changing %Done on a task
continuous-integration/drone/push Build is passing Details
2019-10-19 18:27:31 +02:00
kolaente 52bce0b9f1
Use the new listuser endpoint to search for users
continuous-integration/drone/push Build is passing Details
2019-07-22 13:27:20 +02:00
kolaente cd4dc92a95
Added colors to tasks
continuous-integration/drone/push Build is passing Details
2019-04-30 22:18:06 +02:00
konrad d03f0211a3 Gantt Charts (#29)
continuous-integration/drone/push Build is passing Details
2019-04-29 21:41:39 +00:00