Commit Graph

2849 Commits

Author SHA1 Message Date
David Benque d6fda92dac Add max-width for instance description 2022-09-20 11:33:35 +01:00
ansuz 556d58cfe2 remove more XXX notes 2022-09-08 15:05:15 +05:30
ansuz e339ee8acb increment version string 2022-09-07 16:48:55 +05:30
ansuz 86f298d62c add basic styles for noscript tags 2022-09-05 19:17:17 +05:30
ansuz e84358448b standardize html for static pages 2022-09-05 19:16:42 +05:30
ansuz 6a6abb8eb9 enable Portuguese from Portugal 2022-09-01 13:52:41 +05:30
ansuz 6189e5c5f0 Merge branch 'soon' into 5.1-candidate 2022-08-31 17:29:20 +05:30
yflory b6b4690e97 Fix race condition with preloading style 2022-08-31 11:42:26 +02:00
ansuz 524ba22c46 update hardcoded preloading.js cache-busting version string 2022-08-30 14:27:10 +05:30
ansuz c0a82b2bc3 Merge branch 'placeholder-slow-connection' into 5.1-candidate 2022-08-30 14:14:53 +05:30
ansuz dc5f9e2b95 avoid a possible type error on the loading screen 2022-08-30 14:12:02 +05:30
Mathilde Blanchemanche 29a8e71dd3 add Weblate widget showing language translation progress 2022-08-24 15:55:49 +02:00
ansuz 2cc5a8ee82 guard against type error when placeholder querySelector is null 2022-08-22 15:49:06 +05:30
Maxime Cesson 59458a7427 Adjust light & dark themes 2022-08-19 16:41:42 +02:00
Maxime Cesson 06a8e7c866 Improve transition from outer placeholder to inner one 2022-08-19 16:39:20 +02:00
Maxime Cesson 5cc042d7d8 Fix bug with "code" app: vertical separator over the placeholder 2022-08-19 16:31:57 +02:00
Maxime Cesson 6d5a472225 Handle placeholder deletion before animation fallback 2022-08-19 16:17:03 +02:00
yflory 1227fceba5 Merge remote-tracking branch 'origin/db-insight' into 5.1-candidate 2022-08-17 11:17:18 +02:00
yflory 9b33202cbe Merge branch 'placeholder-slow-connection' into staging 2022-08-17 11:15:16 +02:00
yflory d5272874fb Add version string to placeholder .js and .css files 2022-08-17 11:14:51 +02:00
ansuz 1f8037a61a update mastodon account URL 2022-08-09 15:57:53 +05:30
Maxime Cesson 0d75a2a92a Load pre-loading script and stylesheet before every others 2022-08-02 16:19:38 +02:00
Maxime Cesson 46c0df4304 Fade in and delay the placeholder to hide it to high connection users 2022-08-02 15:04:23 +02:00
ansuz c0b53884e7 Merge branch 'placeholder-slow-connection' into main 2022-07-26 16:16:36 +05:30
David Benque b2332d7206 Add calendar OG preview image 2022-07-26 10:42:31 +01:00
David Benque ed2a635513 Update opengraph images 2022-07-22 12:34:32 +01:00
Maxime Cesson 341b8a3c85 Link OpenGraph data to the right instance URL through a build mechanism 2022-07-21 11:53:06 +02:00
David Benque 940ef7f594 Add opengraph preview images 2022-07-15 15:27:11 +01:00
Maxime Cesson 376ba4ce8d Add some generic OpenGraph data to apps 2022-07-15 15:48:45 +02:00
ansuz 96a12d12a9 guard against possible type error, lint compliance 2022-07-13 19:28:59 +05:30
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
Maxime Cesson 80fad70404 Prepare to apply placeholder to all needed apps 2022-07-13 12:46:04 +02:00
Maxime Cesson edaa8e1d9e Redo placeholder before loading screens for inner and outer 2022-07-12 13:07:58 +02:00
Maxime Cesson 4b7e1b0757 Add a placeholder before loading screens for slow connection 2022-07-11 10:21:00 +02:00
David Benque bc29c26b66 Add image for home page logo
- easier to customize the main logo while keeping the CryptPad brand
in the footer and other places
2022-07-08 14:52:43 +01:00
David Benqué 6261878940 Round corners of icons in New dialog 2022-06-01 15:29:22 +01:00
David Benqué 3631067c95 Round corners of document title when hovered/edited 2022-06-01 15:23:54 +01:00
ansuz 1bdf292093 don't show a home page subscribe button to premium users 2022-06-01 18:37:17 +05:30
David Benqué 2fbecb0dee Round corners for drive tips 2022-06-01 13:20:45 +01:00
David Benqué 3b7f5c2df7 Remvoe padding around user-menu avatar on small screens 2022-05-31 09:38:39 +01:00
ansuz dc071d0095 use URL API to identify remote hrefs 2022-05-30 17:20:03 +05:30
ansuz c0d2af50ef lint compliance 2022-05-30 17:19:09 +05:30
David Benqué f507af3ccf Fix unreadable drive tree item when selected + right click 2022-05-27 13:37:20 +01:00
David Benqué f5d32a7001 Align app icons to the left on home page 2022-05-27 13:22:18 +01:00
David Benqué 32088bf111 Round corners of loading messages 2022-05-27 13:15:26 +01:00
David Benqué d0435adb20 Round corners of image preview modal 2022-05-27 13:02:41 +01:00
ansuz 0c9973b42f Merge branch '4.15-candidate' into soon 2022-05-20 20:59:12 +05:30
David Benqué 944b4511e0 Clear remaining XXXs 2022-05-16 16:23:33 +01:00
David Benqué fc1e78120c Correct toolbar button styles across light/dark themes 2022-05-16 16:21:57 +01:00
ansuz 3288dd984f unify 'terms' and 'footer_terms' translation keys 2022-05-13 18:56:49 +05:30