Pinned
742 contributions in the last year
Less
More
Contribution activity
March 2021
Created 37 commits in 2 repositories
Created 1 repository
- jsnajdr/https-everywhere JavaScript
Created a pull request in Automattic/wp-calypso that received 8 comments
keyedReducer: disable inner reducer persistence by default
This PR fixes an inconsistency in how reducer-wrapping functions combineReducers
and keyedReducer
treat the inner reducer's persistence.
combineRed…
+251
−180
•
8
comments
Opened 38 other pull requests in 2 repositories
Automattic/wp-calypso
3
open
34
merged
- Enable one-click OAuth support in Calypso
- Simplify the MediaModalSecondaryActions component
- Remove lodash partial from Media Library UI for selecting site icon or podcast cover
- Remove the EDITOR_PASTE_EVENT action
- Remove the state.ui.checkout.isShowingCartOnMobile state
- Notifications: remove usages of createReactClass
- Remove the data-observer mixin
- Fix disappearing sidebar when switching to Jetpack site or Mobile view
- Enable image editing on private Atomic sites
- ReauthRequired: remove legacy createReactClass
- Search: fix bugs with onSearch infinite loop and debounced call on empty keyword
- Use de/serialize helpers in state utils tests
- Use de/serialize helpers in initial state and its tests
- Reader State: cleanup the Follows and Viewing reducers
- Server: use de/serialize helpers when caching server state
- QueryManager state updates: add withQueryManager wrapper
- Search: remove default props
- Remove state/payment state and Redux Bridge Flux forwarding
- Accepting Invite: Remove Flux code
- Search component: simplify type annotations
- Enable image editing on private sites, don't use photon to load images
- Automated Transfer State: refactor query component, move tests
- Fix apiNamespace and apiVersion in JITM REST request
- Comments: remove extendAction usage
- Atomic Transfer State: remove persistence and other complexity
- Some pull requests not shown.
EFForg/https-everywhere
1
merged
Reviewed 41 pull requests in 3 repositories
Automattic/wp-calypso 38 pull requests
- Types: Add types to serialize and with-persistence
- Framework: Remove unnecessary _.flow() usage
-
Framework: Refactor away from
_.isInteger()
- Framework: Refactor away from _.constant()
- Consolidate screen reader text mixins
- Framework: Refactor away from stubTrue and stubFalse
- Remove the data-observer mixin
- Accepting Invite: Remove Flux code
- Components: Fix Card children key warning
- ReauthRequired: remove legacy createReactClass
-
Framework: Refactor away from
_.isString()
- Themes: Disable filtering for Jetpack sites; enable deletion only for existing themes
- Themes: Disable deletion of recommended themes
- QueryManager state updates: add withQueryManager wrapper
- Use de/serialize helpers in initial state and its tests
- Playwright: implement a basic browser manager.
- Search component: simplify type annotations
- Shopping Cart: Remove CartStore
- Add profiling to logging
- keyedReducer: disable inner reducer persistence by default
-
people(followers): use
react-query
to fetch data & remove followers -
FollowersList: replace
gaEventRecord
withrecordGoogleEvent
redux action - ExPlat: Implement ProvideExperimentData
- people(viewers): improve query and ViewersList
- Atomic Transfer State: remove persistence and other complexity
- Some pull request reviews not shown.
WordPress/gutenberg 2 pull requests
Automattic/dserve 1 pull request
Created an issue in EFForg/https-everywhere that received 3 comments
onCookieChange overwrites cookies if both secure and non-secure one are sent
Type: code issue/website issue
When logging into the WordPress.com service, the login endpoints sends two variants of the wordpress_logged_in
sessi…
3
comments