feat: Implement My Issues webview panel with Preact components#75
Merged
Conversation
- Added HTML generation for the My Issues webview panel in `html.js`. - Refactored `provider.js` to utilize the new HTML structure and manage webview state. - Created Preact components for `BranchRow`, `FilterBar`, `IssueList`, and `MyIssuesPanel` to handle UI rendering and interactions. - Integrated CSS for styling the components and ensured compatibility with existing design tokens. - Updated Vite configuration to support Preact and manage static assets for the webview. - Added necessary dependencies for Preact and updated lockfile.
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.
html.js.provider.jsto utilize the new HTML structure and manage webview state.BranchRow,FilterBar,IssueList, andMyIssuesPanelto handle UI rendering and interactions.