Commit Graph

405 Commits (40be7fc0248f599a6c5bfcae3e7217edb2e1136d)

Author SHA1 Message Date
Mrugesh Mohapatra caa49aea20
Refactor Email Update URL Change 2016-05-03 10:59:52 +05:30
Mrugesh Mohapatra 3d55b9bb8b
Add Update Email View
This commit:

- Displays the user's email that we have on records
- Adds a button in the settings to update email
- Adds a form view to update the email
- Fixes CSS for the Email icons and the email form
                         ~ Credits to @hallaathrad

- Linting fixes and updated with Berkeley's Comments

- Streamline checks and fix scope

- Add AJAX Calls

- Add flash messages

- Update the views & add XHR value
2016-05-02 18:33:37 +00:00
Mrugesh Mohapatra 91d1cb528b Merge pull request #8241 from ttymed/feature/codemirror-focus-hotkey
added keybindings for focus on codemirror through Mousetrap
2016-04-24 03:07:25 +05:30
bteng22 11dcd74f64 adding newline before appending tail to combinedCode to prevent tail from being cut off by trailing comments in code editor
setting initialValue of reduce to newline for arrayToNewLineString to prevent cutting off code if trailing comments in json
2016-04-23 14:05:49 -07:00
ttymed 55ef14b9a6 added keybindings for focus on codemirror through Mousetrap 2016-04-23 07:16:59 +08:00
Quincy Larson be27deaa4c Merge pull request #8124 from BerkeleyTrue/feature/re-add-announcement
(Re)add announcement/flyer
2016-04-20 14:48:05 -07:00
Rahul Jain e32e0ecdbc made search in the map more fuzzy 2016-04-18 22:51:18 +05:30
George Stepanek d00e3628af Fix the navbar links so control-clicking opens them in a new tab 2016-04-16 10:42:25 +12:00
Berkeley Martinez 02eb6cad6c Refactor announcement feature 2016-04-14 20:06:42 -07:00
Berkeley Martinez c9fdb581ce Revert "Announcement feature" 2016-04-14 18:13:58 -07:00
benmcmahon100 07c8422ee7 Made the message comparison more strict 2016-04-13 23:34:38 +01:00
Quincy Larson bc8a6c92bf Fix broken lint tests 2016-04-13 23:10:38 +01:00
benmcmahon100 d53a2eec86 BillBoard now Flyer. Changes to API and view logic
Fix to replace of null error. Changed Flyer to flyer
2016-04-13 23:10:34 +01:00
benmcmahon100 2b2b359514 Bill board feature up and running 2016-04-13 22:58:58 +01:00
benmcmahon100 a27c5ccdd2 Ground work for the bill board announcement feature 2016-04-13 22:58:57 +01:00
Hallaathrad f88f5dd5d4 revisioning 2016-04-12 10:34:24 -04:00
Quincy Larson 95ce24677d Merge pull request #8002 from FreeCodeCamp/fix/react-body-css
Fix react/night mode css
2016-04-08 19:34:43 -07:00
Berkeley Martinez bfafd19835 Fix react/night mode css 2016-04-08 17:27:13 -07:00
Hallaathrad df175eb8d0 Fix for drawer's invisible buttons 2016-04-08 19:38:13 -04:00
Justin Richardsson 5fdc961587 Night Mode + CSS Additions (#7929)
* Night Mode and More Hotkeys

* Nightmode CSS adjustments

* Removed Redundant Line

* Wrapped JSON.parse statements in a try catch block
2016-04-08 15:13:41 -07:00
Quincy Larson a2466d77b3 fix button colors from issue #7903 2016-04-04 22:03:18 -07:00
Panayiotis Lipiridis 7c27952ff6 Updated Bootstrap Social
..and remove plus from Google sign in icon
2016-04-04 22:36:35 +02:00
Nick b049d252ef FIX - Remove trailing spaces 2016-04-02 23:52:52 -04:00
Hallaathrad ab6e3feb78 Input resets 2016-03-20 20:30:51 -04:00
benmcmahon100 a65742ad45 Fix wiki's SSL issue
fix wiki view

Fix to the same issue that was effecting the aside wiki
2016-03-17 18:14:26 +00:00
Hallaathrad bcfe8b99a7 Fix map overlapping issues 2016-03-16 23:13:08 -04:00
Quincy Larson d47aed4850 factor out settings page with email settings 2016-03-14 23:59:24 -07:00
Hallaathrad 1efdfab0b9 Change margin and width for nested elements in map 2016-03-12 13:51:37 -05:00
Rommel Sunga d2af0c6a03 Fixed DOMContainer typo. 2016-03-11 10:25:59 -08:00
shl_kfy 1dee10a55c change color of labs 2016-03-08 16:38:12 +00:00
Hallaathrad 6f267483f8 Fix for map's block overlapping
Removed unnecessary offending `height:100%` from the JS on collapse/expand.
2016-03-05 20:04:02 -05:00
Berkeley Martinez 2df87854c4 Fix unknown hike redirect to map 2016-03-03 17:53:33 -08:00
Berkeley Martinez 74592e72b4 Update eslint, fix lint issues 2016-03-03 17:53:33 -08:00
Berkeley Martinez c50510db71 Update history/react-router 2016-03-03 17:53:33 -08:00
Berkeley Martinez a2a988764c Fix job creation 2016-03-03 17:53:33 -08:00
Berkeley Martinez 056d749ddd Wrap up flux actions 2016-03-03 17:53:33 -08:00
Berkeley Martinez c4ba7ac46a Fix document title syncing 2016-03-03 17:53:33 -08:00
Berkeley Martinez 8ef3fdb6a0 Initial move to redux 2016-03-03 17:53:33 -08:00
Hallaathrad dabcebd91c scrolling issues be gone 2016-03-03 19:00:47 -05:00
chrisroselli 2cc11a1efa Header visual adjustments
Spaces should be equal on both sides of the navbar
2016-03-01 23:01:41 -05:00
Eric Leung 49110b610b Lowercase console.log in output box 2016-02-25 22:11:38 -08:00
Quincy Larson 2f613ec216 shorten nonprofit testimonials 2016-02-22 15:30:08 -08:00
Quincy Larson f5260f7c21 add testimonial to nonprofit landing page 2016-02-19 17:09:35 -08:00
Justin Richardsson 262566bab4 Merge pull request #6979 from QuincyLarson/fix/update-about
Add academic honesty page and improve about view
2016-02-13 22:25:42 -05:00
Hallaathrad cc2aa67bec Lint pass 2016-02-13 21:26:59 -05:00
Jami Gibbs a8700f9cdb Fixes blank white wiki sidebar and scrolling 2016-02-13 17:19:16 -06:00
Hallaathrad 3086252d03 Fix for bouncing sidecar's gap 2016-02-12 22:41:58 -05:00
SaintPeter a97b3fce8a Fix issue with duplicate submits 2016-02-12 19:20:35 -08:00
Justin Richardsson d3ca16d4ec Merge pull request #6908 from jamigibbs/fix/sidebar-scroll-ios
Fixes sidebar scrolling behaviour on iOS.
2016-02-12 20:58:49 -05:00
Quincy Larson aaaf327992 Merge pull request #6879 from FreeCodeCamp/feature/wiki-sidebar
Add Wiki Sidebar, Use Gatsby Generated Wiki
2016-02-11 20:01:01 -08:00