Commit Graph

216 Commits

Author SHA1 Message Date
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
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
Mrugesh Mohapatra
0124e7556d fix: removed all guide bits from gatsby 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
Oliver Eyton-Williams
04382bc475 fix: prettify css 2019-07-19 15:30:17 +05:30
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
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
01ddc7c9a2 chore(client): update react-testing-library 2019-06-12 02:49:28 +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
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
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
Valeriy
77e7121028 fix(client): pass correct props to Camper component 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
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
Oliver Eyton-Williams
1e1cbdfe06 fix(client): Remove redundant prop and allow navigationMenu to be und… (#36134) 2019-05-26 22:28:40 +03:00
Oliver Eyton-Williams
17e112d25e fix(client): make top navigation menu replaceable (#35943)
* fix(client): Stop using react-responsive and use media queries to display menu

* Change guide to show menu

* DRYed out a bit

* Restore main, top-right nav to guide

* fix: Separate guide and top menu state

* Update client/src/components/Header/index.js

Co-Authored-By: Valeriy <ValeraS@users.noreply.github.com>

* Update client/src/components/Header/index.js

Co-Authored-By: Valeriy <ValeraS@users.noreply.github.com>

* Update client/src/components/Header/index.js

Co-Authored-By: Valeriy <ValeraS@users.noreply.github.com>

* Update client/src/components/Header/index.js

Co-Authored-By: Valeriy <ValeraS@users.noreply.github.com>

* fix: Refactor menu button and links

* feat(client): make top navigation menu replaceable

* fix: Refactor nav menu logic out of Header

* fix(client): use default nav menu in header and use landingPage props instead of disableSettings
2019-05-26 20:36:23 +03:00
Mrugesh Mohapatra
033606ec8d fix(donate): add a space in donate text 2019-05-07 22:56:21 +03:00
Oliver Eyton-Williams
d4df02c7e2 fix: Sync blockquote, code and pre's color in night mode 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williams
0e24bffe22 fix: Make code blocks look more conventional 2019-05-07 10:43:43 -07:00
Randell Dawson
be2c37491f fix: use triple backticks around code 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williams
a24ecfbd85 fix(client): use picture and source to display correct logo (#35939) 2019-05-05 22:44:46 +03:00
Mrugesh Mohapatra
cbaea46504 fix: rollback gatsby-remark-prismjs & more updates 2019-05-02 01:01:00 -07:00