Commit graph

14653 commits

Author SHA1 Message Date
yflory
de7b8e99f1 Revert autoformatting on "temporary disabled keyboard access to drive content"
This partially reverts commit 58daaa2152.
2023-11-17 14:13:26 +01:00
yflory
5c63cafefa Revert autoformatting on "navigation inside dropdown works correctly"
This partially reverts commit ebfafea326.
2023-11-17 14:10:05 +01:00
yflory
bc714f6276 Revert autoformatting on "can access every link on user menu"
This partially reverts commit 6b5eb38070.
2023-11-17 13:58:56 +01:00
daria
d890d26e56 dropdowns(+New and Filter) are accessible through keyboard 2023-11-13 15:05:46 +02:00
daria
e315ee2467 created function for reusability 2023-11-13 14:38:48 +02:00
daria
e941b78acf clicking outside the dropdown sets aria-expanded to false 2023-11-13 14:12:48 +02:00
daria
6cc377bede added role to a elements on Filter dropdown 2023-11-12 20:48:55 +02:00
daria
99d5f7cccf added role to li elements on Filter dropdown 2023-11-12 20:43:24 +02:00
daria
7dfb27d652 added role to li elements on +New dropdown 2023-11-12 20:39:04 +02:00
daria
7df9b20c63 added li tags to notifications 2023-11-12 20:33:37 +02:00
daria
d84975deec added margin to dropdowns that open to the left 2023-11-12 20:09:44 +02:00
daria
7e37c0bf6b Filter dropdown has li elements 2023-11-12 19:39:47 +02:00
daria
2b2efd2fe6 +New dropdown has li elements 2023-11-12 19:29:10 +02:00
daria
48b4f7be74 added span to menu item titles 2023-11-09 11:39:24 +02:00
daria
c0d492e409 updated role of li elements according to WAI 2023-11-06 14:23:24 +02:00
daria
795aec10b3 ran lint 2023-11-06 14:00:08 +02:00
daria
4fd7292122 fixed bug regarding skipping menu items
+ simplified code
2023-11-06 13:25:09 +02:00
daria
d4d56dd5ed focus set on menu button when changing tabs 2023-11-01 23:54:14 +02:00
daria
eb753301be fixed bug encountered when changing page focus/visibility 2023-11-01 23:51:36 +02:00
daria
6889e1d2a8 can open menu item with space 2023-11-01 23:30:33 +02:00
daria
8d243d1893 added character search 2023-11-01 19:37:14 +02:00
daria
58daaa2152 temporary disabled keyboard access to drive content
has to be redone
2023-11-01 13:08:39 +02:00
daria
6b5eb38070 can access every link on user menu 2023-10-31 15:18:58 +02:00
daria
d5c1479fde cleaned up 2023-10-30 14:35:17 +02:00
daria
ebfafea326 navigation inside dropdown works correctly
+ focus gets on the first element in the dropdown
2023-10-30 13:53:58 +02:00
daria
0eb051b7e5 focus shifts from button to dropdown when trying to open the dropdown 2023-10-24 18:01:29 +03:00
daria
e8c7f1b20e menu button regains focus when dropdown is closed
bug fixed
2023-10-24 17:27:19 +03:00
daria
762a781067 menu button regains focus when dropdown is closed 2023-10-24 15:49:01 +03:00
daria
90bb9a64b9 certain li elements are ignored in dropdown 2023-10-24 15:14:24 +03:00
daria
4ae780ec41 dropdown prototype
tabbing out not allowed, can use arrow keys through dropdown elements (no exceptions yet)
2023-10-23 15:53:38 +03:00
daria
fc1f60ff6a added roles to menu items 2023-10-20 15:30:56 +03:00
daria
dbc9cca1ff created list in user menu dropdown 2023-10-17 15:07:34 +03:00
daria
b10ec96e05 Merge remote-tracking branch 'origin/toolbar' into toolbar 2023-10-17 13:23:57 +03:00
daria
790099723f wrapped elements(account name + display name) in li (user menu) 2023-10-17 13:23:27 +03:00
David Benque
c9f3ec8476 Merge branch 'staging' into toolbar 2023-10-12 10:47:27 +01:00
daria
c173c1329c wrapped element in li 2023-10-12 11:27:17 +03:00
daria
ecc4b58a44 wrapped element in li 2023-10-12 10:42:20 +03:00
David Benque
6353e18744 Edit changelog 2023-10-11 15:20:14 +01:00
David Benque
20ab917189 Remove note from Changelog 2023-10-11 13:45:09 +01:00
David Benque
558f1bc79c Merge branch 'soon' into 5.5-rc 2023-10-11 13:43:19 +01:00
David Benque
b29d3af609 Add 5.5.0 changelog 2023-10-11 13:37:43 +01:00
daria
5a40a9fce6 added ARIA attributes to Filter button 2023-10-11 11:54:05 +03:00
daria
a0838f35b2 added ARIA attributes to +New button 2023-10-11 11:49:16 +03:00
daria
3795204fdc added ARIA attributes to menu button 2023-10-11 11:42:31 +03:00
daria
b8fae342b4 added ARIA attributes to notifications button 2023-10-11 11:30:43 +03:00
daria
84727b0a7b added role to element for screen readers 2023-10-11 11:10:45 +03:00
daria
2f2a8192d1 focus starts on the toolbar 2023-10-11 10:56:53 +03:00
Weblate
992105fe9f Translated using Weblate (Bulgarian)
Currently translated at 14.3% (240 of 1667 strings)

Co-authored-by: Мария Рангелова <rangelova_1186@abv.bg>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/bg/
Translation: CryptPad/App
2023-10-10 11:00:04 +02:00
yflory
e9bc3f1f8b Fix calendar reminder #1279 2023-10-09 16:28:59 +02:00
yflory
603f738845 Merge branch '5.5-rc' of github.com:cryptpad/cryptpad into 5.5-rc 2023-10-09 12:14:35 +02:00