Commit Graph

208 Commits

Author SHA1 Message Date
e52c139c9f
fix: task edit pane spacing
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-17 13:36:21 +02:00
5766ae48d7
fix: kanban card elements spacing
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-16 23:25:02 +02:00
8e1ab8e09b
Merge branch 'main' into vue3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-10-15 20:43:11 +02:00
97dd55d946
feat: show up to 4 recent lists on the overview page
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-13 21:20:46 +02:00
3a7a4bdc42
Merge branch 'main' into vue3
Some checks failed
continuous-integration/drone/pr Build is failing
# Conflicts:
#	src/components/input/editor.vue
#	src/components/list/partials/filters.vue
#	src/components/tasks/partials/editAssignees.vue
#	src/helpers/find.ts
#	src/helpers/time/formatDate.js
#	src/main.ts
#	src/store/modules/attachments.js
#	src/store/modules/kanban.js
#	src/views/list/views/List.vue
#	yarn.lock
2021-10-07 12:20:52 +02:00
99fb78dbd4
feat: show checklist summary on kanban cards
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-04 22:05:44 +02:00
2ef2bb7700
fix: transition class names
see: https://v3.vuejs.org/guide/migration/transition.html
2021-10-01 18:45:42 +02:00
4ee7a8bac6
feat: native color picker instead of verte
Prepare for vue 3
2021-10-01 18:44:14 +02:00
96523f1fbf feat: task checklist improvements (#797)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #797
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-09-29 18:31:14 +00:00
dpschen
4f2378ff02 feat: add variant hint-modal to modal component (#764)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #764
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-09-24 18:08:48 +00:00
dpschen
47ad115738 chore: remove obsolete css vendor prefixes (#739)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #739
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-09-21 16:36:38 +00:00
9c6369e8d8
Make editor edit button at the bottom the default and make sure the done button stands out more
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-17 21:10:32 +02:00
d21795ffd7
Make sure the task popup view takes up all the space it can on mobile
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-06 23:52:55 +02:00
85306362d3
Fix multiselect search padding
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-06 19:34:22 +02:00
5b70f8d5d7
Fix showing import tasks cta when tasks are loading
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-06 19:25:17 +02:00
e855b1b1e5
Fix CTA spacings
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-02 07:48:00 +02:00
362ccde425
Fix padding for kanban cards
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-30 14:15:06 +02:00
3c7f8d7aa2 Reorder tasks, lists and kanban buckets (#620)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #620
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-07-28 19:56:29 +00:00
34849d80b7
Fix Gantt layout overflowsing on mobile
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-26 11:25:55 +02:00
028dbf27ee
Fix table headers wrapping in table view
Some checks reported errors
continuous-integration/drone/push Build was killed
2021-07-22 21:51:34 +02:00
5913f78dc7
Hide keyboard shortcuts indicator on mobile
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-21 00:05:11 +02:00
306a926c66 Add default list setting & creating tasks from home (#520)
All checks were successful
continuous-integration/drone/push Build is passing
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
15085a7c26
Fix sass division
Some checks reported errors
continuous-integration/drone/push Build was killed
2021-07-17 19:14:26 +02:00
2854d3a0c2
Fix table text alignment in task detail page
All checks were successful
continuous-integration/drone/push Build is passing
Fixes #585
2021-07-09 17:43:59 +02:00
ac6082a670
Add collapsing kanban buckets
Some checks reported errors
continuous-integration/drone/push Build was killed
2021-07-07 21:58:41 +02:00
d09eff1655
Show last visited list on home page
Some checks failed
continuous-integration/drone/push Build is failing
2021-07-06 22:22:57 +02:00
c8209c6c10 Quick add magic for tasks (#570)
All checks were successful
continuous-integration/drone/push Build is passing
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
807685028c
Break long list titles in list overview
Some checks failed
continuous-integration/drone/push Build is failing
2021-06-24 17:35:44 +02:00
f0498fd767 Add translations (#562)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #562
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-06-23 23:24:57 +00:00
543df91aba
Fix header layout for long list titles
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-23 22:08:20 +02:00
0cd9d43a7c
Fix showing edit buttons when the user does not have the rights to use them
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-03 16:27:41 +02:00
c92062b6a5
Fix list archived notification mobile layout
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-03 15:38:46 +02:00
b85beb06eb Quick Actions & global search (#528)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #528
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-05-30 18:30:08 +00:00
28d45ec188
Fix missing background for tasks on a shared list with a background
Some checks failed
continuous-integration/drone/push Build is failing
2021-05-19 17:31:28 +02:00
85e55d1300 Fix tasks moving infinitely in gantt chart (#493)
All checks were successful
continuous-integration/drone/push Build is passing
Fixes #489

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #493
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-04-25 16:01:17 +00:00
adc0f23b49
Fix notification styling
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 17:21:14 +02:00
7b2e4b7177
Fix list layout when the list has no background for link shares
Some checks failed
continuous-integration/drone/push Build is failing
2021-04-07 16:14:22 +02:00
c076298cf0 Add notifications overview (#414)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #414
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-02-21 15:13:58 +00:00
e0be77d88f Move list edit/namespace to separate pages and in a menu (#397)
All checks were successful
continuous-integration/drone/push Build is passing
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
c5da0fcba4
Change bucket background color
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-27 20:18:08 +01:00
6624568faf
Fix attachment hover
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-26 22:28:42 +01:00
3659577b57
Fix text color
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-26 20:46:17 +01:00
30cb970deb
Fix button height
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-26 20:31:56 +01:00
9ef201c27c
Fix task id spacing
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-24 15:46:14 +01:00
06a160f26c
Fix defer due date popup
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-24 15:37:19 +01:00
769975b42b
Fix spacing for lists with no rights to add new tasks
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-24 14:27:52 +01:00
8828426c91 Move all content to cards (#387)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #387
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-24 13:00:21 +00:00
e0d120da5d
Fix kanban height on mobile
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-24 12:31:30 +01:00
850e4ecc15
Show list if the search result for a task belongs to a different list
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-23 19:05:26 +01:00
d1a2eefca6 Improve consistency of the layout (#386)
All checks were successful
continuous-integration/drone/push Build is passing
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
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
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
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
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
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
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
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
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
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
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
092e5165dc Build custom v-tooltip (#290)
All checks were successful
continuous-integration/drone/push Build is passing
Remove tooltips when their elements are unbound

Add support for .bottom modifier

Remove v-tooltip from dependencies

Add comments

Fix usage with bigger tooltips

Add very basic vanilla js tooltip

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #290
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-11-10 20:47:39 +00:00
d9fe433619
Show created/updated by for tasks
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-25 12:25:08 +01:00
471301d1a7
Fix reminder inputs and the close buttons not properly aligned
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-24 18:15:21 +02:00
82d54b0751
Remove the focus of the bucket title element after saving the title
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-24 17:23:13 +02:00
1935af83c3 Allow setting api url from the login screen (#264)
All checks were successful
continuous-integration/drone/push Build is passing
Cleanup

Use the http factory everywhere instead of the created element

Use the current domain if the api path is relative to the frontend host

Format

Prevent setting an empty url

Fix styling

Add changing api url

Add change url component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #264
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-10-11 10:13:35 +00:00
12fb89ad31
Fix task title input taking up almost no space if empty
Some checks reported errors
continuous-integration/drone/push Build was killed
2020-09-28 21:01:37 +02:00
6b1ebbabb7 Saved filters (#239)
All checks were successful
continuous-integration/drone/push Build is passing
Fix saving

Cleanup

Fix single value prepare

Add prepare percent done stub

Fix populating filters with saved values when editing for single values

Fix populating filters with saved values when editing

Add edit filter view page

Hide adding new tasks to pseudolists

Make sure all filter values are passed as strings as per requirement from the api

Add redirect to list after creating it

Add creating saved filter

Add filter by percent done

Add end date filter

Add start date filter

Add extra checkbox to enable/disable priority filter

Add changing priority

Add more filter stubs

Fix dates for filters

Add saved filter create form

Add include nulls and concat to filter options

Add new saved filter component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #239
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-09-26 21:02:37 +00:00
f2fcf42639 Favorite lists (#237)
All checks were successful
continuous-integration/drone/push Build is passing
Remove/show favorites namespace if a task/list is the first to being marked as favorite

Add special case to prevent marking an archived list as favorite

Add marking a task as favorite  on namespaces page

Prevent toggling the favorite state for the favorites list

Add method to toggle list favorite in the menu

Add favorite icon to lists in menu

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #237
2020-09-06 14:20:48 +00:00
5f5db5f12f
Fix task in list style for tasks with assignees
All checks were successful
continuous-integration/drone/push Build is passing
2020-09-05 23:41:23 +02: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
4a8b15e7be Favorite tasks (#236)
All checks were successful
continuous-integration/drone/push Build is passing
Add loading spinner when updating a task

Show favorites namespace if the favorited task is the first favorite

Show the list favorited tasks belong to

Fix task width

Add method to mark a function as favorite

Make favorite clickable

Format

Hide favorite button when not hovered

Add button to mark a task as favorite

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #236
2020-09-05 20:16:17 +00:00