Skip to content

XRP Dashboard updates#230

Open
RishiYennu wants to merge 8 commits intomainfrom
rishi-dashboard
Open

XRP Dashboard updates#230
RishiYennu wants to merge 8 commits intomainfrom
rishi-dashboard

Conversation

@RishiYennu
Copy link
Collaborator

@RishiYennu RishiYennu commented Mar 1, 2026

  • Added XRP Puppet Protocol Integration
  • Added Custom Sensor Cards
  • Refactored Built Sensor Cards to reduce code duplication
  • Added Sensor Card Persistence and reset button.
  • Added developer mode to test out sensor data reception within dashboard

- Added XRP Puppet protocol integration that allows bidirectional communication between the dashboard and XRP
- Added developer mode to test the dashboard updates
- Refactored sensor cards to have a generic widget instead of duplicate code
- Added custom named widget for XRP Puppet Protocol Support
@RishiYennu RishiYennu requested review from fgrossman and kcq888 March 1, 2026 21:50
src/main.tsx Outdated
function Root() {
const [googleClientId, setGoogleClientId] = useState<string | null>(null);
const googleAuthBackendUrl = import.meta.env.VITE_GOOGLE_AUTH_URL;
// const [googleClientId, setGoogleClientId] = useState<string | null>(null);
Copy link
Collaborator

Choose a reason for hiding this comment

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

You don't want to take these code out. I know that you had to remove them because you don't want to run the backend codes.

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.

2 participants