Ferdinand Thiessen
7ed04128c4
chore: Remove now unneeded filepicker styles
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-08-26 20:56:09 +07:00
Jérôme Herbinet
2264483e1c
Disable background color on group-header line (on hover, focus, active)
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-06-06 10:00:57 +07:00
Simon L
3974fece7a
disable pull-down-to-refresh for mobile
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-15 20:09:52 +07:00
Simon L
f5e8268ced
Use the color-primary-element* variables
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-13 10:15:33 +07:00
John Molakvoæ
4d3b49b09a
fix(theming): replace `color-primary-text-dark` with `color-primary-element-text-dark`
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-05-04 13:02:53 +07:00
Christopher Ng
7dd2c72dea
Show modified in filepicker grid
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-04-25 17:21:12 +07:00
Jérôme Herbinet
ee4b6a7e80
Cancel initial changes
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-04-20 08:39:06 +07:00
Jérôme Herbinet
16361bed5e
Merge branch 'master' into patch-20
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-04-19 16:32:01 +07:00
Julius Härtl
389c6dc30b
fix: Fix filepicker breadcrumbs
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-04-07 16:04:50 +07:00
Jérôme Herbinet
338196ffb0
Fix : Hides hidden files and folder in modal
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-04-05 13:21:30 +07:00
julia.kirschenheuter
dc0a95cce0
Adjust breadcrumb navigation structure to the navigation list
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-04-04 12:16:45 +07:00
Jérôme Herbinet
3ce5ef5808
Fix 2FA blocks' width
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-03-24 10:19:22 +07:00
Simon L
945bbcb1a4
fix white scrollbar corner in dark mode
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-03-08 13:30:04 +07:00
Christopher Ng
0a9ce1ff34
Add name for home breadcrumb in filepicker
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-02-24 10:31:06 +07:00
Christopher Ng
f6aa5224c4
Focus trap contacts menu with NcHeaderMenu port
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-01-13 23:19:28 +07:00
Christopher Ng
58abed2059
Invert header icons on bright preset backgrounds
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-19 19:12:56 +07:00
Christopher Ng
295d03869e
Fix various theming bugs
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-28 17:12:56 +07:00
dartcafe
2fc1f4b954
scss and compile
...
Signed-off-by: dartcafe <github@dartcafe.de>
2022-09-15 08:16:44 +07:00
Carl Schwan
af30e7ff5b
Port css to scss
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-08 18:24:38 +07:00
Julius Härtl
b6a6802857
Some more fixes
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01 14:15:42 +07:00
Julius Härtl
5d375647a5
Fix some styling issues with the new containers
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01 14:15:41 +07:00
Julius Härtl
03b9047e95
More refactoring of app content areas
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01 14:15:37 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
Christopher Ng
fc56c0eb91
Fix focus styling
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-09 00:06:53 +07:00
Christopher Ng
c1054ea5eb
Augment keyboard accessibility of contacts menu
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-07 16:57:13 +07: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 +07:00
John Molakvoæ
73918b8af9
Cleanup and compile
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:00 +07:00
John Molakvoæ
cc6037e438
Migrate core scss
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:10:59 +07:00
John Molakvoæ
c59c3b5c1f
Migrate to static icons colours
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-10 23:24:06 +07: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 +07:00
Joas Schilling
b3cf312edc
Start theming providers
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-21 09:29:33 +07:00
Joas Schilling
4032f0b2c8
Fix alternative login buttons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-09 11:43:17 +07:00
John Molakvoæ
53f379fe3f
Center dialog new file menu
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-07 13:03:18 +07:00
Christian Paier
0942aed8db
Show the parent folders in the breadcrumb menu when on a child entry.
...
Previously, clicking on an menu item in the breadcrumb menu removed the
parent entries of the path, i.e.:
Clicking on the "to" entry in "/path/to/some/folder" changed the
breadcrumb menu to show only the "/path/to" entries.
With this change the breadcrumb menu changes this behaviour as the full
path is still visible (and usable) but with the "to" entry beeing
highlighted.
Signed-off-by: Christian Paier <hallo+git@cpaier.com>
2022-02-02 21:19:23 +07:00
Carl Schwan
c44c643a08
Put controls above the text editor menubar
...
Otherwise this will creates a minor visual glitch when https://github.com/nextcloud/text/pull/1821
will get merged.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-08-12 19:22:02 +07:00
szaimen
f4db7cbe52
some multiselect design fixes
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-15 17:09:28 +07:00
szaimen
8b47477cae
make contactsmenu icon bigger
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-06-30 20:35:26 +07:00
Julius Härtl
2c7a1c8609
Proper opacity on multiselect actions in files
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-22 19:02:06 +07:00
GretaD
bfe87e501d
Add default font size
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-11-03 13:58:04 +07:00
John Molakvoæ (skjnldsv)
d519adaa51
Increase scrollbar sizes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-10-11 11:18:23 +07:00
Marco Ambrosini
dc4a294826
Bump default font size to 15 px
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-10-06 13:22:04 +07:00
Joas Schilling
910588d2dc
Don't influence toastify errors and always use white
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-05 14:12:23 +07:00
Joas Schilling
5bfd7143dc
Revert "Increase html body height to full content height"
2020-09-10 13:33:36 +07:00
Raimund Schlüßler
36076d234a
Increase html body height to full content height
...
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2020-09-05 20:37:01 +07:00