Update welcome page features heading and add 6 new sub-features

Reword features section heading to "Full-featured news reader" and subheading
to "Keep the signal, lose the noise." Add Web Feeds, Ask AI, Daily Briefing,
Notifications, Keyboard Shortcuts, and River of News as new sub-features.
Also adjust DB log timing color from dim to yellow for 1-5s queries.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Samuel Clay
2026-02-07 20:50:46 -08:00
parent 8be308c348
commit 91ecc37ded
2 changed files with 33 additions and 3 deletions

View File

@@ -158,8 +158,8 @@
</div>
<div class="NB-welcome-features-header">
<div class="NB-features-heading">Full-featured</div>
<div class="NB-features-subheading">The details make the reader.</div>
<div class="NB-features-heading">Full-featured news reader</div>
<div class="NB-features-subheading">Keep the signal, lose the noise.</div>
</div>
<div class="NB-welcome-features">
@@ -265,6 +265,36 @@
<div class="NB-feature-caption">YouTube</div>
<div class="NB-feature-text">Even sites that don't publish RSS feeds can be followed</div>
</div>
<div class="NB-feature">
<img src="{{ MEDIA_URL }}img/welcome/subfeature_11.png">
<div class="NB-feature-caption">Web Feeds</div>
<div class="NB-feature-text">A creative feed for any website, even without RSS</div>
</div>
<div class="NB-feature">
<img src="{{ MEDIA_URL }}img/welcome/subfeature_12.png">
<div class="NB-feature-caption">Ask AI</div>
<div class="NB-feature-text">Ask questions about any story and get answers powered by AI</div>
</div>
<div class="NB-feature">
<img src="{{ MEDIA_URL }}img/welcome/subfeature_13.png">
<div class="NB-feature-caption">Daily Briefing</div>
<div class="NB-feature-text">A summary of your top stories, customizable and delivered every day</div>
</div>
<div class="NB-feature">
<img src="{{ MEDIA_URL }}img/welcome/subfeature_14.png">
<div class="NB-feature-caption">Notifications</div>
<div class="NB-feature-text">Get alerted the moment a feed publishes, on web, iOS, or Android</div>
</div>
<div class="NB-feature">
<img src="{{ MEDIA_URL }}img/welcome/subfeature_15.png">
<div class="NB-feature-caption">Keyboard Shortcuts</div>
<div class="NB-feature-text">Navigate everything without touching the mouse</div>
</div>
<div class="NB-feature">
<img src="{{ MEDIA_URL }}img/welcome/subfeature_16.png">
<div class="NB-feature-caption">River of News</div>
<div class="NB-feature-text">Read all your feeds by folder in one scrollable stream</div>
</div>
</div>
</div>

View File

@@ -40,7 +40,7 @@ def user(u, msg, request=None, warn_color=True):
if seconds >= 5:
color = "~FR"
elif seconds > 1:
color = "~SB~FK"
color = "~FY"
time_elapsed = "[%s%.4ss~SB] " % (
color,
seconds,