Commit Graph

76 Commits

Author SHA1 Message Date
yflory
258c4729eb lint compliance 2025-06-27 15:42:13 +02:00
daria
7f55741b1b
clean code 2025-06-10 11:12:54 +03:00
daria
4aad4836a7
change element role 2025-06-05 01:17:52 -07:00
yflory
e061f639a8 Make reorderDOM from toolbar reusable for notifications 2025-06-04 15:17:34 +02:00
daria
c2ee9ad583
change date & time color 2025-04-25 16:05:00 +03:00
daria
f29effbb91
add role 2025-04-25 16:04:30 +03:00
daria
902aaccc52
add roles 2025-04-25 15:50:31 +03:00
daria
5cfe9dc363
add aria-label to notification content
+ fix notification outline
2025-04-25 14:46:56 +03:00
daria
29f6706a50
add aria-hidden to icons 2025-04-25 14:14:44 +03:00
daria
94a4a44567
add aria-label to focusable elements 2025-04-25 14:00:01 +03:00
daria
9f11a1301e
add margin for notification content #1781 2025-03-27 11:57:29 +02:00
daria
92f3c1399f
fix notifications responsiveness #1781 2025-03-27 11:46:10 +02:00
daria
f3d63c2524
change div to button #1781 2025-03-26 15:49:25 +02:00
daria
aac051d79b
refine notification UI for keyboard users #1781 2025-03-26 15:31:16 +02:00
daria
422b92ba7a
add tabindex to clickable elements (dismiss notification/s & go to profile link) #1781 2025-03-26 13:55:56 +02:00
yflory
c6e86ee906 Merge branch 'notifications-sidebar' into staging 2025-03-17 15:08:00 +01:00
yflory
12b33378eb Merge branch 'skip-link' into staging 2025-03-13 15:27:20 +01:00
daria
8c6350bf56 Merge branch 'refs/heads/staging' into notifications-sidebar 2025-02-25 15:27:19 +02:00
daria
93156ea920 improve sidebar accessibility for keyboard navigation 2025-02-11 11:12:57 +02:00
daria
7031ba8dc7 create skip link #1202 2025-02-05 17:07:04 +02:00
zuzanna-maria
6f72a14cfc Linting 2024-12-05 09:57:42 +01:00
zuzanna-maria
23c82d4e4f Added reminder icon .less style 2024-12-05 08:51:45 +01:00
zuzanna-maria
c0f9c54d8c DOM manipulation 2024-12-04 21:31:54 +01:00
zuzanna-maria
63e3fbd7d4 Linting 2024-11-22 15:57:39 +01:00
zuzanna-maria
406f5d6e22 Fixed layout of reminder icon 2024-11-22 15:54:36 +01:00
zuzanna-maria
fac385c7c2 Add calendar reminders to notification panel 2024-11-22 11:50:42 +01:00
yflory
b724713ce0 Update requirejs cache string 2024-08-21 17:05:00 +02:00
yflory
37debdb866 Merge branch 'staging' into toolbar-prototype 2023-12-05 15:40:16 +01:00
David Benque
8f0a6319a5 Apply headers 2023-10-20 15:35:26 +01:00
daria
2d0e395895 changed span into h5 #1197 2023-09-18 14:38:07 +03:00
Pamplemousse
9019d92291 removing bower: migrate nthen
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:42 +01:00
Pamplemousse
6c10407802 removing bower: migrate bootstrap
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:41 +01:00
Pamplemousse
871110ec12 removing bower: migrate chainpad*
Also, explicitly add `chainpad-netflux`.

Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:41 +01:00
Pamplemousse
dd25b85554 removing bower: migrate requirejs and requirejs-plugins
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:40 +01:00
Pamplemousse
c8859524ee removing bower: migrate components-font-awesome
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:40 +01:00
ansuz
71922dbae4 add noscript tags to apps 2022-09-05 19:15:32 +05:30
ansuz
8089698f4c remove noscript tags from inner.html
because inner.html should only ever load if javascript is enabled
2022-09-05 19:11:19 +05:30
ansuz
524ba22c46 update hardcoded preloading.js cache-busting version string 2022-08-30 14:27:10 +05:30
yflory
d5272874fb Add version string to placeholder .js and .css files 2022-08-17 11:14:51 +02:00
Maxime Cesson
0d75a2a92a Load pre-loading script and stylesheet before every others 2022-08-02 16:19:38 +02:00
Maxime Cesson
24ccb6d9e7 Apply placeholder to all relevant applications on a slow connection #865
Made with the following command from the cryptpad/ root directory:

$ patternStatic='(<link href=\"\/customize\/src\/outer\.css.*$|<script async data-bootload=\"\/customize\/template\.js\".*$)';
$ pattern2='<style>$';
$ js='<script src=\"\/customize\/pre-loading\.js\"><\/script>';
$ css='<link href=\"\/customize\/src\/pre-loading\.css\" rel=\"stylesheet\" type=\"text\/css\">';
$ find . -name 'index.html' | grep -v -E '(onlyoffice|bower_components|node_modules)' | while read x; \
do if [ `grep -cE "$pattern" $x` -gt 0 ]; then sed -E "s/($pattern)/$js\n    \1\n    $css/" $x > tmp; \
mv tmp $x; y=`echo $x | sed 's/index\.html/inner\.html/'`; if [ -f "$y" ]; then \
sed -E "s/($pattern2)/$js\n    $css\n    \1/" $y > tmp; mv tmp $y; fi; fi; done
2022-07-13 13:21:38 +02:00
ansuz
841884c631 translated warnings for people that use AdGuard 2022-04-01 16:40:26 +05:30
ansuz
6253c7c61c don't panic if unsafeiframe is loaded with unsafe-eval 2022-03-25 12:01:50 +05:30
ansuz
4c53d9b509 enforce only loading inner.html from nested contexts 2022-03-23 13:31:52 +05:30
ansuz
6dcc471c81 annotate generated translation keys to suppress warnings 2021-03-01 10:15:47 +05:30
yflory
59ca7ac4d2 Notifications app dark 2021-01-27 17:53:41 +01:00
yflory
e4dbd04103 Fix iframe URL caching 2021-01-27 13:55:25 +01:00
yflory
89406f5d89 Start with black background when OS is set to dark theme 2021-01-26 17:09:10 +01:00
yflory
49423474a8 Make application colors easier to maintain 2020-11-13 17:05:26 +01:00
yflory
9203b88538 Fix UI language 2020-11-04 11:22:31 +01:00