Skip to content

Feature/week2 frontend/will#15

Open
MRW6217 wants to merge 2 commits intodistinctioncoding:mainfrom
MRW6217:feature/week2-frontend/will
Open

Feature/week2 frontend/will#15
MRW6217 wants to merge 2 commits intodistinctioncoding:mainfrom
MRW6217:feature/week2-frontend/will

Conversation

@MRW6217
Copy link

@MRW6217 MRW6217 commented Dec 2, 2025

No description provided.

Copy link

@Gary-Distinctioncoding Gary-Distinctioncoding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall is good, if you want to move an element, try to add padding on its parent element to replace the margin on itself.
Some uses of the units are wrong, please refer to the class notes.

Comment on lines +31 to +50
<div class="input-group">
<label for="name">Your name</label>
<input type="text" id="name" placeholder="Enter your name" />
</div>
<div class="input-group">
<label for="phone">Phone number</label>
<input
type="text"
id="phone"
placeholder="Enter your phone number"
/>
</div>
<div class="input-group">
<label for="dulux">Dulux account</label>
<input
type="text"
id="dulux"
placeholder="Enter your Dulux account"
/>
</div>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

input fields缺少表单包裹

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try to use toast or put the error message near the input fields, should not use window.alert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants