add: finish ui rewrite

This commit is contained in:
trisua 2025-06-01 12:25:33 -04:00
parent e9846016e6
commit 5dec98d698
119 changed files with 8776 additions and 9350 deletions
crates/app/src/public/html

View file

@ -130,7 +130,7 @@
(a
("href" "/")
("class" "{% if selected == 'all' -%}active{%- endif %}")
(icon (text "earch"))
(icon (text "earth"))
(str (text "general:link.all")))
(text "{%- endif %}")
@ -198,7 +198,6 @@
(text "{% macro profile_nav(selected=\"\") -%}")
(div
("class" "pillmenu")
(a
("href" "/@{{ profile.username }}")
("class" "{% if selected == 'posts' -%}active{%- endif %}")