feat(curriculum): add second flexbox workshop to FSD cert#62735
feat(curriculum): add second flexbox workshop to FSD cert#62735majestic-owl448 merged 120 commits intofreeCodeCamp:mainfrom
Conversation
jdwilkin4
left a comment
There was a problem hiding this comment.
This is off to a good start. left some comments 👍🏾
client/src/pages/learn/full-stack-developer/workshop-colorful-boxes/index.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68eaeaf8b317a4294f170f40.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68eaeaf8b317a4294f170f40.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68eaeaf8b317a4294f170f40.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68eaeaf8b317a4294f170f40.md
Outdated
Show resolved
Hide resolved
|
Hi Ilenia, the changes have been made. I also ran |
There was a problem hiding this comment.
please check all steps for indentation issues in the seed code, and make sure that when the editable region has no code inside, it has already the indentation for the new code to add
also please use this type of formatting for body and head, meaning not indented (example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<main></main>
</body>
</html>let me know if you need more help, I can add more suggestions in the PR
curriculum/challenges/english/blocks/workshop-colorful-boxes/68ed661e9f463c155bb677a1.md
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68ef0b3237fef991c92d9c19.md
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68ef0d6d156f86a6ac1824c6.md
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68ef0d6d156f86a6ac1824c6.md
Show resolved
Hide resolved
- Resolve all code review comments regarding indentation. - Note: Indentation was intentionally skipped for steps that do not require it. - Fix issues with the editable region in some steps.
All requested changes have been made. I have corrected the HTML and CSS indentation across the project, excluding specific steps where indentation is not required. Technical Note on Cursor Behavior: Initial state: The cursor defaults to the beginning of the line instead of the indented position. when a new steps start. Workaround: If you click into the area or move the cursor with the arrow keys, it snaps to the correct indented position. |
curriculum/challenges/english/blocks/workshop-colorful-boxes/68f92924265e9185f1bb391b.md
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/692f30b1f1d2acadb3025de7.md
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68f46e53fdfdc18a773282ba.md
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68f46fcc34da869b1005455d.md
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68f47093c85c7da27c7ee5cb.md
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68f471410dbccba9aac8234f.md
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68f471d46fa193b002a5bfb8.md
Show resolved
Hide resolved
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
curriculum/challenges/english/blocks/workshop-colorful-boxes/68f932c803f4d3d9f511b436.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68f93a8b58cbf330b4ba45c6.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/692f2bd6b0a43a4a2254ca5d.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68f9366fb3358401adf0ec79.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/692f2c20cb7f9e5050b935a7.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/692f30b1f1d2acadb3025de7.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/692f30e86027a4b253d0a42d.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/692f314d449329ba8bcd5d2e.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/692f318859d5e4bf8fd77ba1.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/694b46a414bb2f5079868ed1.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Jeevankumar S <110320697+Jeevankumar-s@users.noreply.github.com>
|
Hi @Jeevankumar-s, thanks for the code review. I have a question regarding the indentation. I made a few changes in the Challenge Editor after running The Challenge Editor considers a TAB as 2 spaces, while VS Code treats it as 4 spaces. Which standard is the correct one to follow? I noticed this difference in several files, take the next file below as an example: Thanks! |
|
maybe do not use tabs at all, it gets confusing, it's shown differently in all environments. My review on indentation was looking at the steps in the challenge pages (running |
Hi @sebacodes , In VS Code, if your indentation is set to 2 spaces, pressing Tab will insert 2 spaces instead of 4. You can check this in the bottom-right corner of VS Code (it should show Spaces: 2). If it’s different, you can click on it and change it to 2. Also, I’d recommend using the Prettier extension. It helps keep indentation consistent across files and environments. I think the 2-space indentation you’re seeing is coming from the project’s formatting configuration (Prettier/editor settings), which the Challenge Editor follows.
|
- Fix misplaced CSS properties introduced during the workshop reorganization - Fix code indentation as suggested in code review
|
Thanks, both comments were considered during the last code review. |
curriculum/challenges/english/blocks/workshop-colorful-boxes/692f2b9f2b9aa9458f6fdc97.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/692f30e86027a4b253d0a42d.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/68ef1b1c657f1b2396d98592.md
Outdated
Show resolved
Hide resolved
curriculum/challenges/english/blocks/workshop-colorful-boxes/694b46a414bb2f5079868ed1.md
Outdated
Show resolved
Hide resolved
…review Co-authored-by: Dario <105294544+Dario-DC@users.noreply.github.com>
Dario-DC
left a comment
There was a problem hiding this comment.
Hi @sebacodes. Congrats on your first pull request (PR)! 🎉
Thank you for your contribution to the page! 👍
We are happy to accept these changes and look forward to future contributions. 📝
Thank @Dario-DC and team, for the opportunity, patience and help. |
majestic-owl448
left a comment
There was a problem hiding this comment.
LGTM
the PR is in automerge, but is blocked by unresolved conversations, help find unresolved conversations and resolve them to allow the PR to merge
…mp#62735) Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com> Co-authored-by: Leonhard Gulewitsch <leonhard@gulewitsch.com> Co-authored-by: l3onhard <l3onhard@users.noreply.github.com> Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com> Co-authored-by: Anna <a.rcottrill521@gmail.com> Co-authored-by: Dario <105294544+Dario-DC@users.noreply.github.com> Co-authored-by: John Doe <johnDoe123@email.com> Co-authored-by: Ilenia M <nethleen@gmail.com> Co-authored-by: Jeevankumar S <110320697+Jeevankumar-s@users.noreply.github.com> Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>

Checklist:
mainbranch of freeCodeCamp.Closes freeCodeCamp/CurriculumExpansion#775