This commit fixes the `capture` console.log, with an alternate logic
to resolve the objects with correct scope.
Refer the PR FreeCodeCamp/FreeCodeCamp#6681 discussion for details.
Tested locally.
Updated fix to resolve broken CI
Our pretty bar changes visual state of the filtered elements, clears with the X, restores hidden elements when deleting characters. Etc.
For the future: if a chapterBlock is collapsed but has results, expand it. No?
Also, hopefully getting fontawesome to the latest version... Regardless of that, this is a great opportunity for a legendary 404.
Expansion of containers achieved
Still working on collapsing them back when search terms change.
If users had just pressed "collapse all" before the search, they should remain thus afterwards.
The UX focus here is not to change the users' expected behaviour and final result.
Future: updating font awesome.
Working on a legendary "not found" image to make FCC join the internet hall of fame.
(btw, where would I keep that file in the server?)
- Change example quote to valid JavaScript
- Add example of what you will get if you print said example quote
- Place emphasis on "if" in the instructions so that it'll hopefully be clear
you do not actually need to print it
This commit adds additional test case to the Roman Numeral challenge.
It was possible to pass the tests with incorrect code, as seen in the
issue discussion.
Tested locally.
closes#6616
This commit changes the text of the label from "View my solution" to
"View solution".
As disscussed in the issue, campers visiting profile pages of others,
saw "View my solution" and found this confusing.
Removing the "my" from the text makes it generic, to either user's own
page or other's pages.
Tested locally.
This commit fixes the test case with change to assert in one case,
and change to the test case message in another case.
I intentionally, changed the assert for one case and message for other
Tested locally.
Addressing the changes discussed over skype to fix#6564, and an incoming issue with #6584 in which the absence of the button will create awkward empty spaces.
Took that chance to improve the spacing even further —vertical real state.
----
bonus: changed the colour for the navbar hover status (brown -> darkgreen)