Iain Maitland
Iain Maitland
related: https://github.com/steemit/condenser/issues/2253
A pre-cursor to this work would be fixing our prop-types warnings: 
To finish this: - [ ] Remove custom shouldComponentUpdate like this - 26c40c65330a02740a0579953201c5c7247ad47f - [ ] Remove react-perf like this - 13e39061fb0daa405ef0cb8539fb8d83a906c8c0 - [ ] Jest/Enzyme update to react 16...
This needs to be rebased on `bridge-api-dev` after PR #3642 for #3614 is merged as changes to how pagination works from that work might conflict.
It looks like the Post Notifications API doesn't currently support pagination. Currently I think it responds with all of the recent activity on a post/comment. `bridge.post_notifications(author, permlink)` To support pagination...
Ah thanks wasn't aware of that!
Close Button bug is addressed in another PR, i'll try and dig it up - it's caused by the notification having a higher z-index than the close-button. Regarding the expected...
Close button bug addressed here: https://github.com/steemit/condenser/issues/3723
@quochuy good idea - to take it one step further - the best practice here is to persist desired slices of the application store/state with the redux `subscribe` method and...
This *works* on a local dev machine sourcemaps are visible in the browser console: Similarly, running `yarn run build` shows sourcemaps are generated in the `dist` directory However, when deploying...