Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: input checkbox #296

Merged
merged 8 commits into from
Feb 11, 2025
Merged

feat: input checkbox #296

merged 8 commits into from
Feb 11, 2025

Conversation

beforeAW
Copy link
Contributor

@beforeAW beforeAW commented Feb 6, 2025

Unchecked:
checkbox-unchecked
Checked:
checkbox-checked

And an example is in the admin dashboard view.

Copy link
Contributor

@ADchasacademy ADchasacademy left a comment

Choose a reason for hiding this comment

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

Looks good now!

resources/views/components/input/checkbox.blade.php Outdated Show resolved Hide resolved
resources/views/components/input/checkbox.blade.php Outdated Show resolved Hide resolved
resources/views/components/input/checkbox.blade.php Outdated Show resolved Hide resolved
resources/views/home.blade.php Outdated Show resolved Hide resolved
resources/views/components/input/checkbox.blade.php Outdated Show resolved Hide resolved
resources/views/components/input/checkbox.blade.php Outdated Show resolved Hide resolved
resources/views/components/input/checkbox.blade.php Outdated Show resolved Hide resolved
@ell-ska
Copy link
Contributor

ell-ska commented Feb 10, 2025

can't go to the admin page to check it?
image

probably not related to this tho

@ell-ska
Copy link
Contributor

ell-ska commented Feb 10, 2025

can't go to the admin page to check it?
probably not related to this tho

fixed in #365

@beforeAW
Copy link
Contributor Author

#365 is now approved and merged

@ell-ska
Copy link
Contributor

ell-ska commented Feb 10, 2025

can you rebase this so i can test if the checked thing is working? :)

@ell-ska
Copy link
Contributor

ell-ska commented Feb 11, 2025

everything looks good now except that the checked attribute either is true or null. it needs to be true or false for a form to work properly

image

dcbwe
dcbwe previously approved these changes Feb 11, 2025
Copy link

@dcbwe dcbwe left a comment

Choose a reason for hiding this comment

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

check

@beforeAW beforeAW requested review from ell-ska and dcbwe February 11, 2025 08:55
@beforeAW beforeAW dismissed dcbwe’s stale review February 11, 2025 09:01

want this cheaked by the person who out in the latest comment

@ell-ska ell-ska temporarily deployed to feat-checkbox - u04-imdb-clone PR #296 February 11, 2025 09:47 — with Render Destroyed
Copy link
Contributor

@ell-ska ell-ska left a comment

Choose a reason for hiding this comment

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

good job!

@beforeAW beforeAW merged commit 1452ca9 into main Feb 11, 2025
1 check passed
@beforeAW beforeAW deleted the feat-checkbox branch February 11, 2025 10:48
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.

create checkbox input
4 participants