diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-04-02 21:53:08 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-04-02 21:53:08 +0000 |
| commit | 2e0c420020526873906fedd024b50baef56011fa (patch) | |
| tree | fe3ab60fc7960ec01800325d544805217ffaf4e9 /.claude | |
| parent | e68212991935d33a4baca77d88cd20a82fbcf6a6 (diff) | |
fix(ui): anchor both FABs to instrument sheet (squash merge recovery)
Both fab_mob and fab_record_track now anchor to instrument_bottom_sheet
so they sit above the sheet peek zone rather than being occluded by
the sheet's 16dp elevation. Resolves stash conflict in settings.local.json.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/settings.local.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json index bcb3577..4fe9a49 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -57,7 +57,9 @@ "Bash(screen -list)", "Bash(adb logcat:*)", "Bash(grep -v \"^--$\")", - "Bash(./gradlew assembleDebug)" + "Bash(./gradlew assembleDebug)", + "Skill(commit-commands:commit-push-pr)", + "Skill(code-review:code-review)" ] } } |
