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 0a8231d..8349f30 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.

{notification}{notification} + {markReadLink} + + + + +
+ No Notifications