Webui V2 redesign#250
Open
DatanoiseTV wants to merge 26 commits into
Open
Conversation
Upgrade from React 17 to React 18 with functional component infrastructure: - Update deps: React 18.3.1, react-router-dom 6.28, react-toastify 10, Vite 6.4 - Add dark theme design system with CSS custom properties - Create async/await API service layer replacing Services.js - Add useApi and usePolling custom hooks - Update main.jsx for React 18 createRoot API - Replace App.jsx with placeholder (full layout in next task) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Implements the shared component library (Modal, StatusDot, Badge), collapsible sidebar with PTP status LED, layout shell with Outlet, React Router v6 routing, and placeholder view stubs for all 6 pages. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…I response format
…dd-as-sink action
…alth charts Add uPlot-based TimeSeriesChart component, useTimeSeries hook for ring-buffered data accumulation, a dedicated Monitoring view with PTP jitter/sink health/sink error charts, and a PTP jitter sparkline on the Dashboard StatusCard. Navigation and SPA server routing updated to include the new /monitoring route. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…parsing in matrix route
…, matching existing map parsing pattern
…ays (boost ptree compat)
…e, light by default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a new WebUI.
Includes better organized views, routing matrix etc.