9 Commits

Author SHA1 Message Date
Joel Brock
3de2db7d89 rename: Outlook Relook → Outcut, add keyboard presets, remove design UI from popup
- Rename extension to "Outcut" throughout all source files and console logs
- Add KEY_PRESETS object (gmail/outlook) and matchesAction() helper to keyboard.js
- Rewrite handleKeydown to use preset-based dispatch instead of hardcoded switch
- Update updateSettings to re-init when keyboardPreset changes
- Add keyboardPreset: 'gmail' default to settings-defaults.js
- Replace popup Design Tweaks UI with preset dropdown + dynamic help text
- Keep all design tweak content script logic intact (activatable via storage)
- Update manifest: version 1.0.0, remove activeTab, add homepage_url
2026-04-27 14:11:45 -07:00
Joel Brock
93a5888d83 refactor: keyboard nav as primary feature, design tweaks behind experimental toggle 2026-04-23 17:20:14 -07:00
Joel Brock
13901e4453 fix: My Day toggle only hides buttons not panel, default to false 2026-04-23 11:25:19 -07:00
Joel Brock
30437df288 fix: readable Brutalist font, override OWA purple selection colors, add unified header toggle 2026-04-23 10:03:08 -07:00
Joel Brock
6a6f9ba4f7 fix: keyboard multi-select uses stable IDs, improve Swiss theme, add Brutalist theme 2026-04-23 09:39:49 -07:00
Joel Brock
702bca4396 fix: add outlook.cloud.microsoft URL pattern, fix toggle switch clickability 2026-04-23 09:16:01 -07:00
Joel Brock
088bd45069 feat: popup settings logic — load, save, presets, export/import/reset 2026-04-23 09:01:23 -07:00
Joel Brock
be70086e7e feat: settings popup HTML and CSS with all toggle categories 2026-04-23 09:00:53 -07:00
Joel Brock
0c333a99f1 scaffold: manifest v3, stub content script and popup, placeholder icons 2026-04-23 08:50:16 -07:00