Skip to content

feat(frontend): add FloatingActionButton with expandable quick actions#399

Merged
lishmanTech merged 2 commits into
Gatheraa:mainfrom
dDevAhmed:feature/375-floating-action-button
Mar 30, 2026
Merged

feat(frontend): add FloatingActionButton with expandable quick actions#399
lishmanTech merged 2 commits into
Gatheraa:mainfrom
dDevAhmed:feature/375-floating-action-button

Conversation

@dDevAhmed
Copy link
Copy Markdown
Contributor

Summary

Implemented a global Floating Action Button for quick access actions.

What was added

  • Added a reusable FloatingActionButton component:
    • Fixed bottom-right placement
    • Optional expandable quick actions list
    • Smooth open/close animation and icon rotation
  • Wired FAB into the root app layout so it is available across pages.

Files

  • FloatingActionButton.tsx
  • layout.tsx

Acceptance Criteria

  • Fixed position
  • Expandable actions (optional)
  • Smooth animation

Validation

  • Ran frontend production build after integration and compatibility fixes.
  • Build now completes successfully in this branch.

closes #375

@lishmanTech lishmanTech merged commit 418e4f6 into Gatheraa:main Mar 30, 2026
2 of 7 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.

38. Floating Action Button (FAB) Component

2 participants