Brett Sun
|
0382704098
|
Merge pull request #100 from ascribe/AD-1453-add-functionality-to-avoid-sending-error-messages-to-sentry
Use Raven's `ignoreErrors` configuration option to ignore certain errors
|
2016-01-18 18:30:38 +01:00 |
|
Brett Sun
|
3587a7ae4f
|
Merge pull request #102 from ascribe/remove-unused-prize-list-components
Remove unused PrizeList store and action
|
2016-01-18 18:29:44 +01:00 |
|
Brett Sun
|
58289c4b9c
|
Merge pull request #103 from ascribe/small-cleanup-for-webhook-settings
Small cleanup for webhook settings
|
2016-01-18 18:29:31 +01:00 |
|
Brett Sun
|
2ad2ea242d
|
Changes for PR comments
|
2016-01-18 17:31:56 +01:00 |
|
Brett Sun
|
e5cae3fc34
|
Update multiline destructuring format based on style guide
|
2016-01-18 14:46:39 +01:00 |
|
Brett Sun
|
821fe79461
|
Merge pull request #105 from ascribe/AD-1558-piece-and-edition-detail-show-stale-data
AD-1558 Piece and edition detail show stale data
|
2016-01-18 14:31:42 +01:00 |
|
Brett Sun
|
aa00415a83
|
Merge with master
|
2016-01-18 14:15:19 +01:00 |
|
Brett Sun
|
ef33149920
|
Merge pull request #106 from ascribe/remove-global-action-component
Remove unused GlobalAction component
|
2016-01-18 14:10:42 +01:00 |
|
Brett Sun
|
1333543e22
|
Merge pull request #104 from ascribe/use-parameters-in-calls-to-sources
Pass parameters to sources as opposed to using state
|
2016-01-18 14:09:07 +01:00 |
|
Brett Sun
|
85875309c1
|
Remove StoreUtils since it's no longer necessary
|
2016-01-18 14:08:46 +01:00 |
|
Brett Sun
|
d31a827447
|
Remove unused GlobalAction component
|
2016-01-18 14:06:24 +01:00 |
|
Brett Sun
|
23ccad9b5f
|
Add changes for PR comments
|
2016-01-18 13:29:08 +01:00 |
|
Brett Sun
|
621cc76e4a
|
Use template strings to join two strings together instead of join()
|
2016-01-18 11:37:11 +01:00 |
|
Brett Sun
|
5a794fea11
|
Merge pull request #56 from ascribe/destructure-fetch-params
Destructure params for piece and edition fetching
|
2016-01-18 11:00:00 +01:00 |
|
Brett Sun
|
78cf40ba64
|
Small cosmetic changes
|
2016-01-18 10:53:01 +01:00 |
|
Brett Sun
|
a2320b892d
|
Merge with master
|
2016-01-18 10:40:13 +01:00 |
|
Brett Sun
|
d805c1758c
|
Merge pull request #60 from ascribe/AD-1443-open-edition-lists-not-refreshing
AD-1443 Attempt to show as much of the original edition list as possible on refresh
|
2016-01-18 10:26:51 +01:00 |
|
Brett Sun
|
bc17dd4bad
|
Small cosmetic changes
|
2016-01-18 10:17:49 +01:00 |
|
Brett Sun
|
47e0ff703d
|
Merge pull request #93 from ascribe/add-classlist-polyfill
Add classList polyfill
|
2016-01-18 10:04:33 +01:00 |
|
Tim Daubenschütz
|
600096376c
|
Merge pull request #64 from ascribe/show-search-bar-border
Always show border for collection search bar
|
2016-01-18 09:08:16 +01:00 |
|
Brett Sun
|
4f21b5d4d7
|
Refactor MarketSubmitButton to rely on the extra data from its given editions instead of fetching from the PieceStore
|
2016-01-15 17:56:32 +01:00 |
|
Brett Sun
|
a24ad3b774
|
Add handleCancel callback to ModalWrapper
|
2016-01-15 17:55:34 +01:00 |
|
Brett Sun
|
e84206149c
|
wip
|
2016-01-15 17:18:17 +01:00 |
|
Brett Sun
|
4c4e5e0004
|
Load piece when necessary in MarketRegisterPiece
|
2016-01-15 17:18:05 +01:00 |
|
Brett Sun
|
8d9df43339
|
Clean up whitelabel AdditionalDataForms
|
2016-01-15 17:17:34 +01:00 |
|
Brett Sun
|
50129b9d0c
|
Refactor MarketSubmitButton to pull the piece as necessary rather than always fetching it in MarketAdditionalDataForm
|
2016-01-15 14:22:28 +01:00 |
|
Brett Sun
|
c6071d8ab4
|
Merge branch 'use-parameters-in-calls-to-sources' into AD-1558-piece-and-edition-detail-show-stale-data
Merge with update to the pattern used in sources
|
2016-01-15 14:20:18 +01:00 |
|
Brett Sun
|
31bec7f2f8
|
Remove extraneous call for fetching webhook events
Successfully fetching the webhooks will fetch the events as well.
|
2016-01-15 14:00:36 +01:00 |
|
Brett Sun
|
91c97afb7c
|
Small clean up for WebhookSettings
|
2016-01-15 13:59:41 +01:00 |
|
Brett Sun
|
b3d6620f73
|
Simplify example in naming conventions for sources
|
2016-01-15 13:58:15 +01:00 |
|
Brett Sun
|
f4eef6b7c8
|
Prevent empty change events being fired on actions that just delegate to sources
|
2016-01-15 13:56:56 +01:00 |
|
Brett Sun
|
e5a8ebd623
|
Use parameters instead of meta objects in state to pass information to sources
|
2016-01-15 13:55:58 +01:00 |
|
Brett Sun
|
587b58a500
|
Fix 404 not being detected properly on piece and edition detail
|
2016-01-15 13:00:09 +01:00 |
|
Brett Sun
|
bc7515ffe7
|
Allow ModalWrapper triggers to have an onClick handler
|
2016-01-15 11:54:16 +01:00 |
|
Brett Sun
|
03490b8c63
|
Fixes for converting pieceFetcher into store
|
2016-01-14 16:44:52 +01:00 |
|
Brett Sun
|
7a53d539a6
|
Small fixes for components using pieces and editions
|
2016-01-14 16:31:19 +01:00 |
|
Brett Sun
|
3e67e2d2ee
|
PieceId should only ever be a number if passed as a prop
|
2016-01-14 14:52:33 +01:00 |
|
Brett Sun
|
7136f2ce6c
|
Add getInitialState and source pattern for PieceStore
|
2016-01-14 13:20:45 +01:00 |
|
Brett Sun
|
a5442e5acd
|
Add getInitialState pattern for EditionStore
|
2016-01-13 17:24:32 +01:00 |
|
Brett Sun
|
ea18b31db1
|
Small style changes for Piece and Edition ListStores
|
2016-01-13 17:14:09 +01:00 |
|
Brett Sun
|
466872affb
|
Move getInitialState() to be the first function after a store's constructor
|
2016-01-13 17:13:44 +01:00 |
|
Brett Sun
|
72db69ee9e
|
Remove unused PrizeList store and action
|
2016-01-13 16:17:31 +01:00 |
|
Brett Sun
|
1ffa1eb6aa
|
Fix potential race condition causing ProxyHandler to not evaluate its redirect functions if the component doesn't get updated
|
2016-01-13 16:03:08 +01:00 |
|
Brett Sun
|
cc9fa2378f
|
Remove unnecessary duplication of updating encoding status in Edition
Also reduces the time between each update to 5s since 10s feels way too
long.
|
2016-01-12 17:55:37 +01:00 |
|
Brett Sun
|
b22ae7def1
|
Small bug fixes for components affected by the UserStore and WhitelabelStore being passed down as a prop
|
2016-01-12 15:07:38 +01:00 |
|
Brett Sun
|
5b2178eb7e
|
Use height for landing page logos
Using height means the browser can allocate space for the image before
it loads, so there’s no flash of movement
|
2016-01-12 15:06:43 +01:00 |
|
Brett Sun
|
315e5f0108
|
Add .isRequired to App proptypes
|
2016-01-12 15:05:00 +01:00 |
|
Brett Sun
|
1dca764166
|
Use Link instead of an anchor for AccordionList's empty placeholder to avoid page refresh
|
2016-01-12 12:34:55 +01:00 |
|
Brett Sun
|
ed264d8511
|
Fix MediaContainer not being refreshed while in Edition
|
2016-01-11 19:34:39 +01:00 |
|
Brett Sun
|
40041197d6
|
Update components for loading WhitelabelStore from top level app
|
2016-01-11 19:22:25 +01:00 |
|