mrugesh
fa0e198ef9
fix: update lerna npm audit commands ( #36700 )
...
* fix: update the audit commands
* chore: update all dependencies
* chore: remove concurrency limit from commands
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: add no-bail to commands
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2019-08-28 23:06:23 +05:30
mrugesh
a53a4ac303
fix(client): forum help and hints ( #36625 )
...
* fix(client): add warning on exceeding forum post length limit
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
* fix: corrected guide url for backend challenges and projects
* fix: moved getGuideUrl to utils
* fix: added forumTopicId to ChallengeNode PropTypes
* fix: conolidated helpers and add base url to env.json
* fix: made use template literals
* tests: created unit tests for getGuideUrl
* fix: add characters which will be encoded
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: use encoded version of title
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: encode title
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2019-08-28 21:55:56 +05:30
Kristofer Koishigawa
a03602a1d4
fix(search): update search bar index and styling ( #36656 )
...
* Adjust search bar to only show hits for News
* Dropdown links working. Working on basic pagination
* Links to articles and temporarily routing to the News search result page working
* Fix colors for search bar and drop down
* Added Lato 300 font weight. Search bar now looks and works like it does on News.
* feat:update styles
* Update client/src/components/search/searchBar/SearchBar.js
Co-Authored-By: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com >
* Added Lato 300 font weight. Search bar now looks and works like it does on News.
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com >
2019-08-28 12:22:19 +05:30
Tom
8b43105d75
fix(style): info message on a private profile + night mode ( #36697 )
...
* fix(style): private-profile-alert-message
* fix: remove-alert-component
2019-08-28 00:00:51 +05:30
Tom
f03a731c36
fix(style): remove underlines on button text ( #36662 )
...
* fix/remove-link-underlines
* fix(style): remove-underlines-from-buttons
* fix: change class to className
* style/change-class-to-btn-cta
2019-08-27 23:00:35 +05:30
Oliver Eyton-Williams
18bee1bd59
fix: ensure 'night' is set before hydration
2019-08-27 12:45:20 +05:30
Oliver Eyton-Williams
5a38887af1
fix: make night mode default for code blocks
2019-08-27 12:45:20 +05:30
Oliver Eyton-Williams
085e31b9e2
fix: stop wallets overflowing on mobile ( #36688 )
2019-08-27 00:12:55 +05:30
Tom
2e205b04e8
fix(client): heatmap-colors ( #36660 )
...
* fix/heatmap-colors
* fix/simplify-variables
* fix/if-statements+typo
2019-08-26 18:52:39 +05:30
Oliver Eyton-Williams
432e4a40a3
fix: move toggle buttons below labels on mobile
2019-08-26 18:51:28 +05:30
Oliver Eyton-Williams
ab806c1e5d
fix: remove theme settings correctly
2019-08-26 18:51:28 +05:30
Oliver Eyton-Williams
12a2b47b17
fix: bring buttons closer and reduce repetition
2019-08-26 18:51:28 +05:30
Oliver Eyton-Williams
e90eb66529
fix: change toggle style and improve responsiveness
2019-08-26 18:51:28 +05:30
Tom
c6b287b2b3
fix(client): margin-on-project-pages ( #36646 )
2019-08-26 18:21:40 +05:30
Tom
c129715b8d
Fix/donate progress bar color ( #36661 )
...
* fix/donate-progress-bar-color
* fix/colors
2019-08-23 15:46:56 +03:00
Tom
d901d34b69
fix/make=editor-night-mode-by-default ( #36667 )
2019-08-23 15:39:22 +03:00
Lance Rutkin
7a97974099
fix(donate): modal opens at most once per session ( #36632 )
...
* Track if donation modal has opened in a session
* Fix prettier problem
* Create separate action that switches donationRequested
2019-08-22 12:59:13 +05:30
Kristofer Koishigawa
754981b728
fix: Global color vars ( #36653 )
...
* Added colors from the style guide to :root so they're available globally. Also switched out hex codes for named variables in .dark-palette and .light-palette wherever possible.
* feat: add success and danger colors to root
2019-08-21 16:19:21 +03:00
Tom
45765ad03e
fix/margins-on-buttons ( #36649 )
2019-08-21 01:25:51 +03:00
Mrugesh Mohapatra
1348a5a037
fix(profile): update identicon colors
2019-08-20 13:37:11 +05:30
Ahmad Abdolsaheb
31e3d9b27e
feat: commandline chic
2019-08-20 13:37:11 +05:30
mrugesh
10d176178a
fix(client): update profile image urls check ( #36636 )
2019-08-19 22:11:29 +05:30
mrugesh
5f97782eb0
fix: add identicon natively ( #36633 )
2019-08-19 19:17:53 +05:30
Mrugesh Mohapatra
9f40714d0a
fix: remove avatar from nav
2019-08-19 17:06:38 +05:30
Mrugesh Mohapatra
ac50216949
fix: NODE_ENV conflicts on pipelines
2019-08-19 01:37:32 +05:30
Mrugesh Mohapatra
a00f9c5810
fix: update client dependencies
2019-08-18 15:43:25 +05:30
Valeriy S
052769e69f
chore(client): update gatsby
2019-08-17 18:35:21 +05:30
Mrugesh Mohapatra
56d78a1119
fix(server,client): CORS is a real nightmare
2019-08-17 17:01:10 +05:30
mrugesh
91ad464020
Revert "feat: add bootcamp cost calc guide ( #35278 )" ( #36614 )
...
This reverts commit 869f5edfc5 .
2019-08-17 16:31:29 +05:30
Ron Sogueco
869f5edfc5
feat: add bootcamp cost calc guide ( #35278 )
...
* feat: add bootcamp cost calc guide
* feat: use ReactJS portals
* feat: fix eslint errors
* feat: update with change requests
* feat: update package-lock.json
2019-08-16 23:57:36 -05:00
Mrugesh Mohapatra
ae80f96ec3
fix(client): remove service workers
2019-08-14 19:23:27 +05:30
xyozio
657a5e2c16
cleanup: typos and remove commented out code ( #36573 )
2019-08-09 23:57:26 +05:30
Oliver Eyton-Williams
052e30aff3
fix: Report build errors to dev console ( #36540 )
2019-08-07 00:28:16 +05:30
Mrugesh Mohapatra
16551d2ad6
fix: create links to forumTopicIds or search
2019-08-05 22:14:37 +05:30
Mrugesh Mohapatra
65d4cfddea
fix: format css as per prettier
2019-08-02 00:18:21 +05:30
Oliver Eyton-Williams
2999c08b05
fix: Remove text shadow in night mode
2019-08-01 23:57:39 +05:30
Oliver Eyton-Williams
69e232af6f
fix: Add nightmode style and remove operator background.
2019-08-01 23:57:38 +05:30
Oliver Eyton-Williams
38c7fdfb23
feat(client): Add syntax highlighting to challenge instructions
2019-08-01 23:57:37 +05:30
Valeriy
c44891a4a2
fix: search page is populated with relevant results when search bar is submitted
2019-07-30 13:09:18 +09:00
Oliver Eyton-Williams
67d49efd1e
fix: remove redundant helper and guide code from Header
2019-07-26 19:40:46 +05:30
Mrugesh Mohapatra
8ae0044682
fix(footer): remove guide from the footer
2019-07-26 19:40:46 +05:30
Oliver Eyton-Williams
58973be7be
fix: make Gatsby wait for challenges to be sourced
2019-07-26 19:40:46 +05:30
Mrugesh Mohapatra
0124e7556d
fix: removed all guide bits from gatsby
2019-07-26 19:40:46 +05:30
Mrugesh Mohapatra
7bc6367d68
fix: update hints path to forum
2019-07-26 19:40:46 +05:30
mrugesh
ae7b2c2034
fix(client): apply type errors from code review
...
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2019-07-22 17:10:54 +05:30
Mrugesh Mohapatra
298e263f74
chore(client): resolve linting errors in client
2019-07-22 17:10:54 +05:30
Mrugesh Mohapatra
8980528009
chore(client): update dependencies except gatsby
2019-07-22 17:10:54 +05:30
Mrugesh Mohapatra
710995ae74
fix: create lockfiles for audits
2019-07-22 17:10:54 +05:30
Mrugesh Mohapatra
94dcc5e54a
fix: rename challenge md parser to correct casing
2019-07-22 17:10:54 +05:30
Mrugesh Mohapatra
3079d675e0
fix(mathjax): prevent load in offline mode
2019-07-22 17:10:54 +05:30