Skip to content

Show inline weather next to date, fix invite link layout#569

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

Show inline weather next to date, fix invite link layout#569
asim merged 1 commit intomainfrom
claude/add-wallet-transfers-74PHC

Conversation

@asim
Copy link
Copy Markdown
Member

@asim asim commented Apr 16, 2026

Date header is now a flex row:
Thursday, 10 April 10°C ☁️ + Invite

  • Left: date text + weather summary (temp + emoji)
  • Right: invite link (admin-only, when invite-only is on)

Weather summary reads from localStorage — the weather card JS now stores {temp, desc} to 'mu_weather_now' alongside the rendered HTML cache. The date header reads this on page load with zero fetch cost. Emoji is mapped from the description text (clear→☀️, cloud→☁️, rain→🌧️, etc.).

CSS: #home-date changed from centered text to flex row with gap. Mobile keeps justify-content:center. The invite link uses margin-left:auto to pin right.

https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm

Date header is now a flex row:
  Thursday, 10 April   10°C ☁️             + Invite

- Left: date text + weather summary (temp + emoji)
- Right: invite link (admin-only, when invite-only is on)

Weather summary reads from localStorage — the weather card JS now
stores {temp, desc} to 'mu_weather_now' alongside the rendered HTML
cache. The date header reads this on page load with zero fetch cost.
Emoji is mapped from the description text (clear→☀️, cloud→☁️,
rain→🌧️, etc.).

CSS: #home-date changed from centered text to flex row with gap.
Mobile keeps justify-content:center. The invite link uses
margin-left:auto to pin right.

https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm
@asim asim merged commit f9b536d into main Apr 16, 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