Carl Schwan
f1ce2c2b93
Fix rebasing issues and improve profile settings page a bit more
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26 19:51:10 +02:00
Carl Schwan
1d35a53991
More dark theme fixes
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26 19:49:00 +02:00
Carl Schwan
2f30d3227f
Various fixes
...
- Fix user status dialog
- Add label where missing
- Move emoji picker inside input field (similar to talk)
- Fix selecting an emoji
- Fix multiselect
- Fix button with confirmation action
- Fix some other unrelated dark theme issues
- Fix select2 focus
- Run npm lint:fix
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26 19:49:00 +02:00
Carl Schwan
f630bd27f7
Adapt to new Nextcloud vue style
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26 19:49:00 +02:00
Carl Schwan
68ed1af3c0
Fix accessibility of input fields
...
Input fields require a 44x44 pixels target size, this makes all the
input fields and button use that size.
Bonus is that now the input fields and buttons now have the same size as
the new vue button and this looks less weird than the previous state
with controls of different sizes.
See https://www.w3.org/WAI/WCAG21/Understanding/target-size.html
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26 19:49:00 +02:00
Julius Härtl
8b86a07a3f
Avoid side changes on web ui update
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-26 07:52:35 +02:00
Joas Schilling
80402f025d
Do not overwrite the focus-visible of vue apps
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-10 13:03:28 +02:00
Joas Schilling
f41edf26bd
Fix "More" app icon
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-05 11:53:50 +02:00
Carl Schwan
3fa6ee3c60
Fix login flow
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-27 11:29:12 +02:00
Carl Schwan
253118298d
Redesign guest pages for better accessibility
...
- Use white box and put content on it
- Improve focus indicator
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-27 10:43:21 +02:00
Vincent Petry
8e1240add8
Bump nextcloud-dialogs from 3.1.2 to 3.1.4
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26 23:32:07 +02:00
Vincent Petry
255d22fa71
Remove obsolete notification container
...
The future is TOAST 🍞
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26 13:54:24 +00:00
Vincent Petry
bb2557c389
Replace files app ids to classes
...
Replaced ids to classes for the following:
- #filestable -> .files-filestable
- #fileList -> .files-fileList
- #controls -> .files-controls
- #emptycontent -> .emptyfilelist.emptycontent
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26 10:19:19 +02:00
Julius Härtl
d98f512007
Make sure app menu text opacity matches the icons
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-25 08:49:46 +02:00
Julius Härtl
e165564607
Add legacy popover focus outline
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-20 08:43:03 +02:00
Julius Härtl
9e3c8b6708
Merge pull request #33267 from nextcloud/bugfix/noid/button-hover
...
Use hover css variable for primary buttons
2022-07-19 08:14:54 +02:00
Pytal
d07b78635e
Merge pull request #33240 from nextcloud/fix/login-input-focus
2022-07-18 09:54:22 -07:00
Julius Härtl
9e0d6f5608
Use hover css variable for primary buttons and add proper focus outline
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-18 18:24:26 +02:00
Julius Härtl
87320cba99
Fix styling for single skip buttons globally
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-16 10:17:15 +02:00
Christopher Ng
d2854c4e5a
Fix login input focus border
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-15 17:16:21 +00:00
Joas Schilling
df74c7a337
Fix settings icon color
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13 12:09:36 +02:00
Christopher Ng
8aaac57ee6
Use Button component to show password for improved accessibility
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-07 17:46:49 +00:00
Christopher Ng
0b0ef105c5
Use button for grid view toggle instead of hidden checkbox
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-09 00:09:57 +00:00
Christopher Ng
fc56c0eb91
Fix focus styling
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-09 00:06:53 +00:00
Christopher Ng
c1054ea5eb
Augment keyboard accessibility of contacts menu
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-07 16:57:13 +00:00
Louis Chemineau
dfd98fab12
Prevent button in notifications to be impacted by css rule
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-02 18:34:19 +02:00
Carl Schwan
c1499519d4
Improve accessibility with more visible focus indication for non vue apps
...
- Add visible-focus effect on each header entry
- Show focus outline when using focus-visible (keyboard navigation)
- Add polyfy for focus-visible since it's only very recently available
on webkit
- Change text for link to home button to describe the destination and
not the current page
- Improve focus effect in app sidebar navigation
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-16 13:21:48 +02:00
John Molakvoæ
264adf0c3b
Fix profile and add gradient-primary-background
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:01 +02:00
John Molakvoæ
73918b8af9
Cleanup and compile
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:00 +02:00
John Molakvoæ
cc6037e438
Migrate core scss
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:10:59 +02:00
Louis Chemineau
2b685c0e9a
Use toast.scss from @nextcloud/dialogs
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-12 14:53:48 +02:00
John Molakvoæ
5a0b28d603
Merge pull request #32326 from nextcloud/fix/icons-cacher
2022-05-11 09:28:58 +02:00
John Molakvoæ
cb73fe26b8
Compile theming
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-11 08:35:23 +02:00
John Molakvoæ
c59c3b5c1f
Migrate to static icons colours
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-10 23:24:06 +02:00
Vanessa Pertsch
721b2597bc
keyboard focus on login input fields
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-10 16:29:17 +02:00
Git'Fellow
c57fc7918f
Fix indentation
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-05 17:39:38 +00:00
Git'Fellow
eabfd20e16
Typo
...
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05 15:30:41 +02:00
Git'Fellow
88bb5f773d
Switch to overflow-wrap
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-05 13:12:16 +00:00
Git'Fellow
07153a191e
Fix tooltips overflow
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-05 07:52:26 +00:00
Simon L
66e61be9ca
Revert "Show the child folders in the breadcrumb menu when on a parent entry."
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-29 13:03:49 +02:00
John Molakvoæ
5e8a3eb66c
Fix header apps icons
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-28 18:12:29 +02:00
John Molakvoæ
7c5bb555e7
Fix logo colour on bright primary colour
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-28 18:11:30 +02:00
John Molakvoæ
d9b77bc2eb
Fix dark theme primary mix
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-26 09:00:11 +02:00
John Molakvoæ
1dee36c761
Remove accessibility
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21 19:00:28 +02:00
John Molakvoæ
69d1d1a84e
Write body theme selector straight in the template
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21 09:31:07 +02:00
John Molakvoæ
fa18a77fa2
Fix twofactor loading and public image
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21 09:31:06 +02:00
John Molakvoæ (skjnldsv)
a1aaaaa0c8
Update and fix theming images
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-04-21 09:31:06 +02:00
John Molakvoæ (skjnldsv)
738fcba51a
Update search icon size
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-04-21 09:31:05 +02:00
Joas Schilling
b3cf312edc
Start theming providers
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-21 09:29:33 +02:00
Cyrille Bollu
c6a5c07041
Adds a "Request password" button to the public share authentication page for shares
...
of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing
non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves.
- Creates a migration step for the files_sharing app to add the 'password_expiration_time'
attribute to the oc_shares table.
- Makes share temporary passwords' expiration time configurable via a system value.
- Adds a system config value to allow permanent share passwords
-Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue
See https://github.com/nextcloud/server/issues/31005
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2022-04-11 21:58:24 +02:00