-
benmcmahon100 committed
-
Merge remote-tracking branch 'remotes/origin/staging' into localized-…
benmcmahon100 committed…desc-and-name
-
Merge pull request #6667 from QuincyLarson/fix/small-map-button
hallaathrad committedfix map button size
-
QuincyLarson committed
-
Merge pull request #6562 from SaintPeter/fix/restore-es-translations
QuincyLarson committedRestore Prior Spanish Translations to basic-javascript.json
-
Merge pull request #6658 from raisedadead/fix/using-objects-for-lookups
SaintPeter committedAdd Instructions Clarification to Using Objects for Lookups
-
Merge pull request #6649 from hallaathrad/fix/map-display-issues
SaintPeter committedChapters fade when all its challenges are completed
-
Merge pull request #6619 from sahat/fix/navbar-dropdown
hallaathrad committedNav dropdown responsive fixes.
-
Chapters fading when all its challenges are completed
hallaathrad committedAlso, removing the decoration after click.
-
ltegman committed
-
Add Instructions Clarification to Using Objects for Lookups
raisedadead committedThis commit adds clarification to the Instructions. Tested locally.
-
Merge pull request #6638 from BKinahan/fix/typo-basic-javascript-json
AkiraLaine committedChanged 'will gives' to 'will give'
-
Changed 'will gives' to 'will give'
BKinahan committedCorrected typo for challenge Generate Random Whole Numbers with Javascript, 'will gives' to 'will give'.
-
Merge pull request #6320 from bugron/fix/tooltip-shiftkey
BerkeleyTrue committedTemporarily remove the 'popup' feature
-
Merge pull request #6430 from FreeCodeCamp/feature/add-exception-emai…
QuincyLarson committed…ling Add emailing on server exceptions
-
Merge pull request #6550 from QuincyLarson/fix/sample-watermark-certs
BerkeleyTrue committedupdate sample certificate images and fix a couple other onboarding as…
-
Merge pull request #6631 from SaintPeter/feature/map-live-filter
QuincyLarson committedMap - Live Filter Search Feature
-
Merge pull request #6600 from raisedadead/fix/change-label-to-view-so…
QuincyLarson committed…lution Change the label text from "View my solution" to "View solution"
-
Merge pull request #6630 from FreeCodeCamp/fix/is-cheater
SaintPeter committedFix isCheater/isLocked not blocking certs
-
Filter functions almost ready.
hallaathrad committed with SaintPeterOur 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?)
-
Merge pull request #6601 from SaintPeter/feature/challenge-checksum
BerkeleyTrue committedAdd Checksum to Challenges for Google Analytics
-
Add Live Filter to Map - partial
SaintPeter committed -
Merge pull request #6592 from SaintPeter/fix/remove-filter-adjust-spa…
SaintPeter committed…cing Fix/Remove Filter and Adjust Map Spacing and Coloring
-
QuincyLarson committed with SaintPeter
-
Merge pull request #6622 from erictleung/fix/clarify-escape-literal-q…
SaintPeter committed…uote-instructions Clarify escape literal quotes instructions
-
Clarify escape literal quotes instructions
erictleung committed- 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
-
Merge pull request #6621 from raisedadead/fix/roman-numerals-add-test…
AkiraLaine committed…-case Add additional test cases to Roman Numeral
-
Add additional test cases to Roman Numeral
raisedadead committedThis 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