snowballtools-base/packages/frontend/src/pages
Vivian Phung 44015d5451
feat(ui): loading spinner on project creation (#219)
### TL;DR
This pull request adds a loading icon to the 'Deploy' button in the project template creation form.

### What changed?
- Imported `LoadingIcon` from `components/shared/CustomIcon`.
- Modified the `Button` component to conditionally display the `LoadingIcon` when `isLoading` is `true`. The icon will animate by spinning.

### How to test?
1. Navigate to the project template creation form.
2. Fill in the required fields.
3. Click the 'Deploy' button.
4. Ensure the loading icon appears and spins when the button is disabled (when `isLoading` is `true`).

### Why make this change?
This change provides visual feedback to users, indicating that their action is being processed, thereby enhancing user experience.

---
2024-06-24 18:41:31 -04:00
..
auth Refactor: VerifyCodeInput Component and Modify Access Code Validation (#212) 2024-06-21 21:13:32 -04:00
components Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
org-slug feat(ui): loading spinner on project creation (#219) 2024-06-24 18:41:31 -04:00
AuthPage.tsx Signup with sdk 2024-04-23 21:21:58 -05:00
index.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00