-
Notifications
You must be signed in to change notification settings - Fork 61
Migrate extension webviews to Svelte 5 #815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
nobody5050
wants to merge
23
commits into
wpilibsuite:2027
Choose a base branch
from
nobody5050:feat/convert-to-svelte
base: 2027
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
47be06e
Begin move of webviews to svelte
nobody5050 8c22aa4
Migrate components to svelte 5 runes syntax, minor css fixups, depend…
nobody5050 f0235da
The rest of it
nobody5050 0eae2e6
Merge branch '2027' into feat/convert-to-svelte
nobody5050 7fefc92
Fixes failed lint
nobody5050 a5a4901
fixups for prettier webpack
nobody5050 6d61dbf
address review
nobody5050 9c2a99d
revert npmmirror change to npmjs in package-lock
nobody5050 0ab5b89
small size components
nobody5050 c46ba91
more review addressing
nobody5050 661e47b
convert functions to arrow functions in riolog
nobody5050 78c595c
bit more cleanup
nobody5050 4a4e468
Improve Svelte webview integration, dependency state, and project cre…
nobody5050 04f086a
more review addressing
nobody5050 e1b693f
switch imports to use CommonJS syntax so we can yeet allowSyntheticDe…
nobody5050 dc7b12a
kill localeloader
nobody5050 c6968b7
remove unnecessary optional
nobody5050 99f49f8
webpack is dead and we have killed him
nobody5050 ef6d5c5
tiny fixes in riolog from testing
nobody5050 9fc284a
fix ci
nobody5050 f7df760
whoops missing dependency
nobody5050 6c2b869
prettier
nobody5050 158f90f
Format tsconfig.rollup.extension.json with prettier
nobody5050 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented out code.