Commit Graph

21 Commits

Author SHA1 Message Date
0667a96376
Fix empty call to actions
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-21 18:14:22 +01:00
890d9b3f11
Make sure no cta's are visible while the page is loading
Some checks reported errors
continuous-integration/drone/push Build was killed
2021-01-20 22:09:40 +01:00
2139d4d528
Make sure all empty pages have a call to action
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-17 20:21:33 +01:00
2aceca54ca Move buttons to separate component (#380)
All checks were successful
continuous-integration/drone/push Build is passing
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
4f872c92d8
Rename .noshadow to .has-no-shadow
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-17 13:21:58 +01:00
e960202607
Use buttons more consistently
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-17 13:04:49 +01:00
3f81f2837a
Fix delete buttons in forms
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-16 22:46:02 +01:00
36f5f0eabc
Only show the list with teams if there are any teams
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-08 23:07:17 +01:00
fe6d975134 Replace vue-multiselect with a custom component (#366)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #366
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-06 22:36:31 +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
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
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
903cdcc93a
Use team update route to update a team member's admin status
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-05 17:32:18 +02: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
6662cbe264
Don't show a confusing message if no options are available
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-15 21:13:59 +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
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
3c6c5ff845
Make task list, teams and settings pages max width of $desktop and centered
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-03 19:37:20 +02:00
82ac226fc1
Rename routes to follow the same pattern
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-17 22:24:37 +02:00
fc4b9d439b
Restructure components
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-17 22:15:59 +02:00