add: finish ui rewrite
This commit is contained in:
parent
e9846016e6
commit
5dec98d698
119 changed files with 8776 additions and 9350 deletions
crates/app/src/public/html
|
@ -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 %}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue