Skip to content

Move date/weather/invite into Overview only, fix console prompt overflow#576

Merged
asim merged 1 commit intomainfrom
claude/add-wallet-transfers-74PHC
Apr 23, 2026
Merged

Move date/weather/invite into Overview only, fix console prompt overflow#576
asim merged 1 commit intomainfrom
claude/add-wallet-transfers-74PHC

Conversation

@asim
Copy link
Copy Markdown
Member

@asim asim commented Apr 23, 2026

Date header with weather and invite link now lives inside the Overview div — the Console view is clean: just the stream and the prompt. No date, no weather, no invite clutter.

Fixed console prompt overflowing on PWA/mobile:

  • Form has min-width:0 so flex doesn't push past viewport
  • Input has min-width:0 and box-sizing:border-box
  • Button has flex-shrink:0 and white-space:nowrap
  • Shortened placeholder to 'Message @micro...' so it fits
  • Fixed duplicate display:none on the console div

Date header with weather and invite link now lives inside the
Overview div — the Console view is clean: just the stream and the
prompt. No date, no weather, no invite clutter.

Fixed console prompt overflowing on PWA/mobile:
- Form has min-width:0 so flex doesn't push past viewport
- Input has min-width:0 and box-sizing:border-box
- Button has flex-shrink:0 and white-space:nowrap
- Shortened placeholder to 'Message @micro...' so it fits
- Fixed duplicate display:none on the console div
@asim asim merged commit 57bbbd9 into main Apr 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants