Differences From
Artifact [8efc0b984f]:
50 50 embeds = {
51 51 -- TODO with gzip compression, svg is dramatically superior to webp
52 52 -- we should add support for content-encoding headers and pre-compress
53 53 -- the damn things before compiling (also making the binary smaller)
54 54 {'style.css', 'text/css'};
55 55 {'live.js', 'text/javascript'}; -- rrrrrrrr
56 56 {'default-avatar.webp', 'image/webp'}; -- needs inkscape-exclusive svg features
57 + {'bell.svg', 'image/svg+xml'};
58 + {'heart.webp', 'image/webp'};
59 + {'retweet.webp', 'image/webp'};
57 60 {'padlock.svg', 'image/svg+xml'};
58 61 {'warn.svg', 'image/svg+xml'};
59 62 {'query.webp', 'image/webp'};
60 - {'heart.webp', 'image/webp'};
61 - {'retweet.webp', 'image/webp'};
62 63 };
63 64 default_ui_accent = tonumber(default('parsav_ui_default_accent',323));
64 65 }
65 66 if os.getenv('parsav_let_me_be_an_idiot') == "i know what i'm doing" then
66 67 conf.braingeniousmode = true -- SOUND GENERAL QUARTERS
67 68 end
68 69 if u.ping '.fslckout' or u.ping '_FOSSIL_' then