Commit 460de57
fix: change default event montage grid columns from 5 to 2
Changed the default number of columns for event montage view from 5 to 2
for better initial viewing experience, especially on mobile and tablet devices.
Changes:
- Updated DEFAULT_SETTINGS.eventMontageGridCols from 5 to 2
- Updated test expectation to match new default
This provides a more reasonable default layout that works better across
different screen sizes while still allowing users to customize the column
count as needed.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 941b502 commit 460de57
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments