maloja/maloja/web/static
FoxxMD 1e3c6597d4 Lazy load tile and entity background images
CSS 'background-image:url' causes the browser to synchronously load images which prevents DOM from fully loading.
Replace this with lazyload.js to make
   * js load style=background-image... after DOM is loaded and
   * only load images in viewport

The end result is much faster *apparent* page loads as all DOM is loaded before images and a reduction in load for both client/server as images are only loaded if they become visible.
2023-03-16 15:01:54 -04:00
..
css Narrowed chart bars a bit, fix GH-195 2023-02-25 21:58:50 +01:00
ico Updated favicon 2021-08-10 17:36:31 +02:00
js Lazy load tile and entity background images 2023-03-16 15:01:54 -04:00
png New logo 2021-07-31 19:00:32 +02:00
ttf Added hosted font 2022-02-18 09:25:58 +01:00
txt Fixed robots.txt 2023-01-13 06:23:22 +01:00