Skip to content

feat: follow Label/Button text to MVVM accessors (toolkit v0.223.0) - #19

Merged
tannevaled merged 1 commit into
mainfrom
feat/label-button
Aug 20, 2026
Merged

feat: follow Label/Button text to MVVM accessors (toolkit v0.223.0)#19
tannevaled merged 1 commit into
mainfrom
feat/label-button

Conversation

@tannevaled

Copy link
Copy Markdown
Contributor

toolkit v0.223.0 moved Label text and Button label/selected state onto mvvm.Observable accessors. This recables the two write sites the compiler flagged — both Label.Text field writes in cmd/gwapp (click counter, touch-floor hit counter) — to Text().Set(...), and bumps deps: toolkit v0.201.0 → v0.223.0, mvvm v0.7.0 → v0.8.0.

Verified:

  • GOWORK=off go build ./... + go vet ./... green
  • CGO_ENABLED=0 GOOS=android GOARCH=arm64 go build ./... green (CI's APK gate)
  • GOWORK=off go test ./... -cover green, root package 97.8% (unchanged; edits are in cmd/gwapp only)
  • gofmt -l . empty

🤖 Generated with Claude Code

toolkit v0.223.0 moved Label text and Button label/selected state onto
mvvm.Observable accessors. Recable the two write sites in cmd/gwapp
(Label.Text field write -> Text().Set) and bump toolkit to v0.223.0,
mvvm to v0.8.0.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@tannevaled
tannevaled merged commit b850063 into main Aug 20, 2026
21 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.

1 participant