Commit Graph

37 Commits

Author SHA1 Message Date
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
konrad ddadd89c64 Move all create views to better looking popups (#383)
continuous-integration/drone/push Build is failing Details
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #383
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-21 22:33:16 +00:00
profi248 60c21cc36a Add "new label" button to label management (#359)
continuous-integration/drone/push Build is passing Details
Allow to create labels directly from Manage labels page. It uses the same fullscreen dialog style as adding other things.

Almost all of the code is reused the `NewTeam` component

Co-authored-by: David Košťál <kostal.david8@gmail.com>
Reviewed-on: #359
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 17:55:54 +00:00
kolaente 5d995a2758
Move next week/next month task overview pages into a single "Upcoming" page and allow toggle
continuous-integration/drone/push Build is passing Details
2020-11-22 18:05:25 +01:00
konrad c536707f3a Authentication with OpenID Connect providers (#305)
continuous-integration/drone/push Build is passing Details
Fix setting auth config from api in state

Verify auth state before authenticating

Add showing openid providers on login

Parse auth config from /info

Add authentication through openid

Add openid auth component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #305
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-11-21 16:38:40 +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
konrad 6b1ebbabb7 Saved filters (#239)
continuous-integration/drone/push Build is passing Details
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
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
kolaente 82ac226fc1
Rename routes to follow the same pattern
continuous-integration/drone/push Build is passing Details
2020-06-17 22:24:37 +02:00
kolaente fc4b9d439b
Restructure components
continuous-integration/drone/push Build is failing Details
2020-06-17 22:15:59 +02:00
konrad cf136132e3 Namespaces & Lists Page (#160)
continuous-integration/drone/push Build is passing Details
Center list backgrounds

Better alignment of new namespace and filter button

Make creating new namespace button clear

Hide archived lists unless the user wants it

Make all cards responsive

Cleanup

Show it if a namespace is archived

Show if a list is archived

Fix not updating the list in store after updating the background

Make task cards smaller

Display list backgrounds in cards and look good while doing it

lighter shadow

Change background to stripes

Set list backgrounds as card backgrounds

Add background color check to color appropriatly

Move color check to mixin

Use background color from tasks

Change list card color

Make create new namespace button stick to the right

Shadow all the things

Don't keep list backgrounds set when navigating back

Make links to list clickable

Add seperate page for namespaces

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #160
2020-06-16 22:20:37 +00:00
kolaente 991de38980
Add todoist migrator to the frontend
continuous-integration/drone/push Build is passing Details
2020-05-24 15:31:27 +02:00
kolaente e74c72f486
Don't open task detail in popup for list and table view
continuous-integration/drone/push Build is failing Details
2020-05-09 19:19:06 +02:00
konrad 5724b98358 Vuex (#126)
continuous-integration/drone/push Build is passing Details
Merge branch 'master' into feature/vuex

Cleanup

Move namespaces handling to store

Move fullpage setting to store

Move online/offline handling to store

Remove debug log

Fix loading namepaces

Rename errorMsg

Handle registering through the store

Use store to determine wether or not a user is authenticated on login page

Use store in edit team

Use store to get the current user's avatar

Use store to figure out if the current user belongs to a team

Use store to figure out if the current user is list admin

Use store to get user info when listing labels

Use store to get username on home

Use store to figure out if the user is namespace admin

Use the store for configuration

Use the store to check if a user is authenticated everywhere

Only renew token if the user is logged in

Fix renewing auth from jwt token

Move logout to store

Move renew token to store

Move log in to store

Only show enabled migrators

Only show registration button if registration is enabled

Put all config information from the backend in the store

Remove old config handler

Move config state to seperate module

Add vuex and get the motd through it

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #126
2020-05-08 18:43:51 +00:00
kolaente 815844fe2a
Fix opening link share list view
continuous-integration/drone/push Build is passing Details
2020-05-06 21:23:47 +02:00
kolaente b043369245
Fix navigating back to list view after deleting a task
continuous-integration/drone/push Build is passing Details
2020-04-30 12:49:42 +02:00
konrad c7845bb9c1 Kanban (#118)
continuous-integration/drone/push Build is passing Details
Add error message when trying to create an invalid new task in a bucket

Prevent creation of new buckets if the bucket title is empty

Disable deleting a bucket if it's the last one

Disable dragging tasks when they are being updated

Fix transition when opening tasks

Send the user to list view by default

Show loading spinner when updating multiple tasks

Add loading spinner when moving tasks

Add loading animation when bucket is loading / updating etc

Add bucket title edit

Fix creating new buckets

Add loading animation

Add removing buckets

Fix creating a new bucket after tasks were moved

Fix warning about labels on tasks

Fix labels on tasks not updating after retrieval from api

Fix property width

Add closing and mobile design

Make the task detail popup look good

Move list views

Move task detail view in a popup

Add link to tasks

Add saving the new task position after it was moved

Fix creating new bucket

Fix creating a new task

Cleanup

Disable user selection for task cards

Fix drag placeholder

Add dragging style to task

Add placeholder + change animation duration

More cleanup

Cleanup / docs

Working of dragging and dropping tasks

Adjust markup and styling for new library

Change kanban library to something that works

Add basic calculation of new positions

Don't try to create empty tasks

Add indicator if a task is done

Add moving tasks between buckets

Make empty buckets a little smaller

Add gimmick for button description

Fix color

Fix scrolling bucket layout

Add creating a new bucket

Add hiding the task input field

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #118
2020-04-25 23:11:34 +00:00
konrad a75670e4f0 Add user settings (#108)
continuous-integration/drone/push Build is passing Details
Add email update

Add settings link to menu

Add password update route

Add password update page

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #108
2020-04-17 20:46:50 +00:00
kolaente a4acfb5ef2
Add 404 page
continuous-integration/drone/push Build is failing Details
2020-03-02 20:30:49 +01:00
konrad 9b232c7d4f Add Wunderlist migration (#46)
continuous-integration/drone/push Build is passing Details
Complete migration flow

Add migration in progress animation

Add handling wunderlist migration flow

Basic migration init structure

Add migrator structure

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #46
2020-01-19 19:23:06 +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 7419f2a3fb
Fixed scroll behaviour
continuous-integration/drone/push Build is passing Details
2019-10-20 21:40:44 +02:00
konrad d83fb24bbd Added link sharing (#30)
continuous-integration/drone/push Build is passing Details
2019-09-09 17:55:43 +00:00
konrad d03f0211a3 Gantt Charts (#29)
continuous-integration/drone/push Build is passing Details
2019-04-29 21:41:39 +00:00
konrad f7a17e45bc Labels on tasks (#25)
the build was successful Details
2019-03-07 19:48:40 +00:00
konrad d7f7058eef Add week and month view for tasks (#15)
the build was successful Details
2018-12-25 22:41:55 +00:00
konrad c0d5f6e99a Add password reset (#1)
the build was successful Details
2018-11-01 21:34:29 +00:00
kolaente 61867fc787
Added methods to create a new teams 2018-09-14 19:19:50 +02:00
kolaente 297c1d889d
Added functions to have a list of teams 2018-09-14 07:23:25 +02:00
kolaente 5900e2fcb8
Added methods to edit and delete a list
the build was successful Details
2018-09-12 08:42:07 +02:00
kolaente 94b14167b1
Added method to edit namespace 2018-09-11 19:46:14 +02:00
kolaente a4dafcd159
Added method to add a new namespace 2018-09-11 19:20:07 +02:00
konrad 5ff4f5eb46
Added method to create a new list
the build was successful Details
2018-09-09 21:28:07 +02:00
konrad ce2b83a29c
Added List detail view
the build was successful Details
2018-09-08 23:33:23 +02:00
konrad 46aec7b4ca
Added register page
the build was successful Details
2018-09-08 22:27:13 +02:00
kolaente fe86ce2fa8
Added basic classes to handle http/auth/routing 2018-09-06 19:46:09 +02:00