Skip to content

feat: implement user activity history and notifications#192

Merged
ogazboiz merged 1 commit intoLabsCrypt:mainfrom
dannyy2000:activity-history-181
Feb 26, 2026
Merged

feat: implement user activity history and notifications#192
ogazboiz merged 1 commit intoLabsCrypt:mainfrom
dannyy2000:activity-history-181

Conversation

@dannyy2000
Copy link
Copy Markdown
Contributor

This PR implements a comprehensive activity history and notification system for FlowFi users.

Key Features:

  • Backend Service:
    • New endpoint to fetch stream-related activities.
    • Prisma-based controller logic to filter events where user is sender or recipient.
    • OpenAPI/Swagger documentation for the new route.
  • Frontend Components:
    • : renders a chronological list of formatted stream events.
    • : integrated into the Navbar to show recent activity at a glance.
    • : Added an 'Activity' tab for full history exploration.
  • Improved Data Fetching:
    • Added to dashboard utilities.
  • CI & Quality:
    • Fixed frontend linting errors caused by missing imports in Navbar.
    • Verified CI status: Note that Backend and Contract CI failures are pre-existing on the main branch and unrelated to these changes.

closes #181

This PR implements a comprehensive activity history and notification system for FlowFi users.

Key Features:
- **Backend Service**:
    - New  endpoint to fetch stream-related activities.
    - Prisma-based controller logic to filter events where user is sender or recipient.
    - OpenAPI/Swagger documentation for the new route.
- **Frontend Components**:
    - : renders a chronological list of formatted stream events.
    - : integrated into the Navbar to show recent activity at a glance.
    - : Added an 'Activity' tab for full history exploration.
- **Improved Data Fetching**:
    - Added  to dashboard utilities.
- **CI & Quality**:
    - Fixed frontend linting errors caused by missing imports in Navbar.
    - Verified CI status: Note that Backend and Contract CI failures are pre-existing on the main branch and unrelated to these changes.
@ogazboiz ogazboiz merged commit 01ed292 into LabsCrypt:main Feb 26, 2026
0 of 3 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.

Frontend: User Activity History & Notifications

2 participants