Skip to content

Conversation

@yuval20100
Copy link

No description provided.

Comment on lines +13 to +15
const Buttons: FC<{
form: ScoutingForm;
setForm: Dispatch<SetStateAction<ScoutingForm>>;
}> = ({ form, setForm }) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

please consider using an interface for this

Comment on lines 18 to 24
<div
style={{
display: "flex",
flexDirection: "column",
gap: "20px",
width: "700px",
}}
className="mx-auto my-auto"
Copy link
Contributor

Choose a reason for hiding this comment

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

consider using one consistent for you styles (css/ style/ tailwind)

Comment on lines +58 to +57
min="0"
max="16383"
Copy link
Contributor

Choose a reason for hiding this comment

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

magic numbers🫣

Comment on lines 27 to 29
const onScanFailure = (error: any) => {
// שגיאות סריקה רגילות (כשהמצלמה לא מוצאת קוד) - בד"כ מתעלמים
};
Copy link
Contributor

Choose a reason for hiding this comment

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

consider printing an error message to the console or putting some error message in red on the scouting screen

@@ -0,0 +1,29 @@
const Buttons = () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Buttons: FC

Comment on lines +3 to +6
<div style={styles.container}>
<input type="text" placeholder="טקסט 1" style={styles.input} />
<input type="text" placeholder="טקסט 2" style={styles.input} />
<input type="text" placeholder="טקסט 3" style={styles.input} />
Copy link
Contributor

Choose a reason for hiding this comment

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

please write this in English

Comment on lines +21 to +22
border: "2px solid #22c55e", // ירוק
backgroundColor: "#000", // שחור
Copy link
Contributor

Choose a reason for hiding this comment

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

please remove these comments

@@ -0,0 +1,29 @@
const Buttons = () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

consider removing the changes from the template

@@ -0,0 +1,31 @@
const Buttons = () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

consider removing the changes from the template

@yuval20100 yuval20100 force-pushed the scouting/feat/pre-match branch 3 times, most recently from ae60d2e to 5cfcf20 Compare January 27, 2026 11:09
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.

3 participants