Skip to content

feat: admin UI overhaul with activity feed, payout manager, and Docker deployment#7

Open
gitteri wants to merge 1 commit into
feat/generated-ts-clientsfrom
feat/admin-ui
Open

feat: admin UI overhaul with activity feed, payout manager, and Docker deployment#7
gitteri wants to merge 1 commit into
feat/generated-ts-clientsfrom
feat/admin-ui

Conversation

@gitteri

@gitteri gitteri commented Feb 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • Complete redesign of the admin UI with improved styling and component architecture.
  • New Activity Feed with real-time transaction monitoring via WebSocket and historical event loading from the indexer database.
  • New Payout Manager component supporting CSV upload for batch payouts.
  • Local storage persistence for form state (instance PDA, operator keypair, etc.) so values survive page reloads.
  • Proxy configuration in Vite for routing read/write RPC calls through the dev server.
  • Docker deployment support with Dockerfile and server.mjs Express server for production builds.

Changed files (23 files under admin-ui/)

  • New: ActivityFeed.tsx, ActivityStats.tsx, PayoutManager.tsx, useActivityFeed.ts, useLocalStorage.ts, activity.ts, contraRpc.ts, csvParser.ts, Dockerfile, server.mjs
  • Modified: App.tsx, App.css, AdminFunctions.tsx, ContraManagement.tsx, InstanceManager.tsx, MintManager.tsx, OperatorFunctions.tsx, StatusChecker.tsx, UserFunctions.tsx, vite.config.ts, .env.example, index.html, index.css

Dependencies

Test plan

  • pnpm dev starts without errors
  • Activity feed populates with historical and real-time events
  • Payout manager accepts CSV upload and parses correctly
  • Form values persist across page reloads via local storage
  • Docker build succeeds: docker build -t admin-ui ./admin-ui
  • All existing admin functions (create instance, add operator, allow mint, deposit, release) still work

Made with Cursor

…r deployment

Redesigned admin interface with new activity feed, activity stats,
payout manager with CSV upload, local storage persistence, proxy
configuration, and Docker/server.mjs for standalone deployment.
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.

1 participant