Oliver Eyton-Williams
6a2974e55e
fix: Refactor challenge mounting and updating
...
componentDidMount and componentDidUpdate share a lot of code. This just
DRYs them out.
2019-07-19 13:32:41 +05:30
Oliver Eyton-Williams
a8c86f6168
fix: Init test output on backend challenges
...
Makes sure the test output console is initialized on backend as well as
classic challenges. Previously it was tied to SidePanel which was not
always present.
2019-07-19 13:32:41 +05:30
Tom
8757deb56c
feat(client): add prev next btns to lessons ( #35485 )
...
* feat/add-prev-next-btns-to-lessons
redirect to learn instead of home
* fix/button-css-properties
* fix/change-buttons-to-suggested
* fix/add-tests+change-button-to-link
Co-authored-by: ojeytonwilliams ojeytonwilliams@gmail.com
* Revert "fix/add-tests+change-button-to-link"
This reverts commit ae26504d1d .
* fix/add-tests+change-button-to-link
Co-authored-by: ojeytonwilliams <ojeytonwilliams@gmail.com >
2019-07-18 15:16:00 +05:30
Aman Aggarwal
9cc82ae521
Update index.md ( #36458 )
2019-07-15 15:36:45 +01:00
Mrugesh Mohapatra
063ca6d82c
fix: use a mordern outline
2019-06-19 21:17:43 +05:30
Oliver Eyton-Williams
04512695a9
feat(client): Highlight footer links on hover
2019-06-19 21:17:42 +05:30
Valeriy
fbb8311af7
fix(client):format url values on form submit
2019-06-19 20:08:57 +05:30
Oliver Eyton-Williams
c99366fa71
fix(client): Store backend form value on submit
2019-06-19 20:08:57 +05:30
Mrugesh Mohapatra
0ffca02ec1
fix: remove medium links and rss feeds
2019-06-16 00:23:41 +05:30
Mrugesh Mohapatra
1d4ae06541
fix(search): tweak and center align landing
2019-06-16 00:23:41 +05:30
Oliver Eyton-Williams
2d780f257c
fix(client): Remove horizontal scrollbar from donation page ( #36167 )
2019-06-12 03:15:40 +05:30
ValeraS
84c46750e8
feat(client): use url query param on search page
2019-06-12 02:56:57 +05:30
ValeraS
08403ca561
chore(client): update redux-saga
2019-06-12 02:49:29 +05:30
ValeraS
01ddc7c9a2
chore(client): update react-testing-library
2019-06-12 02:49:28 +05:30
Valeriy
839e81426e
feat(client): show and execute backend project tests ( #35673 )
2019-06-11 21:16:36 +05:30
Valeriy S
672184d0c3
fix(client): learn layout on mobile
2019-06-11 20:28:51 +05:30
Valeriy S
6b46736801
fix(client): footer should stick to the bottom
2019-06-11 20:28:51 +05:30
Valeriy
dd20e61d00
fix(client): 404 page displays incorrectly
2019-06-11 20:28:51 +05:30
Tom
397ff21390
fix(client): add tooltip for calendar-heatmap ( #36008 )
2019-06-11 16:43:46 +03:00
Mrugesh Mohapatra
0d82d0a763
fix: center align cert name in settings
2019-06-11 16:44:14 +05:30
Ahmad Abdolsaheb
38b8132d1a
fix: make full stack claimable
2019-06-11 16:19:35 +05:30
Ahmad Abdolsaheb
57a0930e88
fix: add full stack cert section UI
2019-06-11 16:19:34 +05:30
Ahmad Abdolsaheb
08e968079c
fix: hide legacy full stack cert on portfolio
2019-06-11 16:19:34 +05:30
Ahmad Abdolsaheb
3f13310a78
fix: add unit tests for legacy cert in settings
2019-06-11 16:19:33 +05:30
Ahmad Abdolsaheb
c359662f85
fix: remove logs
2019-06-11 16:19:33 +05:30
Ahmad Abdolsaheb
bc099d4971
fix: add cert claim logic for legacy cert
2019-06-11 16:19:32 +05:30
Ahmad Abdolsaheb
c2ffd6471b
fix: add redux wiring for legacy certs
2019-06-11 16:19:31 +05:30
Ahmad Abdolsaheb
e8931ae1cb
made data consumable by api
2019-06-11 16:19:31 +05:30
Ahmad Abdolsaheb
4558caf328
fix: make legacy certification saga call api and update db
2019-06-11 16:19:30 +05:30
Ahmad Abdolsaheb
68854db61e
added selectors and template saga for updating legacy certificates
2019-06-11 16:19:30 +05:30
Ahmad Abdolsaheb
3fc42b1ea8
fix: add url validation for form
2019-06-11 16:19:29 +05:30
Ahmad Abdolsaheb
a45a61fb47
fix: funcitonal certification button added
2019-06-11 16:19:29 +05:30
Ahmad Abdolsaheb
17a2bae5b9
fix: add initialValues to the form
2019-06-11 16:19:28 +05:30
Ahmad Abdolsaheb
abf8f2777c
fix: display legacy cert section
2019-06-11 16:19:27 +05:30
Ahmad Abdolsaheb
b8ec30471d
fix: add legacy project map
2019-06-11 16:19:27 +05:30
Valeriy
577caf6f2a
chore(client): load bootstrap locally ( #36262 )
2019-06-10 22:56:39 +05:30
Valeriy
77e7121028
fix(client): pass correct props to Camper component
2019-06-09 16:07:02 +05:30
Valeriy
6085fbe4ca
fix(client): show profile immediately for the current user
2019-06-09 16:07:02 +05:30
Charles Morgan
08e9c650d9
fix(client): combine donate & donate-other pages into a single page ( #36137 )
2019-06-09 06:28:16 +05:30
lionel-rowe
b6a68d8bdf
fix: swap out raw HTML syntax for semantic/idiomatic markdown ( #35917 )
...
Per this: https://www.freecodecamp.org/forum/t/forum-suggestion-unformatted-code-warning/134857/24
`<code>` tags are not the semantically/idiomatically correct way to format code on Discourse. For example, `<code><span></span></code>` renders as that exact HTML, when the intention was almost certainly to render `<code><span></span></code>` instead.
2019-06-09 05:41:40 +05:30
Oliver Eyton-Williams
60dd7ca703
fix: Change test output formatting from code to html ( #35857 )
2019-06-09 05:28:10 +05:30
Hemakshi Sachdev
b1956a7ba1
fix: flash modals stack up and are not visible until scrolled to top ( #35808 )
...
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
2019-06-09 05:25:54 +05:30
Valeriy
3552fd392a
fix: make search working
2019-06-08 03:16:28 +05:30
Bouncey
ecfc6c23a6
fix: Rename search bar component
2019-06-08 03:16:28 +05:30
mrugesh mohapatra
e889b599fb
Add rel attr to search hits
...
Co-Authored-By: Bouncey <staylor1012@gmail.com >
2019-06-08 03:16:28 +05:30
Bouncey
9186806f8e
fix: Update search styles
2019-06-08 03:16:28 +05:30
Bouncey
cf4cbe4d3e
fix: Clear search query on unmount
2019-06-08 03:16:28 +05:30
Bouncey
a11e669b8a
feat: Port search from 'search-assets'
2019-06-08 03:16:28 +05:30
Steven Failla
43a4fa8cb0
fix(client): reset test results before execution ( #36029 )
...
* fixed issue where tests should fail when code has error
Signed-off-by: Stevo99 <Sfailla1983@gmail.com >
* fix(client): Initialize tests as failing in case of build errors
* fix: Reset tests to initial state when build fails
* fix: simplify expression
2019-05-27 00:00:12 +03:00
Oliver Eyton-Williams
1e1cbdfe06
fix(client): Remove redundant prop and allow navigationMenu to be und… ( #36134 )
2019-05-26 22:28:40 +03:00