-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak styles in multiple components (#780)
* Remove duplicate animate-spin * Add simple spinner * Updated notification styles * Tweak panel header action styles * Tweak ImportantBlock styles * Tweak IconButton styles * Add react-hook-form * Add Form controls * Update changelog * Make translations type safe * Add loading type to toast notifications * Fix field alignment issue * Use lucide icons in graph toolbar * Remove dev note since it is being used by toast
- Loading branch information
Showing
17 changed files
with
384 additions
and
202 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export { default } from "./LoadingSpinner"; | ||
export { default as LoaderIcon } from "@/components/icons/LoaderIcon"; | ||
export type { LoadingSpinnerProps } from "./LoadingSpinner"; | ||
export * from "./LoadingSpinner"; |
This file contains 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 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
83 changes: 0 additions & 83 deletions
83
packages/graph-explorer/src/components/Toast/Toast.styles.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.