From 87e4f90bab1617486432d388d26bf8887ca38a16 Mon Sep 17 00:00:00 2001 From: Joey Kimsey Date: Fri, 20 Dec 2024 14:10:31 -0500 Subject: [PATCH] visual fixes --- app/css/main-dark.css | 3 ++ app/plugins/bugreport/views/create.html | 5 ++- .../notifications/models/notification.php | 2 ++ app/plugins/notifications/views/list.html | 19 +++++++---- app/views/about.html | 2 +- app/views/faq.html | 34 +++++++++---------- app/views/footer/center.html | 2 +- app/views/footer/left.html | 2 +- app/views/footer/right.html | 4 +-- 9 files changed, 41 insertions(+), 32 deletions(-) diff --git a/app/css/main-dark.css b/app/css/main-dark.css index c009477..226a12b 100644 --- a/app/css/main-dark.css +++ b/app/css/main-dark.css @@ -12,6 +12,9 @@ .context-main { color: #fff; } +.context-second { + color: #1e1e1e; +} .context-main-bg { background-color: #2c2c2c; } diff --git a/app/plugins/bugreport/views/create.html b/app/plugins/bugreport/views/create.html index 1b3ce74..a3607c9 100644 --- a/app/plugins/bugreport/views/create.html +++ b/app/plugins/bugreport/views/create.html @@ -1,5 +1,4 @@ - -
+

Bug Report

Thank you for visiting our bug reporting page. We value our users' input highly and in an effort to better serve your needs, please fill out the form below to help us address this issue.

We read each and every bug report submitted, and by submitting this form you allow us to send you a follow-up email.

@@ -49,4 +48,4 @@
-
+ \ No newline at end of file diff --git a/app/plugins/notifications/models/notification.php b/app/plugins/notifications/models/notification.php index ffdde51..75af1c3 100644 --- a/app/plugins/notifications/models/notification.php +++ b/app/plugins/notifications/models/notification.php @@ -130,8 +130,10 @@ class Notification extends DatabaseModel { } if ( $message->seenAt == 0 ) { $message->unseenBadge = Views::simpleView( 'notifications.unseenBadge' ); + $message->markReadLink = ''; } else { $message->unseenBadge = ''; + $message->markReadLink = ''; } $out[] = (object) $message; if ( !empty( $end ) ) { diff --git a/app/plugins/notifications/views/list.html b/app/plugins/notifications/views/list.html index 553216b..631c3c0 100644 --- a/app/plugins/notifications/views/list.html +++ b/app/plugins/notifications/views/list.html @@ -1,8 +1,7 @@ - -
+
- Notifications + Notifications @@ -14,14 +13,20 @@ {LOOP} - - - + + + {/LOOP} {ALT} - diff --git a/app/views/about.html b/app/views/about.html index 213e9d9..4a18407 100644 --- a/app/views/about.html +++ b/app/views/about.html @@ -1,4 +1,4 @@ -
+

Welcome to AllTheBookmarks

AllTheBookmarks was built out of a need to manage my own bookmarks better. As a web developer, I would not only use URLs for every aspect of my job, but I also needed to switch browsers, operating systems, or devices. For years, I had a version of this tool that I used on my own local network. In 2025, I'm bringing it to anyone who wants it. diff --git a/app/views/faq.html b/app/views/faq.html index 72063a5..e74452c 100644 --- a/app/views/faq.html +++ b/app/views/faq.html @@ -1,4 +1,4 @@ -

+

Frequently Asked Questions


@@ -6,59 +6,59 @@
-

-

-
+
Yes, this works seamlessly on mobile devices.
-

-

-
+
Yes, it is compatible with Mac, PC, and Linux platforms.
-

-

-
+
To use the extension on mobile, open your browser, install the extension, and follow the setup instructions.
-

-

-
+
You can add it to your phone by installing the app or creating a shortcut from your browser to your home screen.
diff --git a/app/views/footer/center.html b/app/views/footer/center.html index 435eda4..d934eed 100644 --- a/app/views/footer/center.html +++ b/app/views/footer/center.html @@ -1,4 +1,4 @@ -
+
More Info
{notification}{notification} + {markReadLink} + + + + +
+ No Notifications