- 25 Oct, 2015 3 commits
-
-
Matthew Taylor authored
* develop: Fix GH-168: Rehabilitate the `Modal` props.style Fix GH-162: Show "user deletion canceled" modal Set empty states on sign out Clean up activity item rendering logic Add some padding to the empty message Make sure boxes aren't transparent Add empty state for What's Happening box Fix GH-124: Fix studio thumbnail URLs Only show "Welcome" panel if user is < 2 weeks old Fix #152: Don't output activity without a message Fix #102: Add remix and love icons Update arrow icons on Carousels # Conflicts: # src/components/modal/modal.jsx # src/views/splash/splash.jsx
-
Andrew Sliwinski authored
Fix GH-162: Show "user deletion canceled" modal
-
Andrew Sliwinski authored
Fix GH-168: Rehabilitate the `Modal` props.style
-
- 24 Oct, 2015 15 commits
-
-
Ray Schamp authored
Add empty state for What's Happening box
-
Ray Schamp authored
This makes it more sane, and consistent with the way the react-modal `Modal` works. The old way made multiple modals on the page have the same `style` prop.
-
Ray Schamp authored
The look of the modals is all messed up. Will fix that separately.
-
Matthew Taylor authored
#159 – Set empty states on sign out
-
Matthew Taylor authored
also make state setting a bit more uniform
-
Matthew Taylor authored
like registration
-
Matthew Taylor authored
Fix GH-124: Fix studio thumbnail URLs
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Fix #152: Don't output activity without a message
-
Ray Schamp authored
Only show "Welcome" panel if user is < 2 weeks old
-
Ray Schamp authored
-
Ray Schamp authored
Or if they've dismissed it. Fixes GH-153.
-
- 23 Oct, 2015 22 commits
-
-
Ray Schamp authored
-
Ray Schamp authored
Fix #102: Add remix and love icons
-
Ray Schamp authored
-
Matthew Taylor authored
* develop: separate out arrows var from settings object Handle arrow display dynamically Deploy from Travis Adjust nitpicks, remove whitespace in (), add around + display title and extras differently Add registration component to `JOIN SCRATCH` Explicitly set `Accept-Language` to cookie lang Remove the session listener on unmount Localize the welcome panel Update spacing on Splash page elements Handle sentry config and express routing/page handling errors, to do: handle uncaughtExceptions Handle sentry config and express routing/page handling errors, to do: handle uncaughtExceptions Update entire Tutorial cards to be clickable Add window.Intl polyfill. Resolves GH-96 Override `Slider`'s `arrows` setting by row length use ellipsis if text overflows and urlify username Test the build when we test our build Default admin panel to closed Set 'black' default props for thumbnails and carousel Remove localhost from api call for message count
-
Ray Schamp authored
Update arrow icons on Carousels
-
Matthew Taylor authored
separate out arrows var from settings object
-
Matthew Taylor authored
seems to be returning false when it shouldn't. When I was testing before it appears I was getting a cached js, so it didn't actually work.
-
Colby Gutierrez-Kraybill authored
Feature/sentry integration
-
Ray Schamp authored
Deploy from Travis
-
Matthew Taylor authored
Add registration component to `JOIN SCRATCH`
-
Matthew Taylor authored
Handle arrow display dynamically in carousel component
-
Matthew Taylor authored
And handle specific case for studio homepage row. Fixes #130 and also stuff left over from #105
-
carljbowman authored
Had to overwrite slick-slider's iconfont with background image for a quick fix.
-
Ray Schamp authored
-
Colby Gutierrez-Kraybill authored
-
Ray Schamp authored
Display title and extras differently
-
Matthew Taylor authored
So that the creator username appear on the same line as other text, but so that studio titles still get cut off properly
-
Andrew Sliwinski authored
Explicitly set `Accept-Language` to cookie lang
-
Andrew Sliwinski authored
Remove the session listener on unmount
-
Andrew Sliwinski authored
Update spacing on Splash page elements
-
Matthew Taylor authored
fixes #122
-
Matthew Taylor authored
So that xhr requests to scratchr2 can get the right language
-