Framework agent#145
Draft
Adam Driscoll (adamdriscoll) wants to merge 17 commits into
Draft
Conversation
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.
This pull request scaffolds a new Ant Design-based dashboard framework for PowerShell Universal, providing both a TypeScript/React client and a PowerShell module for integration. It introduces strict build and linting configuration, a published asset layout, initial Ant Design component wrappers, and PowerShell cmdlets for demo and framework usage. The client supports dashboard bootstrap, SignalR connection management, and runtime state handling, while the PowerShell module exposes helpers and demo content for easy testing.
PowerShell module and published asset integration:
Devolutions.PowerShellUniversal.Frameworks.AntDesign.psd1and.psm1) with exported cmdlets for framework asset paths, entrypoints, and demo content, enabling integration with PowerShell Universal. [1] [2].universal/publishedFolders.ps1) to publish built assets from thedistfolder for dashboard hosting.Client application and Ant Design integration:
src/app/App.tsx,src/main.tsx) with Ant Design UI, error boundaries, bootstrap logic, and SignalR connection management. [1] [2] [3] [4]AntdText,AntdButton) and a registry for dynamic component resolution and registration. [1] [2] [3] [4]Build, lint, and configuration setup:
package.jsonfor dependencies and scripts. [1] [2].gitignoreto exclude build artifacts and node modules.Documentation and usage examples:
README.mdexplaining the framework's design, build process, module helpers, and demo usage.Styling and asset management:
index.htmlfor Vite-based development and production builds.