Loading...
Loading...
Compare original and translation side by side
feat:fix:docs:feat:fix:docs:git diffresources/conventional-commits-types.mdtemplates/commit-message.txt<type>(<scope>): <subject>git diffresources/conventional-commits-types.mdtemplates/commit-message.txt<type>(<scope>): <subject>diff --git a/README.md b/README.md
index 431f2eb..e727fe1 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,6 @@
## Quickstart
-1. Clone the repo.
+1. Clone this repository.docs: update quickstart instructions in README
Refine the cloning step for better clarity.diff --git a/README.md b/README.md
index 431f2eb..e727fe1 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,6 @@
## Quickstart
-1. Clone the repo.
+1. Clone this repository.docs: update quickstart instructions in README
Refine the cloning step for better clarity.src/components/Button.tsxisLoadingsrc/views/Login.tsxloadingfeat(auth): add loading state to login button
- Add `isLoading` prop to Button component to support visual feedback
- Connect login form submission state to Button in Login view
- Prevent double submission while request is in progresssrc/components/Button.tsxisLoadingsrc/views/Login.tsxloadingfeat(auth): add loading state to login button
- Add `isLoading` prop to Button component to support visual feedback
- Connect login form submission state to Button in Login view
- Prevent double submission while request is in progress