Added keyboard shortcuts for post editing.

This commit is contained in:
Leon Mika 2026-02-24 22:21:26 +11:00
parent 4f7058bf36
commit 44d35c6ccb
13 changed files with 215 additions and 28 deletions

View file

@ -13,6 +13,7 @@ func AuthUser() func(c fiber.Ctx) error {
user := models.User{
ID: 1,
Username: "testuser",
TimeZone: "Australia/Melbourne",
}
c.Locals("user", user)