Added compact mode for the editor log

This commit is contained in:
2020-02-10 17:46:26 +09:00
parent 79cba90a4a
commit 70849553ef
3 changed files with 31 additions and 6 deletions

View File

@ -4,6 +4,13 @@ component EditLogPage(entries []*arn.EditLogEntry, nextIndex int, viewUser *arn.
else
h1.mountable Editor log
.corner-buttons
a.button(href="/log", title="Full list")
RawIcon("list")
a.button(href="/log?compact=true", title="Compact list")
RawIcon("list-alt")
EditLog(entries, user)
if nextIndex != -1