Fix 1.16.6: icon chips + draw perf #8

Merged
ilia merged 1 commits from fix/1.16.6-icons-perf into main 2026-08-05 13:42:47 -05:00
Owner

Summary

  • Icon-only actions; Todo uses checkbox with checkmark
  • Perf: remove LAYER_TYPE_SOFTWARE + BlurMaskFilter (main jank source)
  • Stroke via Path + point throttling

Test plan

  • smoke (heading + Copy)
  • feel: circle stroke and panel should be snappier
## Summary - Icon-only actions; Todo uses checkbox with checkmark - Perf: remove LAYER_TYPE_SOFTWARE + BlurMaskFilter (main jank source) - Stroke via Path + point throttling ## Test plan - [x] smoke (heading + Copy) - [ ] feel: circle stroke and panel should be snappier
ilia added 1 commit 2026-08-05 13:40:30 -05:00
Icon-only VIP chips and faster draw overlay
CI / secret-scan (pull_request) Successful in 28s
CI / skip-ci-check (pull_request) Successful in 30s
8509d93ed5
Replace labeled chips with icons (Todo = checkbox+check). Drop software
layer and BlurMaskFilter; draw strokes with a Path and spaced points.
ilia scheduled this pull request to auto merge when all checks succeed 2026-08-05 13:40:45 -05:00
ilia merged commit c7fa37188b into main 2026-08-05 13:42:47 -05:00
ilia deleted branch fix/1.16.6-icons-perf 2026-08-05 13:42:47 -05:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ilia/crkl#8