Skip to content

Claude/add wallet transfers 74 phc#580

Merged
asim merged 3 commits intomainfrom
claude/add-wallet-transfers-74PHC
Apr 25, 2026
Merged

Claude/add wallet transfers 74 phc#580
asim merged 3 commits intomainfrom
claude/add-wallet-transfers-74PHC

Conversation

@asim
Copy link
Copy Markdown
Member

@asim asim commented Apr 25, 2026

No description provided.

claude added 3 commits April 25, 2026 06:58
…EADME

Console: changed loading indicator to "Working..." — more
appropriate for a command interface.

Documentation:
- MCP.md: added stream and stream_post tools to the available
  tools table
- README.md: added one-liner about Overview/Console modes and the
  public event stream

Clarified the five distinct surfaces:
- /updates — badge count polling (not a feed)
- /stream — public event feed for agents/tools to subscribe to
- Console — stateless command prompt on home (question → answer)
- /chat — conversational AI with history
- /social — threaded human discussion

https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm
Console UX reworked:
Removed the tab toggle entirely. Cards are always visible as the
home screen. The console is now a fixed bar at the bottom of the
screen — always one tap away regardless of scroll position. Says
"Ask Micro anything..." with a ⌘ badge.

Tapping the bar opens a full-screen overlay: title bar with close
button, response area in the middle, prompt pinned at the bottom.
Ask a question → "Working..." → answer appears. Close to go back
to the cards. Like Spotlight or Cmd+K — the console is an overlay
you summon, not a page you navigate to.

Bottom padding added so the fixed bar doesn't overlap the last card.

Configurable home cards:
Account struct gets HomeCards []string field. If set, only those
card IDs are shown on the home screen in the user's chosen order.
Empty = show all (default).

/account page has a new "Home Screen" card with checkboxes for
each card type (Reminder, Blog, News, Markets, Social, Video).
Uncheck to hide, save to persist. POST /account with save_cards=1
updates the preference.

https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm
Card preferences on home screen:
Gear icon (⚙) next to the date header — tap to toggle an inline
panel with checkboxes for each card. Checking/unchecking submits
immediately (onchange=submit). No need to visit /account. The
/account card preferences card is still there as a fallback.

Console overlay mobile fixes:
- height: 100dvh with 100vh fallback — handles iOS keyboard push
- Open/close now toggles the bottom bar visibility (bar hides when
  overlay is open, reappears on close)
- Escape key closes the overlay
- Input focuses with a 50ms delay so the mobile keyboard opens
- Uses top:0;left:0;right:0;bottom:0 instead of inset:0 for
  broader browser support

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