Commit Graph

953 Commits

Author SHA1 Message Date
Berkeley Martinez
76c75b8e48 Merge pull request #6333 from LenaBarinova/fix/streak-seems-broken-because-of-timezone
Fixed streak and completion dates to be showed using users timezone
2016-01-30 11:47:38 -08:00
Berkeley Martinez
ab2a4d8f6f [HOTFIX] remove twit
twit is not depending on it's dependencies.
2016-01-30 10:53:52 -08:00
Quincy Larson
93dfc42e04 Merge pull request #6403 from hallaathrad/change/center-map-layout
Centre map layout, colour enhancement for UX
2016-01-28 17:06:47 -08:00
Quincy Larson
64efbd36a2 Merge pull request #6548 from hallaathrad/change/about-page
Change space in population table
2016-01-28 17:04:59 -08:00
Rex Schrader
5ea9eb2d9e Merge pull request #6348 from bugron/feature/last-signin-method
Highlight last signin method's button
2016-01-28 13:47:27 -08:00
Arsen Melikyan
48755d0429 Highlight last signin method's button 2016-01-28 22:50:24 +04:00
Hallaathrad
49ccd81654 Change space in population table
From a <table> inside a single <h2> and spacing based on html encoded stuff, to an <ul> with light css styling.

-----
More cleanup changes for the rest of the page to come in next PR.
2016-01-28 12:51:23 -05:00
Hallaathrad
253b3a55bd Fix map's layout
Centering in screen, responsive and indented.

Adittional styling to enhance visual hyerarchies, and then some UX colour-loving care to ease use on the sidebar+menu.
2016-01-28 09:49:30 -05:00
Quincy Larson
88795410d0 fix landing page typo and simplify CTA button copy 2016-01-27 23:11:25 -08:00
JelenaBarinova
2df86ceb91 Not signed user case fixed 2016-01-27 22:14:19 -08:00
Berkeley Martinez
446110fc17 Cleanup bad commit files 2016-01-27 12:29:49 -08:00
JelenaBarinova
57e5c98a48 LastUpdated updated to be displayed same as completeDate 2016-01-26 15:11:33 -08:00
JelenaBarinova
29f93df1bb Getting users timezone on client side and passing it to server side within POST (on challenge complete), showing users stats with users timezone
After CR
2016-01-26 15:09:47 -08:00
Berkeley Martinez
6b6232fb3e Block certs from cheaters 2016-01-24 15:48:00 -08:00
Berkeley Martinez
8a0341a7ac Fix zipline/basejump completed endpoint
This PR refactors and normalizes the endpoint and the ajax request.
Some weird bug keeps popping up on the server, but keymetrics has
decided to take a crap and not actually report back with the error
I don't know what exactly is causing it.

Normally I don't like fixing something I can't see, but I'm getting
a constant flood of emails because of some obscure bug here.

We removed the `completedWith` functionality a while back so that
was removed from this endpoint and the ajax call.

To test, verify that you can complete both a zipline/basejump.

Also show last updated date since it is possible a user might want
to update links
2016-01-23 20:34:49 -08:00
Hallaathrad
76bee1edec Fix Navbar elements
Noticed there was a div instead of li, and then repaired the css to make it fit the same way it was as a div.

(plus a bit of gridlike alignment to the right)
2016-01-21 18:20:42 -05:00
Arsen Melikyan
d67566b3ab Add the filter button and fix superblock's position 2016-01-21 12:06:46 +04:00
Rex Schrader
8650f366dd Merge pull request #6354 from FreeCodeCamp/fix/remove-map-heading
Several improvements to map
2016-01-20 19:00:12 -08:00
Quincy Larson
18ac99f8f3 make map header fixed to top of page again 2016-01-21 10:28:28 +08:00
Quincy Larson
c94609de04 make map carets clickable, add full stack and interview prep sections 2016-01-21 10:03:26 +08:00
Logan Tegman
6d176005b8 Change babel/register to babel-register 2016-01-20 09:03:58 -08:00
Quincy Larson
b971abcebf Merge pull request #6293 from SaintPeter/fix/new-challenge-color
Change New and Coming Soon to text-info (Blue)
2016-01-20 17:24:37 +08:00
greenkeeperio-bot
4e345e0d12 chore(package): update helmet to version 1.1.0
http://greenkeeper.io/
2016-01-19 15:22:14 -08:00
Berkeley Martinez
49987c57e8 Merge pull request #5941 from FreeCodeCamp/fix/update-babel-to-6.0
Update babel to 6.0
2016-01-19 13:02:25 -08:00
Berkeley Martinez
51056fa4db Add last updated to profile algos/challenges 2016-01-19 00:02:21 -08:00
SaintPeter
fdb2e6d20a Change New and Coming Soon to text-info 2016-01-18 17:52:51 -08:00
Rex Schrader
a13178ad42 Merge pull request #6292 from FreeCodeCamp/fix/remove-old-terms
Fix show profile page challenge filtering to use challengeType
2016-01-18 17:42:56 -08:00
Berkeley Martinez
e3ec56ef40 Fix show profile page challenge filtering to use challengeType 2016-01-18 17:33:06 -08:00
Arsen Melikyan
092db019e6 Revert recent feature and fix it 2016-01-19 03:21:00 +04:00
Derek Keith
494243786b Make map header area fixed with flex layout and overflow scroll.
This commit makes the map header with the collapse button fixed by using
flex and overflow. This commit implements the behavior on both the aside
and map (mobile) page.

closes #6276
2016-01-18 12:12:54 -07:00
Arsen Melikyan
db57fd405f Add 'copy to clipboard' buttons for easy challenge link and code copying 2016-01-18 11:20:21 +04:00
Eric Leung
0979806d93 Remove preceding space to section headings in map 2016-01-17 21:21:01 -08:00
SaintPeter
333a45ed0f Fix HTML Display 2016-01-17 10:53:14 -08:00
Rex Schrader
62c8b59fd7 Merge pull request #6250 from bugron/fix/incorrect-redirection
Fixes incorrect redirection to map-aside
2016-01-17 09:55:33 -08:00
Arsen Melikyan
a5bde55f6e Fixes incorrect redirection to map-aside 2016-01-17 13:28:03 +04:00
Arsen Melikyan
647621cadd Restores changes overwritten by the redesign 2016-01-17 10:04:08 +04:00
Arsen Melikyan
2e5a1937f3 Fix map list icon not toggling and Expand all button issues 2016-01-16 18:32:06 +04:00
Quincy Larson
57f7e04f44 start working on accordion caret animation 2016-01-16 01:21:05 -08:00
Quincy Larson
1d23f855a2 make look of camper news submission flow more consistent 2016-01-16 01:10:06 -08:00
Quincy Larson
cb972cacc8 Get the expand all / collapse all view working on the map 2016-01-16 01:03:22 -08:00
Quincy Larson
2f992e3df9 improve accordion. It is not done but way better than before 2016-01-15 20:05:34 -08:00
Quincy Larson
932a0a975b improve the challenge accordion 2016-01-15 18:00:13 -08:00
Quincy Larson
e02000bddd start adding accordion map 2016-01-15 17:19:39 -08:00
Berkeley Martinez
12b2be9db8 Remove old terminology 2016-01-15 06:08:54 -08:00
Berkeley Martinez
48167fe6e9 Fix profiles not visible to others 2016-01-15 05:42:37 -08:00
Quincy Larson
35b460b00a fix jade error and spacing issue on step challenges 2016-01-15 05:21:39 -08:00
Berkeley Martinez
d7cba7c449 Fix rebase bugs 2016-01-15 05:04:44 -08:00
Quincy Larson
564d8c620f fix style issues throughout app 2016-01-15 04:52:47 -08:00
Quincy Larson
c0a87a8fcf implement @bugron's UI suggestions 2016-01-15 04:51:11 -08:00
Quincy Larson
9f67cb8736 improve onboarding challenges 2016-01-15 04:51:11 -08:00