From e887675346eefab70d380389db7f996112d0d628 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Tue, 28 May 2024 15:06:55 +0700 Subject: [PATCH] view: optimize for mobile and add icons --- views/components/navigation.templ | 11 +++- views/components/notification.templ | 9 +-- views/devices/view.templ | 7 ++- views/icons/plus.templ | 37 +++++++++++ views/subreddits/view.templ | 18 +++--- .../detailsview/detailsview.templ | 63 ++++++++++--------- 6 files changed, 97 insertions(+), 48 deletions(-) create mode 100644 views/icons/plus.templ diff --git a/views/components/navigation.templ b/views/components/navigation.templ index 32220fa..07369d5 100644 --- a/views/components/navigation.templ +++ b/views/components/navigation.templ @@ -6,9 +6,14 @@ import "github.com/tigorlazuardi/redmage/views/utils" templ Navigation(c *views.Context) {
- +
-
-