mirror of
https://github.com/dergigi/boris.git
synced 2026-01-09 01:44:24 +01:00
feat: add offline-first description at the beginning of App & Airplane Mode section
This commit is contained in:
@@ -64,6 +64,10 @@ const PWASettings: React.FC<PWASettingsProps> = ({ settings, onUpdate, onClose }
|
||||
<div className="settings-section">
|
||||
<h3 className="section-title">App & Airplane Mode</h3>
|
||||
|
||||
<p className="setting-description" style={{ marginBottom: '1rem', color: 'var(--color-text-secondary)', fontSize: '0.875rem' }}>
|
||||
Boris is offline‑first by design. You can read, create highlights, and browse your library without being connected to the internet. Boris will store changes locally and sync later.
|
||||
</p>
|
||||
|
||||
<div style={{ display: 'flex', gap: '2rem', alignItems: 'stretch' }}>
|
||||
<div style={{ flex: 1, display: 'flex', flexDirection: 'column', gap: '0.25rem' }}>
|
||||
{/* Flight Mode Section - Checkboxes First */}
|
||||
|
||||
Reference in New Issue
Block a user