add topic sorting & js to support it

This commit is contained in:
2026-05-28 04:19:42 +03:00
parent 303750a281
commit 6b7a0e7a17
8 changed files with 241 additions and 3 deletions

View File

@@ -25,3 +25,7 @@
{%- macro icn_stickied(width=16) -%}
<img src="/static/icons/sticky.svg" title="Stickied" alt="paper held by pushpin" style="width: {{width}}px;">
{%- endmacro -%}
{%- macro icn_dragger(width=24) -%}
<img src="/static/icons/dragger.svg" style="width: {{width}}px;">
{%- endmacro -%}