add: close friends stack

This commit is contained in:
trisua 2025-08-31 13:02:15 -04:00
parent 407155e6c4
commit 5fafc8d7b9
83 changed files with 479 additions and 213 deletions

View file

@ -1,6 +1,6 @@
(text "{% extends \"root.html\" %} {% block head %}")
(title
(text "{{ app.title }} - {{ config.name }}"))
(text "{{ app.title }} {{ config.name }}"))
(text "{% endblock %} {% block body %} {{ macros::nav() }}")
(main
@ -93,7 +93,7 @@
("required" "")
("minlength" "2")))
(button
(text "{{ icon \"check\" }}")
(icon (text "check"))
(span
(text "{{ text \"general:action.save\" }}")))))
(div
@ -118,7 +118,7 @@
("required" "")
("minlength" "2")))
(button
(text "{{ icon \"check\" }}")
(icon (text "check"))
(span
(text "{{ text \"general:action.save\" }}")))))
(div
@ -143,7 +143,7 @@
("required" "")
("minlength" "2")))
(button
(text "{{ icon \"check\" }}")
(icon (text "check"))
(span
(text "{{ text \"general:action.save\" }}")))))
(div
@ -183,7 +183,7 @@
(icon (text "external-link")) (text "Docs"))))
(button
(text "{{ icon \"check\" }}")
(icon (text "check"))
(span
(text "{{ text \"general:action.save\" }}")))))
(div