-
Notifications
You must be signed in to change notification settings - Fork 12
fix: button debt #1262
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
Closed
Closed
fix: button debt #1262
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
4b9672a
build: update design system react to 1.7.0
maxelkins 63dbd43
build: update design system react to 2.0.0
maxelkins b7d593a
build: update design system react to 2.1.0
maxelkins e4a59b9
build: update design system react to 2.2.0
maxelkins 652d022
build: update design system react to 2.3.0
maxelkins 8817520
build: update design system react to 2.4.2
maxelkins 96507ef
build: update design system react to 2.5.0
maxelkins 0da9ed7
build: update design system react to 2.6.2
maxelkins 6c8987c
fix: add material symbols font to web component page
maxelkins 7b5f876
refactor: remove all legacy button styles and components
maxelkins 3e0f22a
fix: sidebar styles after legacy buttons removed
maxelkins ecc3452
refactor: remove importing old button files from InternalStyles
maxelkins 05922fb
refactor: DownloadButton to use DS Button
maxelkins 07fbf45
refactor: EdiorInput Tab Buttons
maxelkins e9da2dd
refactor: ImageUploadButton
maxelkins 34f199b
refactor: NewInputPanelButton to use DS Button
maxelkins 86e9d3f
refactor: InstructionsPanel to use DS Button
maxelkins 47b654c
refactor: RenameFileModal to use DS Button
maxelkins f72f9b6
refactor: GeneralModal to use DS Button
maxelkins 18276a4
refactor: ProgressBar to use DS Buttons
maxelkins 71fdc61
refactor: ToastCloseButton to use DS Button
maxelkins 1b022b9
refactor: RunnerControls to use DS Button
maxelkins 690b32b
refactor: SaveButton to use DS Button
maxelkins f667b80
refactor: RunButton to use DS Button
maxelkins 89dbb26
refactor: StopButton to use DS Button
maxelkins b68ef6e
refactor: Notifications to use DS Button
maxelkins fb5f988
refactor: ProjectName to use DS Button
maxelkins 352207e
refactor: NewComponentButton to use DS Button
maxelkins 492b277
refactor: ErrorModal to use DS Button
maxelkins 9eb81a7
refactor: NewFileModal to use DS Button
maxelkins 1282149
refactor: Sidebar to use custom button styles
maxelkins 3d308a2
style: linting
maxelkins ad48c5e
Merge branch 'main' into fix-button-debt
maxelkins 7ef27db
fix: move button font custom property to injected styles
maxelkins 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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Key changes