- 23 Oct, 2015 2 commits
-
-
Ray Schamp authored
Add welcome panel component to homepage
-
Ray Schamp authored
-
- 22 Oct, 2015 8 commits
-
-
Ray Schamp authored
-
Andrew Sliwinski authored
Update: Make entire project "card" a link
-
Ray Schamp authored
Move some of the colors used on the splash page into _colors.scss so they can be reused.
-
carljbowman authored
Wrapped the Tutorial cards in link tags, rather than just the button.
-
Matthew Taylor authored
Override `Slider`'s `arrows` setting by row length
-
Andrew Sliwinski authored
Test the build when we test our build
-
Andrew Sliwinski authored
Add window.Intl polyfill. Resolves GH-96
-
Andrew Sliwinski authored
-
- 21 Oct, 2015 18 commits
-
-
Matthew Taylor authored
If the row length is less than `slidesToShow`, don't show the arrows.
-
Matthew Taylor authored
use ellipsis if text overflows
-
Ray Schamp authored
Organize view methods
-
Matthew Taylor authored
fixes #103 and #113
-
Ray Schamp authored
Proposing this ordering: attributes, lifecycle, getters, handlers, rendering
-
Ray Schamp authored
Fix messages XHR request and prop defaults
-
Ray Schamp authored
Capitalize `ScratchEd`
-
Matthew Taylor authored
Fixes #108
-
Ray Schamp authored
Only display custom rows that exist and have items
-
Ray Schamp authored
-
Ray Schamp authored
Fix GH-97: Grow message bubble with count
-
Matthew Taylor authored
Get project count from api when logged out
-
Matthew Taylor authored
-
Ray Schamp authored
-
Ray Schamp authored
Use webpack --bail to actually return 1 when the build fails
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
-
- 20 Oct, 2015 12 commits
-
-
Ray Schamp authored
Fix registration, fix upgraded react-modal
-
Ray Schamp authored
ht @thisandagain
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Matthew Taylor authored
-
Matthew Taylor authored
Use language dropdown form to change language
-
Ray Schamp authored
Redirect to ban appeal if the user is banned
-
Matthew Taylor authored
xhr was not updating the session/cookie for some reason. So just force state change, and force form submission to change language
-
Ray Schamp authored
The default behavior is for the `/session/` request to be redirected to the ban appeal page. Unfortunately we can't detect this 302 response, as the browser transparently handles it and javascript just sees a 200 response with a weird body. So I've updated scratchr2 to return a special response for banned `/session/` requests.
-
Ray Schamp authored
Use ReactDOM.findDOMNode for login field values
-
Ray Schamp authored
The direct reference didn't work as expected I think because we're nesting the `input` within our own `Input` components.
-