Skip to content

Add web-environment notes to CLAUDE.md: no local build, drop build-disclaimer in replies/PRs#129

Open
mapgie wants to merge 3 commits into
mainfrom
claude/low-key-dreadful-fXCpC
Open

Add web-environment notes to CLAUDE.md: no local build, drop build-disclaimer in replies/PRs#129
mapgie wants to merge 3 commits into
mainfrom
claude/low-key-dreadful-fXCpC

Conversation

@mapgie

@mapgie mapgie commented Jun 6, 2026

Copy link
Copy Markdown
Owner

No description provided.

claude added 3 commits June 5, 2026 21:22
The Chart/Grid segmented buttons placed an Icon, a Spacer and the Text
all inside the SegmentedButton label slot. That slot is a single
composable slot (not a RowScope), so the three composables stacked on top
of one another, drawing the chart/grid icon over the label text.

Move the descriptive icon into the SegmentedButton's dedicated icon slot
and leave only the text in the label, which the component lays out with
correct spacing. Bump to 0.41.1-beta.1.
…collapsible categories

- Move the chart (with its time range controls) to the top of the page so
  the data is the headline, not the last thing on screen.
- Replace the large Dashboard enable/disable card with an icon toggle in
  the top app bar. State is shown via a filled vs outlined icon and an
  accessible contentDescription, freeing vertical space on the page.
- Make the Categories panel collapsible: tap the header to fold it away;
  collapsed it shows a one-line summary of the selected categories. Starts
  expanded. The chart-type and view controls now sit below it so collapsing
  the panel brings them up toward the chart.
- Update the empty-state copy ("below" instead of "above") to match the new
  ordering.

Bump to 0.42.0-beta.1.
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