Commit Graph

946 Commits

Author SHA1 Message Date
Julius Härtl 548c9a78ff Switch to vue-at for comment mentions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-29 18:02:24 +01:00
Julius Härtl cfec900763 Implement fetching newer comments and infinite loading
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-29 15:50:18 +01:00
Julius Härtl 36dadfe25d Fix styling in label color picker and pick random default colors
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-29 13:18:45 +01:00
Jakob Röhrl 167448dde1 added new color picker
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-01-29 13:18:45 +01:00
Julius Härtl 1ef22524ec Fix color picker positioning
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-29 13:18:45 +01:00
Jakob Röhrl a15a00ab6b new color picker
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-01-29 13:18:45 +01:00
Julius Härtl f115ae4648 Bump version and fix wording (fixes #1088)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-28 10:50:56 +01:00
Jakob Röhrl 67fdc738d2 added translations
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-01-28 10:19:20 +01:00
Julius Härtl 6ea05e1cb2 Fix dark mode shadow and markdown docs link (fix #1136)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-25 13:50:15 +01:00
Julius Härtl 1a874ba79b Make sure to respect board acls in the frontend all over the place
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-25 13:37:17 +01:00
Julius Härtl 7fd8419fa9 Use @nextcloud/axios
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-25 12:28:52 +01:00
Julius Härtl cf67c2e323 Move sidebar tabs to individual components
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-25 10:20:58 +01:00
Julius Härtl ad069e5e14 Some comments code cleanup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-25 09:52:30 +01:00
Jakob 739a92e9a3 first step
Signed-off-by: Jakob <jakob.roehrl@web.de>

1. try

Signed-off-by: Jakob <jakob.roehrl@web.de>

remote calls are working

Signed-off-by: Jakob <jakob.roehrl@web.de>

litte changes

Signed-off-by: Jakob <jakob.roehrl@web.de>

small fixes

Signed-off-by: Jakob <jakob.roehrl@web.de>

incremental fetching

Signed-off-by: Jakob <jakob.roehrl@web.de>

integrated tiptap suggestions for test

Signed-off-by: Jakob <jakob.roehrl@web.de>

Update package-lock after rebase

Signed-off-by: Julius Härtl <jus@bitgrid.net>

Fix various errors

Signed-off-by: Julius Härtl <jus@bitgrid.net>

Cleanup mention plugin use

Signed-off-by: Julius Härtl <jus@bitgrid.net>

Downgrade tippy

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-25 08:52:13 +01:00
Julius Härtl 3adadc23d0 General design enhancements and scroll area changes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-25 08:42:30 +01:00
Julius Härtl 6bbfe00474 Update eslint config
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-05 18:58:02 +01:00
Julius Härtl 2d7a43b93f Actually show can edit checkbox
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-19 21:46:12 +01:00
Julius Härtl 76fbe7a0ea Fix eslint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-17 22:47:45 +01:00
Julius Härtl cb3a80eea3 Resolve apps node_modules first
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27 20:42:35 +01:00
Julius Härtl 4ccc590f24 Move to indivitual imports
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27 13:28:20 +01:00
Julius Härtl 334d88aec6 Add URLSearchParams polyfill
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27 13:28:20 +01:00
Julius Härtl f68a94e920 Use proper import from vue-easymde
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27 13:28:20 +01:00
Julius Härtl 0d98d02b76 Move to @nextcloud/vue
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27 13:27:53 +01:00
Julius Härtl ab3a42fc11 Collections (#1294)
Collections
2019-10-24 17:20:54 +02:00
Julius Härtl 56bee425b9 Fix angular dependency in board selector
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-24 16:04:18 +02:00
Jakob c29aed239c new icon
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-24 14:35:33 +02:00
Jakob 677123a8f7 added card project selection
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-22 11:42:09 +02:00
Gary Kim 067ec5e057 Fix overflowing card heading
If the heading of a card is too long,
it will push interface elements off the
card.

This change will ensure that text that
does not have spaces and thus cannot be
wrapped will simply be cut off with an
ellipsis instead.

Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-22 17:08:03 +08:00
Gary Kim fd406a0adb Prevent wrapping text being visible while editing card header
Also: address errors thrown by linter

Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-22 17:08:03 +08:00
Gary Kim 1d4fe31155 Cancel editing card header when escape is pressed
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-22 17:08:03 +08:00
Gary Kim c2b8408cd2 Update Card Name on Form Submit
When editing a card's heading, pressing
"enter" or otherwise submitting the form
will save your edits.

Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-22 17:08:03 +08:00
Gary Kim b50e295e27 Cancel Card Heading Edit on Click Outside
Clicking away while editing a card name
will now cancel the edit.

Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-22 17:08:03 +08:00
Julius Härtl 97864ac1ff Properly register tooltip directive
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-22 10:45:26 +02:00
Julius Härtl f940d23968 Share boards and assign cards (#1293)
Share boards and assign cards
2019-10-22 10:09:21 +02:00
Julius Härtl 9b2903b4d5 Move to @nextcloud packages
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-22 09:51:13 +02:00
Jakob 2875e23b96 update assignabl
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-22 07:58:45 +02:00
Jakob 1d54fc3ae8 tried to move loadBoard to store
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-19 14:27:00 +02:00
Jakob 23e88a7e15 typos, css
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-18 11:18:29 +02:00
Jakob 08ef55c950 fix share users
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-17 13:50:32 +02:00
Jakob 4d10b5fd59 UI done
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-17 12:49:00 +02:00
Jakob 4a3ba6540c duplicate files
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-17 07:49:28 +02:00
Julius Härtl 029accfe49 Use nextcloud-vue tooltip
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-16 14:48:15 +02:00
Jakob 5021e475c7 start
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-16 13:48:29 +02:00
Julius Härtl 5772a7025d move card to another board (#1242)
move card to another board
2019-10-14 08:49:20 +02:00
Jakob a6bdf077ff some css changes
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-11 11:04:25 +02:00
Jakob 0f2e735a20 some UI changes
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-10 11:06:51 +02:00
Julius Härtl bb2eb7221a Clone boards with stacks, labels (#1221)
Clone boards with stacks, labels
2019-10-10 09:03:34 +02:00
Jakob e69b5465bd done
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-09 21:56:24 +02:00
Jakob 7d393292f3 stacks are not shown
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-09 13:40:12 +02:00
Jakob 1c2c700593 use try/catch
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-09 12:45:33 +02:00