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.
Preview:
Screencast.from.2025-02-17.18-11-24.mp4
Packages were updated, all lint errors were fixed, deprecated elements were replaced with newer ones, several components were updated with new snippets, styling tweaks were implemented, and Playwright tests were updated as well.
ui
directory.Chakra Icons
package is no longer supported, the old icons were replaced withReact Icons
.useDisclosure
is no longer needed since theDialog
now handles the opening/closing.Modal
andAlertDialog
components were replaced with theDialog
component.theme
was simplified.FormControl
andFormErrorMessage
were replaced with theField
component, which can accept a label and error as props.Table
,Menu
, andDrawer
components were replaced with the new components.InputRightElement
andInputLeftElement
were replaced with propsendElement
andstartElement
inInputGroup
.PasswordField
was replaced withPasswordInput
.CustomToast
was deleted as it's no longer needed. The toast creation was updated to the new format.Pagination
was simplified.EmptyState
added for Items.isInvalid
changed toinvalid
.