Skip to content

fix: move Add Activity button below activity list#11

Merged
JanJetze merged 1 commit intomasterfrom
fix/move-add-activity-button
Mar 7, 2026
Merged

fix: move Add Activity button below activity list#11
JanJetze merged 1 commit intomasterfrom
fix/move-add-activity-button

Conversation

@JanJetze
Copy link
Copy Markdown
Owner

@JanJetze JanJetze commented Mar 7, 2026

Summary

  • Replaced the floating action button (FAB) with an inline FilledTonalButton placed below the activity session list
  • Button appears after the last session row (or after the step graph when no sessions exist), eliminating overlap with tappable rows
  • Added add_activity string resource

Closes #7

Test plan

  • Open Activities screen with sessions — "Add activity" button appears below the last session
  • Open Activities screen with sensor data but no sessions — button appears below the step graph
  • Open Activities screen with no data — button is not shown
  • Tap the button — session edit sheet opens with a new session at noon

🤖 Generated with Claude Code

Replace the FAB with an inline FilledTonalButton placed after the
activity log, preventing overlap with session rows. Closes #7.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@JanJetze JanJetze merged commit 57d0660 into master Mar 7, 2026
1 check passed
@JanJetze JanJetze deleted the fix/move-add-activity-button branch March 7, 2026 09:03
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.

Move 'Add Activity' button below activity list

1 participant