Commit Graph

234 Commits

Author SHA1 Message Date
ansuz 71922dbae4 add noscript tags to apps 2022-09-05 19:15:32 +05:30
ansuz 524ba22c46 update hardcoded preloading.js cache-busting version string 2022-08-30 14:27:10 +05:30
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
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
Maxime Cesson 162bd50f6c Fix kanban item title editing #921 2022-07-05 16:02:14 +02:00
David Benque ff43da48a8 Remove padding on cards when dragging 2022-06-08 16:13:49 +01:00
David Benque 43b8d8ed0a Reduce margin for kanban cards 2022-06-07 12:37:39 +01:00
ansuz 3fc7c4a6cd bugfix: some kanban tags were parsed as numbers and didn't work correctly 2022-06-02 15:01:49 +05:30
David Benqué ab137ef175 Revert color of tick in colorpicker 2022-05-12 14:37:28 +01:00
yflory aae87e7518 Fix color picker in kanban 2022-05-12 15:25:10 +02:00
David Benqué 0679ed6833 Use dark palette for Kanban cards in dark theme 2022-05-12 09:55:11 +01:00
David Benqué db3e7aa5de Use light theme colors in dark theme for more highlight 2022-05-11 15:43:34 +01:00
David Benqué 74af6629e3 Use variable for UI drop shadow 2022-05-11 13:45:27 +01:00
David Benqué cf01bd8215 Clean up and lint 2022-05-09 13:53:39 +01:00
ansuz 93a9c44b6e Merge branch 'main' into 4.15-candidate 2022-04-20 15:32:46 +05:30
ansuz fce63af2c1 always show the markdown toolbar in the kanban editor 2022-04-05 15:21:02 +05:30
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 83f721341f Merge branch 'sandpaper-static' into 4.15-candidate 2022-03-25 11:33:56 +05:30
ansuz 4c53d9b509 enforce only loading inner.html from nested contexts 2022-03-23 13:31:52 +05:30
David Benqué df0c8f3eb4 Rounded Kanban app 2022-03-01 10:28:46 +00:00
David Benqué 68a3a19bf0 Use Tags instead of Tools in Kanban toolbar 2021-09-02 17:36:05 +01:00
ansuz 147ddd88bf adjust font size for initials and emoji avatar size on small screens 2021-08-30 18:40:42 +05:30
ansuz 0ca482ec68 Merge branch 'animal-guests' into staging 2021-08-27 19:49:42 +05:30
ansuz cd613f1037 many small improvements for animal avatars
* more consistent scaling for animal avatars relative to the font-size of username's initials
* configurable emoji lists via AppConfig.emojiAvatars
* various comments from code review
* fixed a bug that caused the user admin menu button to not be redrawn on name changes
* guard against empty animal emojis in case the admin sets the list to []
2021-08-27 19:38:50 +05:30
ansuz c416303e1d set uid in cursor object in outer scope
rather than within each app that uses cursors
2021-08-27 18:23:07 +05:30
ansuz 1e1890dbe4 replace a line that I accidentally removed 2021-08-26 17:42:22 +05:30
ansuz 8a1f6d66cf animal avatars in kanban cursors 2021-08-26 17:04:38 +05:30
ansuz c4fcc9f732 WIP comments and non-functional changes 2021-08-25 13:03:27 +05:30
ansuz 4fe19c1ea4 remove unnecessary example cards from default kanban board 2021-08-23 18:16:44 +05:30
ansuz ad0d2ab3b7 style for kanban 'tools toggle' and notes for later 2021-08-13 16:05:32 +05:30
ansuz f141fdef3b set a smaller width on the kanban's 'addboard' button 2021-08-03 13:51:16 +05:30
ansuz 0497d663b6 Merge branch 'staging' into hide-kanban-controls 2021-08-03 13:39:43 +05:30
ansuz 575269e5a1 use a standard function for creating basic media-tags 2021-07-01 13:18:08 +05:30
yflory 51c5b7d3e4 Kanban import from Trello 2021-06-15 14:48:58 +02:00
yflory 1b56f26809 Add a file upload button to the markdown toolbar (optional) 2021-06-03 18:02:56 +02:00
ansuz f0eef49522 Merge branch 'staging' into hide-kanban-controls 2021-05-07 18:18:57 +05:30
yflory 700b2f24e0 Don't pull jkanban.css 2021-04-27 14:50:37 +02:00
ansuz 8bdccbdcb0 hide kanban controls 2021-03-19 16:34:20 +05:30
yflory f6015e419e Implement degraded mode when too many editors are in a pad 2021-03-04 18:24:31 +01:00
yflory b934820d23 Add json filter in kanban import 2021-02-26 17:43:38 +01:00
yflory 3262456b8a Fix kanban import 2021-02-26 10:39:52 +01:00
David Benqué c3611ef38a Address remaining // XXX 2021-02-09 20:27:16 +00:00
ansuz 87b33bb108 disable colors for preformatted code blocks in kanban 2021-02-09 13:16:49 +05:30
ansuz 98798eed18 Merge branch 'staging' into dark 2021-02-08 18:55:29 +05:30
yflory 2756e1f2cd Fix Kanban issues 2021-02-08 11:06:32 +01:00
ansuz fd7e15fe8e merge dark2 into dark 2021-02-05 21:01:02 +05:30
yflory 42dfa9a941 Merge branch 'staging' into dark 2021-02-05 10:23:20 +01:00