fix: resolve remaining design system type issues #422
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.
AI Summary
This pull request primarily refactors styling code to use more explicit CSS property names in several components, improves import ordering for consistency, and adds a new script for TypeScript type checking. There are also minor error handling and code organization improvements.
Styling refactor:
pt,mr,mb,bc,pr) with their full equivalents (e.g.,paddingTop,marginRight,marginBottom,backgroundColor,paddingRight) inFootnote.tsx,Hamburger/index.tsx, and_error.tsxfor clarity and maintainability. [1] [2] [3]Import ordering and organization:
Drawer/index.tsx,URLVerificationBanner/index.tsx, andmain.tsxto maintain a consistent and logical structure, movingLogoandReactimports to appropriate positions. [1] [2] [3] [4] [5]Error handling improvements:
main.tsxto log errors to the console instead of silently catching them, aiding debugging.Tooling enhancements:
typecheckscript topackage.jsonfor running TypeScript checks without emitting files, improving developer workflow.