Settings: List display density (full/normal/compact)
Resolved 💬 3 comments Opened Jan 9, 2026 by AMoReset Closed Feb 24, 2026
Feature Request
Add a setting to control the display density of lists (emails, files, calendar events, etc.)
Options
Full
1. John Doe - john@example.com - 09/01
Sujet: Meeting tomorrow
Hey, just wanted to confirm our meeting for tomorrow at 2pm...
[ID: abc123]
Normal (default)
1. John Doe - 09/01
Sujet: Meeting tomorrow
Hey, just wanted to confirm...
[ID: abc123]
Compact
1. John Doe | 09/01 | Meeting tomorrow
Hey, just wanted to confirm...
[ID: abc123]
Implementation
Settings
- Add
listDisplayDensitysetting instore.ts:'full' | 'normal' | 'compact' - Add UI toggle in SettingsScreen under new "Affichage" section
Server
- Pass
display_densityparameter to tools - Update bash scripts to accept format parameter:
gmail_api.sh read_emails 5 false normalmicrosoft_api.sh read_emails 5 false normal
Affected lists
- [ ] Email list (Gmail, Outlook)
- [ ] File list (Drive, OneDrive)
- [ ] Calendar events
- [ ] Contacts search results
- [ ] News articles
Target Version
v1.5 or v2.0
Labels
enhancement, settings, UX
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗