Commit Graph

178 Commits (d3f8757e92993ca18e51ca32600464398ea278ae)

Author SHA1 Message Date
Adegbuyi Ademola f1a1166173 fix(Nav): Avatar should light up brownie #10581 2016-09-24 18:07:13 +01:00
Mrugesh Mohapatra 2403492cee fix(night-mode): Add CSS to the map aside 2016-08-07 00:15:45 +05:30
Mrugesh Mohapatra 3d8ec49520 Fix(css): react-layout and editor area 2016-08-02 10:38:01 +05:30
Berkeley Martinez 1314f23ca7 Fix(map): (super)block should have a pointer
closes #9948
2016-07-29 16:21:12 -07:00
Berkeley Martinez ff13fc4835 Fix(layout): use specific body css tag for react 2016-07-28 23:41:23 -07:00
Berkeley Martinez efcfaf0391 Feature(chat): Add help chat logic 2016-07-28 23:40:01 -07:00
Berkeley Martinez 8e3c092029 Feature(toast): Move from react-toastr to react-notifications 2016-07-28 23:40:01 -07:00
Berkeley Martinez 627c92c72f Fix(challenges): make challenge height auto
closes #9347
2016-07-28 23:40:01 -07:00
Berkeley Martinez 6ce3f039d2 Fix(map): Fix map drawer responsiveness
close #9348
2016-07-28 23:40:01 -07:00
Berkeley Martinez 4fb70a4d9c Fix(css): move iphone image down a scooch
closes #9339
2016-07-28 23:40:01 -07:00
Berkeley Martinez 566ad4fd24 Fix(map): structure to work with new drawer 2016-07-28 23:40:01 -07:00
Berkeley Martinez 8a901846ec fix(drawer): enable scroll on map drawer 2016-07-28 23:40:01 -07:00
Berkeley Martinez e1e6997bf4 Feature(map): change caret when open 2016-07-28 23:40:01 -07:00
Berkeley Martinez a78a18b17c Fix(map): disable map transition animation
Fix(map): block/challenge vertical alignment
2016-07-28 23:40:01 -07:00
Berkeley Martinez 91dc3625d9 Remove step pointer events block
unminify animate.css
2016-07-28 23:39:17 -07:00
Berkeley Martinez 8169e9e785 Add map drawer
This commit break map css. Will need to refactor how the map renders
2016-07-28 23:39:17 -07:00
Berkeley Martinez acac4b3286 Add dynamic tests 2016-07-28 23:39:17 -07:00
Berkeley Martinez c150ad2c34 Add filter clearing logic 2016-07-28 23:39:17 -07:00
Berkeley Martinez b9dfc254f4 Add logic to filter input field
Add correct css to input field addon icon
2016-07-28 23:39:17 -07:00
Berkeley Martinez c909cd032e Add React Map 2016-07-28 23:39:17 -07:00
Berkeley Martinez c7af14bcf7 Initial step challenge ui with state changes 2016-07-28 23:39:17 -07:00
Berkeley Martinez 09ea99e561 Add react challenge view with editor 2016-07-28 23:39:17 -07:00
Quincy Larson fbfff58f6b update views and CSS to reflect feedback from @berkeleytrue and @raisedadead 2016-07-28 12:10:31 -07:00
Quincy Larson f28e4a95f7 add route to nonprofit resources list 2016-07-28 00:12:32 -07:00
dhcodes 70769d56a5 remove Wiki sidebar HTML, LESS, JS
remove Wiki sidebar
2016-07-21 09:59:32 -05:00
Berkeley Martinez 3c1e08f894 Revert "Feature/Popover Definitions" 2016-07-16 21:35:28 -07:00
That Guy ece31687fa Merge pull request #8917 from Bouncey/Feature/Popover-Def-HTML-CSS
Feature/Popover Definitions
2016-07-17 01:29:42 +01:00
trion129 e392b37add Rebased the branch 2016-07-02 10:57:37 +05:30
Jonathan 8f77faedb5 Merge pull request #9205 from dlwebdev/fix/mobile-map-header
Improved mobile layouts to map page
2016-06-23 18:10:23 +01:00
Daniel L. Weber b2f9c9f47c Improved mobile layouts to map page
Made adjustments to accomodate iphone

Made buttons responsive instead of hard coded widths

Ajusted media query widths

Changed order of buttons so input is on left

Added padding before collapse button when that row is collapsed

Map aside styled as originally was
2016-06-23 11:49:19 -04:00
Jonathan ecd1f628e2 Added Bio from GitHub to freecodecamp portfolios
- Removed unneeded code
2016-06-18 19:07:57 +01:00
Berkeley Martinez e6f29ecc9c Feature/Popover Definitions 2016-06-17 23:53:44 +01:00
Jonathan 9549f572ae Merge pull request #8834 from prideloki/fix/css-for-pledge-cancelling-button
Fix CSS for Pledge cancelling("Maybe later") button
2016-05-31 00:20:14 +01:00
Thanakom Sangnetra 9fe18ba4e1 update client/less/main.less
- add btn-default hover background color
2016-05-28 16:26:48 +07:00
Jonathan d9f48e81e3 Added fixed header to wiki aside
* Added title
2016-05-27 17:03:07 +01:00
Quincy Larson e1f2d619fb Merge pull request #8690 from theflametrooper/fix/campernews
Removed Camper News completely
2016-05-18 22:59:53 -07:00
Jonathan 62946689dc
Removed Camper News completely 2016-05-17 18:31:40 +01:00
Berkeley Martinez e72ad8c513 fix(ui): Fix flash shown to user on page refresh
Store user theme preference on user object.
Must be logged in to use themes
2016-05-12 18:52:03 -07:00
Berkeley Martinez a484dd340a Merge pull request #8532 from cashhh/fix/flashMessages
Update map.less to fix flash messages
2016-05-09 16:22:29 -07:00
James L 4eb85b2f38 Removed postion property from mapWrapper which was causing issues on small screens. 2016-05-09 17:32:58 +01:00
Nick eb1705d540 Update map.less to fix flash messages
Flash messages should be centered now instead of being offset
2016-05-08 22:57:09 -04:00
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
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