add: reposts/quotes pages

add: repost notification
This commit is contained in:
trisua 2025-04-23 16:46:13 -04:00
parent 41250ef7ed
commit 276f25a496
17 changed files with 601 additions and 50 deletions

View file

@ -320,7 +320,9 @@
ui_ident="awful_contrast"
>
<div class="flex gap-2 items-center">
{{ icon "contrast" }}
<span class="desktop" style="display: contents"
>{{ icon "contrast" }}</span
>
<b>Some of your custom colors fail contrast checks:</b>
</div>
@ -830,6 +832,17 @@
settings.anonymous_avatar_url,
"input",
],
[[], "Misc", "title"],
[
["hide_dislikes", "Hide post dislikes"],
"{{ profile.settings.hide_dislikes }}",
"checkbox",
],
[
[],
"Hides dislikes on all posts. Users can still dislike your posts, you just won't be able to see it.",
"text",
],
],
settings,
);
@ -852,7 +865,6 @@
"Allow the site to build the theme for you given a base hue, saturation, and lightness. Scroll down to the next section to manually build the theme.",
"text",
],
[
["theme_hue", "Theme hue (integer 0-255)"],
"{{ profile.settings.theme_hue }}",