Commit Graph

176 Commits

Author SHA1 Message Date
0d34d01689
Hide task elements while the task is loading
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-21 20:20:57 +01:00
bdfbe8857a
Fix task filter toggle button if the list has a background
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-20 22:42:30 +01:00
981a230b14
Fix kanban board slightly scrolling
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-20 21:58:28 +01:00
a9e58a8e21
Make filter buttons look better on mobile
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-18 22:14:10 +01:00
a0664ecb29
Fix multiselect on mobile
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-18 21:33:21 +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
ec4c941fb1
Make the button shadow lighter
Some checks reported errors
continuous-integration/drone/push Build was killed
2021-01-17 19:58:57 +01:00
ef608aacd1
Only show the llama background for unauthenticated users
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-17 19:58:03 +01:00
d34fe5dadc
Only use dark shadows for buttons
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-17 19:52:05 +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
6ef4a36bbc
Fix label spacing
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-17 10:55:04 +01:00
20a82ee8ae
Make the icons in the menu light grey
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-16 22:59:23 +01:00
aa5d0d437d
Fix namespace actions alignment in the menu
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-16 22:33:49 +01:00
b644c00f59
Add view image modal for image attachments
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-16 22:15:48 +01:00
f4b47ec374
Fix task detail view spacings
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-16 21:55:43 +01:00
60baa3353f
Fix task icon size
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-16 21:48:38 +01:00
9a2be2afff
Fix filter container positioning
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-16 17:22:42 +01:00
65ce1de445
Fix filter container positioning in link shares
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-16 16:50:13 +01:00
09b7a903d2
Add success message when modifying buckets
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-15 23:46:43 +01:00
873b36e6cd
Rework attachments list to look great everywhere
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-15 23:33:43 +01:00
bd3f54e51b
Fix editor buttons alignment
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-15 22:43:02 +01:00
c1148bcbda
Fix datepicker popup not fully aligned on mobile
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-15 21:11:29 +01:00
2b852de06f
Make full task in task list clickable
Some checks failed
continuous-integration/drone/push Build is failing
Fixes #362
2021-01-15 21:04:48 +01:00
55b9b68258
Make sure the loading spinner is always visible at the end of the page
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-14 22:19:28 +01:00
526eee361f
Show label colors when searching for labels
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-14 22:06:22 +01:00
85eeccee28
Inline mutliselect search input for multiple elements
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-10 22:46:50 +01:00
e87642026b
Fix task icons on kanban if there were multiple different ones
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-10 18:27:18 +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
2da6d7649f Make adding fields to tasks more intuitive (#365)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #365
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: profi248 <kostal.david8@gmail.com>
Co-committed-by: profi248 <kostal.david8@gmail.com>
2021-01-04 21:22:56 +00:00
158e697988 Show task progress on task (#354)
All checks were successful
continuous-integration/drone/push Build is passing
Shows the task completion percent as progress bar in task lists and on kanban cards.

Reviewed-on: #354
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: azymondrian <azymondrian@protonmail.com>
Co-committed-by: azymondrian <azymondrian@protonmail.com>
2020-12-31 15:16:07 +00:00
8fe362c267 Show an icon if a task has non-empty description (Kanban view and List view) (#360)
All checks were successful
continuous-integration/drone/push Build is passing
Add an icon to indicate that task has a description (similar to Trello). Would also be nice to add a counter for comments, but it's not possible to reasonably currently implement unless the API also gets changed.

Also add attachment icon to List view, and change the icon in Kanban view to be consistent with the rest of the icon set.

Reviewed-on: #360
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: profi248 <kostal.david8@gmail.com>
Co-committed-by: profi248 <kostal.david8@gmail.com>
2020-12-30 21:20:33 +00:00
36d62d796c Fixed squishy color bubble (#358)
All checks were successful
continuous-integration/drone/push Build is passing
Fixed squishy color bubble

The bubble was getting squished on smaller screens because of flex-shrink. Changed flex-shrink to 0.

Reviewed-on: #358
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-Authored-By: profi248 <kostal.david8@gmail.com>
Co-Committed-By: profi248 <kostal.david8@gmail.com>
2020-12-29 13:14:30 +00:00
f2441a9f2b
Fix related tasks width when the task is opened in a modal
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-18 23:26:43 +01:00
3c3d6a4af3 Mobile Menu Fixes (#332)
Some checks failed
continuous-integration/drone/push Build is failing
Fix main body overflow on medium screen sizes

Remove wait for done button in cypress test

Add wait for done button in cypress test

Calc whether menu should be open on first page load

Mobile Menu fixes

- Doesn't scrunch the main content on opening the menu
- Keep main content aligned left when the menu is open

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #332
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-Authored-By: azymondrian <azymondrian@protonmail.com>
Co-Committed-By: azymondrian <azymondrian@protonmail.com>
2020-12-17 11:45:26 +00:00
66d4738ec5 Make sure task title and task id are properly shown on mobile (#334)
Some checks failed
continuous-integration/drone/push Build is failing
Make sure task title and task id are properly shown on mobile

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #334
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-12-16 11:54:01 +00:00
1dcf4520a0 Add color indicators to task list (#321)
All checks were successful
continuous-integration/drone/push Build is passing
fix requested changes

use computed for listColor, moved .colorBubble to theme.scss

fixed tabs

add color indicator to task list

Reviewed-on: #321
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-Authored-By: Bouni <bouni@owee.de>
Co-Committed-By: Bouni <bouni@owee.de>
2020-12-10 12:06:49 +00:00
935a75cac1
Add more spacing to the "Archived" badge in namespace overview
Some checks failed
continuous-integration/drone/push Build is failing
2020-12-08 18:53:58 +01:00
f22942e883
Fix repeat after layout
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-28 16:02:38 +01:00
1e72105635
Fix task background color for link shares
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-28 15:32:58 +01:00
d0e304e43b
Add disabled state for task titles
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-28 15:30:34 +01:00
79c8783fdb
Fix tooltip still existing in viewport after hiding them
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-28 15:17:50 +01:00
fb3cf94cba Better reminders (#308)
All checks were successful
continuous-integration/drone/push Build is passing
Fix setting the new reminder component to null after adding a new date

Add "close on change" event which only fires if the component closed and the value actually changed

Hide the "today" option after 21:00

Add "confirm" button to close the component

Use disabled in reminders

Add a disabled property to the datepicker

Cleanup workarounds for flatpickr

Use the new datepicker for end dates

Use the new datepicker for start date

Use the new datepicker for due dates

Mobile styling

Format

Sync flatpickr when clicking on choose a date

Make sure to only hide the popup when not clicked something inside of it

Make flatpickr dates work

Use datepicker component for reminders

Merge branch 'master' into feature/better-reminders

Fix bottom padding of inline flatpickr

Set time

Add method to calculate the neares time

Move time helpers in separate folder

Remove separate flatpickr date

Cleanup

Set the flatpickr date when setting changing the date

Better formatting of the chosen date

Bubble

Set date when choosing one

Fix test

Show correct weekday in preview

Change hover background color

Make label to show if selected date is null configurable

Use a different icon for weekend

Ignore test files when linting

Add tests to dron

Move day interval calculation to separate file and test it

Add next date calculation

Add basic date picker component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #308
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-11-28 13:59:27 +00:00
ed40249bb3
Add proper focus styles
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-22 17:47:47 +01:00
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
460c30bd36
Improve comment avatars on mobile
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-15 17:17:08 +01:00
1d66218d5b
Add filters to gantt chart
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-15 16:32:46 +01:00
15a2da41ba
Show loading spinner when loading namespaces & lists
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-12 20:57:39 +01:00
a0d63272a6
Show all available shortcuts everywhere but indicate which work on the current page
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-11 22:02:57 +01:00