refactor: keyboard nav as primary feature, design tweaks behind experimental toggle

This commit is contained in:
Joel Brock
2026-04-23 17:20:14 -07:00
parent 823de95891
commit 93a5888d83
4 changed files with 352 additions and 278 deletions

View File

@@ -4,6 +4,12 @@
window.OutlookRelook = window.OutlookRelook || {};
window.OutlookRelook.DEFAULTS = {
// Keyboard Navigation (primary feature, always visible)
keyboardMultiSelect: true,
// Design Tweaks (experimental, hidden by default)
enableDesignTweaks: false,
// Theme & Appearance
theme: 'swiss',
colorScheme: 'system', // 'light' | 'dark' | 'system'
@@ -53,9 +59,6 @@ window.OutlookRelook.DEFAULTS = {
autoResizeCompose: true,
throttleNotifications: false,
// Keyboard Navigation
keyboardMultiSelect: true,
// Quick Actions
markAllReadButton: true,
quickFolderJump: true,