Commit Graph

8 Commits

Author SHA1 Message Date
Nathan Schneider 12ac4eb943 Improve metadata prompts; fix upload error + remove debug log
- Replace bracketed metadata placeholders with prompting questions
- Fix upload error message (response.statusContents -> statusText)
- Remove stray debug console.log on reactive screen updates
- Document the upload token's security model in the app README

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-30 15:09:09 -06:00
Nathan Schneider 721b588a2b Fix layout cutoff on narrow desktop windows
Raise responsive layout breakpoints from 768px to 900px across all
components. This ensures narrow desktop browser windows (769–900px)
get the stacked, single-column layout rather than the three-column
grid that was too wide for those widths. The 768px breakpoint in
app.css is kept as-is since it only adjusts font sizes for iOS.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 15:27:59 -06:00
Nathan Schneider 4589fba64e Fix upload dialog visibility and mobile overflow
Move the upload confirmation dialog above the action buttons so it's
immediately visible, and add overflow-safe CSS to prevent text from
spilling outside the dialog box on mobile.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 13:59:19 -06:00
Nathan Schneider ad4b2a0a7c Removed redundant Share button 2025-12-18 10:24:27 -07:00
Nathan Schneider 0e437d2b88 Added Focused mode as default. Also finally adding the icons correctly. 2025-11-29 20:19:08 -05:00
Nathan Schneider 240401b9cb Fixed commit date issue on JSON upload 2025-11-25 13:38:38 -05:00
Nathan Schneider aac6334380 Fixed JSON version issue in commit message 2025-11-25 13:30:11 -05:00
Nathan Schneider b541f6049e First commit for bicorder-app 2025-11-25 13:20:21 -05:00