-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor(home): use nextui buttons for txCard * refactor(home): use nextui alert for txCard * refactor(home): use nextui spinner for txCard * refactor: use nextui spinner * refactor: switch spinnerbutton and spinner for nextui components (#792)
- Loading branch information
1 parent
8ced679
commit d9d8faa
Showing
14 changed files
with
59 additions
and
304 deletions.
There are no files selected for viewing
146 changes: 0 additions & 146 deletions
146
src/components/ButtonWithSpinner/ButtonSpinner/ButtonSpinner.css
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
src/components/ButtonWithSpinner/ButtonSpinner/ButtonSpinner.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,12 +1,12 @@ | ||
import LoadingSpinner from "../components/LoadingSpinner/LoadingSpinner"; | ||
import RaspiBlitzLogoDark from "@/assets/RaspiBlitz_Logo_Main_Negative.svg?react"; | ||
import { Spinner } from "@nextui-org/react"; | ||
|
||
// Loading Screen for the initial loading of the app | ||
export default function LoadingScreen() { | ||
return ( | ||
<main className="flex h-screen w-screen flex-col items-center justify-center bg-gray-700"> | ||
<RaspiBlitzLogoDark className="mb-5 h-12" /> | ||
<LoadingSpinner color="text-yellow-500" /> | ||
<Spinner size="lg" /> | ||
</main> | ||
); | ||
} |
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
Oops, something went wrong.