feat: add offline-first description at the beginning of App & Airplane Mode section

This commit is contained in:
Gigi
2025-10-15 19:10:38 +02:00
parent 39797803d3
commit 6c74a12636

View File

@@ -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 offlinefirst 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 */}