Skip to content

Tags: PepperDash/essentials-devtools

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #19 from PepperDash/feature/add-routing

Feature/add routing

v1.0.0-feature-add-routing.7

Toggle v1.0.0-feature-add-routing.7's commit message
feat: Enhance documentation with authentication details, per-device l…

…og level filtering, and routing features

v1.0.0-feature-add-routing.6

Toggle v1.0.0-feature-add-routing.6's commit message
feat: Implement login functionality and API path management

- Added LoginForm component for user authentication.
- Introduced RequireAuth component to protect routes.
- Created ApiPaths component to display available API paths.
- Added ApiPathDetailDrawer for detailed view of selected API paths.
- Updated routing to include login and API paths.
- Integrated Redux for authentication state management.
- Enhanced DebugConsole with device filtering and search capabilities.
- Refactored TopNav to dynamically display available apps based on authentication.
- Added selectors and slice for authentication and debug console state management.

v1.0.0-feature-add-routing.5

Toggle v1.0.0-feature-add-routing.5's commit message
feat: enhance DebugConsole with connection failure alerts, improve Mo…

…bileControl UI, and add TieLineEdge component for routing visualization

v1.0.0-feature-add-routing.4

Toggle v1.0.0-feature-add-routing.4's commit message
feat: add ErrorBoundary and InitializationExceptions components, enha…

…nce Routing with dark mode and unconnected ports functionality

v1.0.0-feature-add-routing.3

Toggle v1.0.0-feature-add-routing.3's commit message
feat: add version check for routing feature availability

v1.0.0-feature-add-routing.2

Toggle v1.0.0-feature-add-routing.2's commit message
feat: enhance RoutingDeviceNode with hide functionality and improve l…

…ayout

v1.0.0-feature-add-routing.1

Toggle v1.0.0-feature-add-routing.1's commit message
feat: add routing feature with React Flow integration

- Introduced a new Routing component to visualize device connections using React Flow and Dagre for layout.
- Added RoutingDeviceNode component to represent individual devices with input and output ports.
- Implemented signal type filtering and device selection/deselection functionality.
- Created corresponding SCSS modules for styling the Routing component and device nodes.
- Updated package.json to include necessary dependencies: @xyflow/react and dagre.
- Enhanced apiSlice to fetch routing devices and tie lines from the backend.
- Updated TopNav to include a link to the new Routing feature.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7 from PepperDash/feature/add-svgs

Feature/add svgs

v1.0.0-feature-add-svgs.7

Toggle v1.0.0-feature-add-svgs.7's commit message
feat: update .gitignore to exclude tsconfig.tsbuildinfo, fix URL in t…

…roubleshooting guide, and refactor useAppParams import