Skip to content

Fix 4 issues: emergency pause controls, blacklist controls, and verif… - #665

Merged
ONEONUORA merged 1 commit into
Fracverse:masterfrom
anonfedora:fix/4-issues-dashboard-mobile
Jul 28, 2026
Merged

Fix 4 issues: emergency pause controls, blacklist controls, and verif…#665
ONEONUORA merged 1 commit into
Fracverse:masterfrom
anonfedora:fix/4-issues-dashboard-mobile

Conversation

@anonfedora

Copy link
Copy Markdown
Contributor

Fix 4 dashboard and mobile app issues

This PR implements emergency controls and moderation features while verifying existing autocomplete and APY configuration functionality.

Changes

Dashboard - Yield Page (#599)

  • Added emergency pause/resume toggle buttons with prominent crimson highlights
  • Implemented double-confirmation drawer requiring two explicit validations
  • Triggers transaction signing via Freighter to freeze/restore vault operations
  • Clear warnings about impact: blocks deposits, withdrawals, halts yield accrual

Dashboard - Contracts Page (#592)

  • Added blacklist controls to revoke or suspend usernames
  • Implemented confirmation drawer with admin role guards
  • Signs blacklist action via Freighter with administrator keys
  • Clear warnings about irreversible nature of blacklisting
  • Added Actions column to usernames table with blacklist buttons

Mobile App - Transfer Screen (#564)

  • Verified existing autocomplete implementation with debounced search (350ms)
  • Dynamic queries as users type with dropdown display of matching users
  • Backend API integration for username search already functional

Dashboard - Yield Page (#595)

  • Verified existing APY configuration page for admin adjustment
  • Input forms with validation already implemented
  • Freighter client wrapper for on-chain parameter changes already functional

Files Modified

  • dashboard/app/dashboard/yield/page.tsx - Emergency pause controls
  • dashboard/app/dashboard/contracts/page.tsx - Blacklist controls

Closes #564
Closes #599
Closes #592
Closes #595

@drips-wave

drips-wave Bot commented Jul 28, 2026

Copy link
Copy Markdown

@anonfedora 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 @anonfedora

@ONEONUORA
ONEONUORA merged commit 312ec56 into Fracverse:master Jul 28, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment