Commit Graph

776 Commits

Author SHA1 Message Date
Julius Härtl
07b0716d33 fix: Avoid double tap on iOS and close navigation on click
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-09 18:21:34 +00:00
Julius Härtl
aca6b9d969 fix: Auto-scroll horizontally
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-09 18:21:34 +00:00
Julius Härtl
6b315f95a7 fix: Proper drag zone height (fix #6264)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-09 18:21:34 +00:00
Julius Härtl
500662f8ce fix: Fix modal sizing, focus error and cover image sizing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-09 18:21:34 +00:00
Julius Härtl
c665cfb03d fix: Fix focus and emptycontent titles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-09 18:21:34 +00:00
Julius Härtl
dc7a41ee35 fix: Move card create input to the bottom
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-09 18:21:34 +00:00
Julius Härtl
90664cf869 fix: Fix empty board view design
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-09 18:21:34 +00:00
Julius Härtl
c0084a6b5b fix: Fix styling of navigation input fields
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-09 18:21:34 +00:00
Julius Härtl
9227f9e9a1 fix: Adapt spacing to new compact design
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-09 18:21:34 +00:00
Julius Härtl
03c712c965 fix: Properly scroll on mobile devices
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-09 18:21:33 +00:00
Julius Härtl
c56aeba3d3 fix: Avoid duplicate scrollbars
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-08-30 17:35:58 +00:00
Luka Trovic
ca4e0c122b fix: 30 design issues
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2024-08-30 17:35:58 +00:00
Julius Härtl
61d58fb4eb Merge pull request #6261 from nextcloud/backport/6260/stable30 2024-08-26 13:43:12 +02:00
Jérôme Herbinet
d35d8e5a50 Translation call fix
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2024-08-26 11:20:08 +00:00
Julius Härtl
71fe340fad fix: Adjust UI to be more consistent with new Nextcloud compact UI
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-08-26 10:43:38 +00:00
Julius Härtl
6f3f391a04 fix: Hide inline search box as the global one is working now
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-08-26 10:43:38 +00:00
Luka Trovic
a364ca8733 fix: losing focus while editing title field
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2024-07-31 18:44:48 +02:00
Luka Trovic
9bc601c7a9 fix: design review issues
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2024-07-17 18:51:46 +02:00
Philip
7d295bee80 Update Description.vue
Signed-off-by: Philip <65334274+pschopen@users.noreply.github.com>
2024-07-11 10:56:51 +02:00
Philip
f2699d61c7 Update CardSidebar.vue
Signed-off-by: Philip <65334274+pschopen@users.noreply.github.com>
2024-07-11 10:45:20 +02:00
Julius Härtl
4b2c191e21 Merge pull request #6005 from nextcloud/fix/5628-deck-card-descriptions-not-saved
don't reset update time when no update was written to db
2024-06-26 10:15:17 +02:00
Elizabeth Danzberger
3dedcb4021 fix: Remove scoped CSS to fix card view
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-06-18 18:09:56 -04:00
grnd-alt
3c5ca27eb8 don't reset update time when no update was written to db
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-06-17 13:43:12 +02:00
rakekniven
f5e29354db choir(i18n): Change filter title
You do not filter for completed when selecting "filter for open".

Status is a better name for all existing options

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2024-06-01 15:12:40 +02:00
Julius Härtl
136b3bfd69 Merge pull request #5858 from nextcloud/bugfix/card-details-focus-issue-with-screen-reader 2024-05-09 13:57:37 +02:00
Luka Trovic
59e371e80f fix: card details focus issue with screen reader
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2024-05-09 13:29:31 +02:00
Julius Härtl
4345252267 chore: Adapt to new file picker API
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-05-09 13:22:36 +02:00
Julius Härtl
6c932ee233 Merge pull request #5850 from nextcloud/Jerome-Herbinet-completed-card-button-wording-change
Completed card button wording change
2024-05-09 09:36:11 +02:00
Andy Scherzinger
be11113d32 chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-07 15:51:49 +02:00
Luka Trovic
f7f5b88917 fix: permission check for cloning board
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2024-05-06 19:32:34 +02:00
Jérôme Herbinet
14daff276b Completed card button wording change
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2024-05-06 15:15:16 +02:00
Julius Härtl
23291fcfc0 fix: Adapt NcAppSidebar props to new version
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-04-05 09:26:31 +02:00
Jérôme Herbinet
fb8879b59a Fix the mixed tab and space (replace with full tab)
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2024-03-29 10:30:16 +01:00
Jérôme Herbinet
abe4165416 Fix tags' display when they are numerous
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2024-03-29 10:30:16 +01:00
grnd-alt
c6728d33c8 group completed filters to one property
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-03-13 15:44:17 +01:00
grnd-alt
9a3521ba93 add filter option to show both completed and open
refactor element-ids to filter-option-

Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-03-13 15:42:53 +01:00
grnd-alt
a32755c460 fix linting issues
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-03-13 15:42:53 +01:00
grnd-alt
09a9da3cf8 add new filter section
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-03-13 15:42:53 +01:00
grnd-alt
f246c68fac introduce done filter
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-03-13 15:42:53 +01:00
grnd-alt
a4ccc89969 introduce open filter
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-03-13 15:42:53 +01:00
Julius Härtl
213c8c5f2f fix: Trigger local open card modal on the card actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-05 15:56:41 +01:00
Julius Härtl
d8128a01a2 chore: Remove deprecated tooltips
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-01 08:50:01 +01:00
Julius Härtl
58d762fa12 chore: move to capabilities library
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-01 08:50:00 +01:00
Julius Härtl
5b33fcca0d feat: Interactive deck board widget
Signed-off-by: Julius Härtl <jus@bitgrid.net>

fix: Provide relevant app state for widgets

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

fix: Adapt interactive widget

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

chore: fixup

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-01 08:49:57 +01:00
Julius Härtl
e1de6d317b fix: Adapt to new nextcloud vue version
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-29 08:54:34 +01:00
Julius Härtl
aace08e0a6 feat: Rename to teams
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-22 08:35:43 +01:00
Luka Trovic
9848733ca0 fix: card move dialog auto close
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2024-01-31 19:34:11 +01:00
Julius Härtl
7694c8b4d0 Merge pull request #5493 from elzody/sort-cards-upcoming 2024-01-25 21:44:21 +01:00
Elizabeth Danzberger
220f91fdc5 fixed to follow nextcloud coding guidelines
Signed-off-by: Elizabeth Danzberger <elizabethdanzberger@gmail.com>
2024-01-19 13:39:56 -05:00
rakekniven
774410842f fix(i18n): Improved wording
Fixes #5495 

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2024-01-19 10:03:15 +01:00