Skip to content

feat(#804): Implement inactivity timer & keep-alive ping interface#883

Merged
ONEONUORA merged 1 commit into
Fracverse:masterfrom
obacollins-lab:feature/804-inactivity-timer-keep-alive
Jun 28, 2026
Merged

feat(#804): Implement inactivity timer & keep-alive ping interface#883
ONEONUORA merged 1 commit into
Fracverse:masterfrom
obacollins-lab:feature/804-inactivity-timer-keep-alive

Conversation

@obacollins-lab

Copy link
Copy Markdown
Contributor
  • Add useInactivityTimer hook for client-side countdown based on blockchain last-ping
  • Create InactivityTimerCard component with timer display and ping controls
  • Implement keep-alive ping API methods (pingKeepAlive, getInactivityStatus)
  • Add visual status indicators (active/warning/claimable)
  • Support wallet signing for keep-alive transactions
  • Toast notifications for user feedback
  • Comprehensive unit tests for hook and component
  • Warning threshold at 24 hours before claimable state

closes #804

…erface

- Add useInactivityTimer hook for client-side countdown based on blockchain last-ping
- Create InactivityTimerCard component with timer display and ping controls
- Implement keep-alive ping API methods (pingKeepAlive, getInactivityStatus)
- Add visual status indicators (active/warning/claimable)
- Support wallet signing for keep-alive transactions
- Toast notifications for user feedback
- Comprehensive unit tests for hook and component
- Warning threshold at 24 hours before claimable state
@drips-wave

drips-wave Bot commented Jun 28, 2026

Copy link
Copy Markdown

@obacollins-lab Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@ONEONUORA ONEONUORA left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job @obacollins-lab

@ONEONUORA ONEONUORA merged commit 2f9e3b6 into Fracverse:master Jun 28, 2026
4 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] Implement Inactivity Timer & Keep-Alive Ping Interface

2 participants