Commit Graph

44 Commits

Author SHA1 Message Date
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 282c86f19a
Fix pagination button hover color
continuous-integration/drone/push Build is passing Details
2020-08-11 20:32:17 +02:00
kolaente 219ee29ecf
Fix bottom white margin
continuous-integration/drone/push Build is passing Details
2020-08-11 20:32:05 +02:00
kolaente b779500240
Fix update available breaking the navbar position
continuous-integration/drone/push Build is passing Details
2020-08-05 17:04:40 +02:00
konrad 617bcea04e Add deferring task's due dates directly from the overview (#199)
continuous-integration/drone/push Build is passing Details
Make the defer popup responsible

Add buttons to defer by 1/3/7 days

Add updating due date

Add update method

Add component to defer the due date from the task overview

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #199
2020-08-01 13:17:10 +00:00
konrad be093e3779 Keyboard Shortcuts (#193)
continuous-integration/drone/push Build is passing Details
Add the keyboard shortcuts button

Add task keyboard shortcuts

Add info

Move keyboard shortcuts modal toggle to menu

Add modal for shortcuts

Add shortkeys for some task actions

Add shortkey to toggle menu

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #193
2020-07-25 14:52:04 +00:00
kolaente e3d843cece
Make the task view full width for shares if the list has a background
continuous-integration/drone/push Build is passing Details
2020-07-16 14:54:46 +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 9e189c5afd
Include fonts css in the main css bundle
continuous-integration/drone/push Build is passing Details
2020-07-07 22:16:13 +02:00
kolaente 792a80ab44
Fix task list if it has tasks with a long unbreakable title
continuous-integration/drone/push Build is passing Details
2020-07-07 21:38:59 +02:00
kolaente 3c6c5ff845
Make task list, teams and settings pages max width of $desktop and centered
continuous-integration/drone/push Build is passing Details
2020-07-03 19:37:20 +02:00
kolaente d586e15c56
Add option to hide the menu on desktop
continuous-integration/drone/push Build is passing Details
2020-06-25 23:56:41 +02:00
kolaente 3248aca041
Fix search on mobile
continuous-integration/drone/push Build is passing Details
2020-06-17 21:44:44 +02:00
kolaente b32976043f
Fix login form on mobile
continuous-integration/drone/push Build is passing Details
2020-06-17 09:12:41 +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
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 b2a9c13897
Change logo primary color
continuous-integration/drone/push Build is passing Details
2020-06-12 20:47:31 +02:00
kolaente cd98b41bec
Fix list title on mobile
continuous-integration/drone/push Build is passing Details
2020-06-12 19:32:37 +02:00
kolaente 7065b52053
Fix user dropdown on mobile
continuous-integration/drone/push Build is passing Details
2020-06-12 19:07:42 +02:00
kolaente 914e8f2084
Fix hamburger icon on mobile padding
continuous-integration/drone/push Build is passing Details
2020-06-12 19:00:00 +02:00
kolaente 3c45f34f78
Add border to colorpicker (fixes #146)
continuous-integration/drone/push Build is passing Details
2020-06-04 13:59:32 +02:00
kolaente 36a02a3f62
Fix kanban tasks with backgrounds
continuous-integration/drone/push Build is passing Details
2020-06-03 10:50:58 +02:00
kolaente 3441072c2c
Show list background when viewing a link share
continuous-integration/drone/push Build is passing Details
2020-05-31 21:31:42 +02:00
konrad 4b3f92ae34 Custom backgrounds for lists (#144)
continuous-integration/drone/push Build is passing Details
Make backgrounds list responsive

Show initial collection of backgrounds

Remove test data

Fix "backgroundInformation is null" when navigating

Fix kanban height

Remove debug log

Move list title to top header

Add styling for title in top header

Set the current list (and background) when loading settings

Only load the background if it changed

Make task detail view look good again

Fix bottom spacing

Make list and table view look good again

Make pages with background at least 100vh

Fix kanban height

Make extra buttons look good again

Move list title and view-switcher in one row

Add styling for backgrounds

Set background globally

Add getting list background and putting it in vuex

Add setting list background

Move list background setting to seperate list

Add search timeout to not search on every keypress

Add getting thumbnails through api

Add basic search for unsplash backgrounds

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #144
2020-05-31 19:17:10 +00:00
kolaente d0f6a4ce99
Better responsive layout for unauthenticated pages
continuous-integration/drone/push Build is passing Details
2020-05-12 15:18:37 +02:00
kolaente ce1bfba5fd
Don't show the llama background when on mobile
continuous-integration/drone/push Build is passing Details
2020-05-09 21:46:28 +02:00
kolaente 8ae03fa6e9
Highlight the current list when something list related is called
continuous-integration/drone/push Build is failing Details
2020-05-08 21:07:33 +02:00
Lucas Grzegorczyk 3edcc790de
Remove llama-upside-down.svg 2020-05-04 20:45:15 +02:00
kolaente dca90477d9
Fix task title overflowing in detail view
continuous-integration/drone/push Build was killed Details
2020-04-27 13:03:47 +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
kolaente cc513b5274
Easymde preparations
continuous-integration/drone/push Build is passing Details
2020-03-26 22:21:09 +01:00
konrad cafb960c8d Colors for lists and namespaces (#74)
continuous-integration/drone/push Build is passing Details
Show colors for namespaces bigger

Show colors for lists and namespaces

Add changing color for lists

Add changing color for namespace

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #74
2020-03-25 21:27:29 +00:00
kolaente 35d0058026
Fix icon overflowing in navigation
continuous-integration/drone/push Build is passing Details
2020-03-22 22:44:33 +01:00
konrad 7d2bd192ab Add support for archiving lists and namespaces (#73)
continuous-integration/drone/push Build is passing Details
Use fancy checkbox for archiving namespace

Show is archived badge for namespaces

Fix is archived badge in navigation bar

Add check to filter out archived lists or namespaces

Show if a list is archived in menu

Hide edit task if the list is archived

Hide marking tasks as done if the list is archived

Show is archived message on list

Add archiving a list

Add archiving a namespace

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #73
2020-03-22 20:40:13 +00:00
kolaente ab8dd6f67a
Fix not highlighting the current list in menu when paginating
continuous-integration/drone/push Build is passing Details
2020-03-04 21:43:11 +01:00
kolaente 8c82c2302f
Fix changing the right of a list shared with a user
continuous-integration/drone/push Build is passing Details
2020-02-26 20:34:14 +01:00
konrad 57f78ee0d4 Task Comments (#66)
continuous-integration/drone/push Build is passing Details
Better edit/remove buttons

Spacing

More loading

Add loading

Better dates formatting

Add editing comments

Move closing delete modal to finally

Add delete comments

Add keycode modifier

Comment styling

Comment form

Add basic task comments functionality

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #66
2020-02-25 20:11:36 +00:00
kolaente e0dcf1faa9
Load Fonts directly
continuous-integration/drone/push Build is passing Details
2020-02-11 22:32:10 +01:00
kolaente dd0703562f
Improve link share layout
continuous-integration/drone/push Build is passing Details
2020-02-09 17:54:02 +01:00
kolaente 6324fc384b
Move the Vikunja logo to the hamburger menu on mobile
continuous-integration/drone/push Build is passing Details
2020-02-09 15:29:55 +01:00
konrad fc17518e8c Add a link to vikunja.io (#56)
continuous-integration/drone/push Build is passing Details
Add a link to vikunja.io

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #56
2020-01-31 16:33:34 +00:00
konrad 309f75b19d Task Search (#52)
continuous-integration/drone/push Build is passing Details
Add hiding the search

Add actually searching for tasks

Fix jumping search button on page load

Add search button

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #52
2020-01-31 10:05:53 +00:00
konrad 22d2d1a777 Add removing of tasks (#48)
continuous-integration/drone/push Build is passing Details
Add removing of tasks

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #48
2020-01-22 20:18:39 +00:00
konrad 9c66a7570a Reorganize Styles (#45)
continuous-integration/drone/push Build is passing Details
2019-12-19 22:09:23 +00:00