Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Redux DevTools

Developer Tools to power-up Redux development workflow or any other architecture which handles the state change. It helps to boost the developer’s productivity significantly and makes the development fun.
Collective - Host: opensource - https://opencollective.com/redux-devtools-extension - Code: https://github.com/zalmoxisus/redux-devtools-extension

Add styles for code mirror

github.com/zalmoxisus/redux-devtools-extension - ca20dae254fec3aecdb2d4b16597977e1967a08f authored over 8 years ago by Zalmoxisus <[email protected]>
Implement test generation

github.com/zalmoxisus/redux-devtools-extension - faa296a5bfd8deed6161c90f5d0fbf20d075159e authored over 8 years ago by Zalmoxisus <[email protected]>
Store selected monitor in chrome.storage.local

github.com/zalmoxisus/redux-devtools-extension - 3adb4874ca6a5be6b931abb837c5a5a8d7300b37 authored over 8 years ago by Zalmoxisus <[email protected]>
Update Troubleshooting

Related to #141.

github.com/zalmoxisus/redux-devtools-extension - 6b14b067be19d0c17b3dafb4dfd2699120b0f6ee authored over 8 years ago by Zalmoxisus <[email protected]>
Include stack trace when throwing an exception in Chrome Devtools panel

github.com/zalmoxisus/redux-devtools-extension - a2e5132221024e99b1534f2b574cfad3ef4448bb authored over 8 years ago by Zalmoxisus <[email protected]>
Fix support for multiple instances

Fix #144.

github.com/zalmoxisus/redux-devtools-extension - ddb8d28ffa7d875043c9fded3eae593202f4ea16 authored over 8 years ago by Zalmoxisus <[email protected]>
Merge pull request #143 from jhen0409/electron

Support Electron DevTools extension

github.com/zalmoxisus/redux-devtools-extension - 2f7692f5aeaf0e9ef5557f40cb026494ba1b2c16 authored over 8 years ago by Mihail Diordiev <[email protected]>
Don't render unnecessary buttons on Electron devpanel

github.com/zalmoxisus/redux-devtools-extension - 934e9b303f2f92b987854e0c7a154f8ca1655c93 authored over 8 years ago by Jhen <[email protected]>
Check some chrome.* API exists

known some chrome.* API Electron not supported:
* chrome.notifications
* chrome.runtime.onConnec...

github.com/zalmoxisus/redux-devtools-extension - d135edcd71c315bf547b7f9fc05d854a9b31007d authored over 8 years ago by Jhen <[email protected]>
Update `remotedev-app` and react

github.com/zalmoxisus/redux-devtools-extension - 74e5011c1da9eaffc3f142e0bee3c920556282fe authored over 8 years ago by Zalmoxisus <[email protected]>
Add Table of Contents for FAQ

github.com/zalmoxisus/redux-devtools-extension - 5d8a13fc2710ea31226f8d4c524415117e40226a authored over 8 years ago by Zalmoxisus <[email protected]>
Add information on how to disable/enable it in production

Related to #138.

github.com/zalmoxisus/redux-devtools-extension - c74ed0e704a27ebc68a2af34276ff5518852c906 authored over 8 years ago by Zalmoxisus <[email protected]>
Add information on how to change keyboard shortcuts

Related to #https://github.com/gaearon/redux-devtools/issues/293

github.com/zalmoxisus/redux-devtools-extension - 83455a1cf832e6e6f61fb7d47df83cee1b371a2c authored over 8 years ago by Zalmoxisus <[email protected]>
Add the information on how to use it with Redux Saga

Related to #133.

github.com/zalmoxisus/redux-devtools-extension - 65c0aa26035626fff39a66bcccc9fa50757ba502 authored over 8 years ago by Zalmoxisus <[email protected]>
Add React Europe 2016 talk

github.com/zalmoxisus/redux-devtools-extension - 31d9aed093f27ba6264ad34573e09ab38be873e0 authored over 8 years ago by Zalmoxisus <[email protected]>
Example of using `window.devToolsExtension.updateStore`

Related to #133.

github.com/zalmoxisus/redux-devtools-extension - 0757dac4c2eb217d7bbb8be738d8bae32ec21d86 authored over 8 years ago by Zalmoxisus <[email protected]>
Implement `updateStore` method

Related to #133.

github.com/zalmoxisus/redux-devtools-extension - bf3e3aed678ee159c7be70ae1128c4168fdd6408 authored over 8 years ago by Zalmoxisus <[email protected]>
Apply extension's enhancer to saga-counter example

github.com/zalmoxisus/redux-devtools-extension - 2cbb2b7a153c29032b1cb8e987a6bf1acb71dc23 authored over 8 years ago by Zalmoxisus <[email protected]>
Add saga-counter example

github.com/zalmoxisus/redux-devtools-extension - 8a205c241dfbe996cd471422997fdad31c62eb5e authored over 8 years ago by Zalmoxisus <[email protected]>
Extend API: add serializeState and serializeAction

github.com/zalmoxisus/redux-devtools-extension - 336ff2cc50530f12d3e5ba4603f50ad94d368517 authored over 8 years ago by Zalmoxisus <[email protected]>
Fix saving options

Fix #131.

github.com/zalmoxisus/redux-devtools-extension - 8cbff514127bd44ee6847c73b335802ed20f7555 authored over 8 years ago by Zalmoxisus <[email protected]>
Send also the liftedState for connected devtools

Related to #77.

github.com/zalmoxisus/redux-devtools-extension - 322156d241522c4f4699951794a4ec9cfcf0a96b authored over 8 years ago by Zalmoxisus <[email protected]>
Describe new extension methods

github.com/zalmoxisus/redux-devtools-extension - d6b7d1e01f36e2629468b2a53eb379ab99f4e4ab authored over 8 years ago by Zalmoxisus <[email protected]>
Move API docs to a separate directory

github.com/zalmoxisus/redux-devtools-extension - aed4dcec54c96a401952bffbf5c1eababc46c032 authored over 8 years ago by Zalmoxisus <[email protected]>
Add documentation about new API

github.com/zalmoxisus/redux-devtools-extension - b709e4d717c8250a08d16fbe060c73a74046e199 authored over 8 years ago by Zalmoxisus <[email protected]>
Rename `initialState` to `preloadedState` per new Redux API

github.com/zalmoxisus/redux-devtools-extension - 586bf094a2590be4d43c3cb1dc4bf9deaaf156fb authored over 8 years ago by Zalmoxisus <[email protected]>
Fix back compatibility: passing config as the first parameter

Fix #125. Thanks to @devicodev for pointing out to it!

github.com/zalmoxisus/redux-devtools-extension - 8db99d1b7c3a403cf5e4060defd63e59dc9fcb61 authored over 8 years ago by Zalmoxisus <[email protected]>
Connect to the extension to send changes directly and to subscribe for monitors actions

github.com/zalmoxisus/redux-devtools-extension - e1ebfc03dcea57c99beb426a4eb3089a69152885 authored over 8 years ago by Zalmoxisus <[email protected]>
Support multiple instances in one tab

Related to #121.

github.com/zalmoxisus/redux-devtools-extension - 06afa52ecd817e5a1a496841d481f365532f76a2 authored over 8 years ago by Zalmoxisus <[email protected]>
Relay state for outside time traveling implementation

github.com/zalmoxisus/redux-devtools-extension - 8f5d88eeca4f34077e418c574a3edfcec0085601 authored over 8 years ago by Zalmoxisus <[email protected]>
Subscribe to the extension and time traveling example for react-counter-messaging

github.com/zalmoxisus/redux-devtools-extension - d96b4d8acc70261fe6814946b12ec39974ed1cfa authored over 8 years ago by Zalmoxisus <[email protected]>
Send changes to react-counter-messaging

github.com/zalmoxisus/redux-devtools-extension - 6a538fe59f8d32ac1ecb7f8ba8901088625b24a6 authored over 8 years ago by Zalmoxisus <[email protected]>
Revert "Send changes in react-counter-messaging"

This reverts commit ff9167ce9607408eaadc188435dca89192933915.

github.com/zalmoxisus/redux-devtools-extension - ed22ec6f6f322b72439c751976e288d92b19cfe5 authored over 8 years ago by Zalmoxisus <[email protected]>
Rename `toContentScript`

github.com/zalmoxisus/redux-devtools-extension - f9c64fc5079dae76384db6fc36c46520c9d7b16e authored over 8 years ago by Zalmoxisus <[email protected]>
Send changes in react-counter-messaging

github.com/zalmoxisus/redux-devtools-extension - ff9167ce9607408eaadc188435dca89192933915 authored over 8 years ago by Zalmoxisus <[email protected]>
Refactor react-counter-messaging

github.com/zalmoxisus/redux-devtools-extension - cb4c3b4aa00a34dde304a29bf492725fbfbb88d2 authored over 8 years ago by Zalmoxisus <[email protected]>
Add send message to the API

See react-counter-messaging example for details on how to use it

github.com/zalmoxisus/redux-devtools-extension - 967863a1632cfa758b9953ab35ff097b0f86705e authored over 8 years ago by Zalmoxisus <[email protected]>
Rename the source for messages

github.com/zalmoxisus/redux-devtools-extension - 02614ed8d60bde8ba63233372183476a3f72a6fd authored over 8 years ago by Zalmoxisus <[email protected]>
Add `react-counter-messaging` example

github.com/zalmoxisus/redux-devtools-extension - 24bbdb2223c76545cad945d2dc6f22f599a13b66 authored over 8 years ago by Zalmoxisus <[email protected]>
Create Redux store directly from the extension

See react-counter example for details.

github.com/zalmoxisus/redux-devtools-extension - 231d92ec9b0bb6b772495dbceddd571142923216 authored over 8 years ago by Zalmoxisus <[email protected]>
Fix "autoselect instances"

github.com/zalmoxisus/redux-devtools-extension - 97373cb280e59af19615cc884cf2a523e5826ce5 authored over 8 years ago by Zalmoxisus <[email protected]>
Add the extension to react-counter example

github.com/zalmoxisus/redux-devtools-extension - 1810d2c1f0e8be1daf8f2d8f7bbeb4f8c528d90b authored over 8 years ago by Zalmoxisus <[email protected]>
Refactor react-counter example to "redux style"

github.com/zalmoxisus/redux-devtools-extension - ae818c9733bd9c0c469d15a78c189637d0a06aa7 authored over 8 years ago by Zalmoxisus <[email protected]>
Refactor configureStore

github.com/zalmoxisus/redux-devtools-extension - 5a522287302ff54e10fb4123ccaf6f78014aa501 authored over 8 years ago by Zalmoxisus <[email protected]>
Add react-counter example

github.com/zalmoxisus/redux-devtools-extension - ac34ce8f324d5cb0d636cbde2ed5d366470046d0 authored over 8 years ago by Zalmoxisus <[email protected]>
Update counter example's dependencies

github.com/zalmoxisus/redux-devtools-extension - 0f2a9ecb7fee44293df78793f3ace3559952d7f7 authored over 8 years ago by Zalmoxisus <[email protected]>
Fix messaging

Fix #122.

github.com/zalmoxisus/redux-devtools-extension - 62994e819ed25b8a1dee179add108e235fe668ef authored over 8 years ago by Zalmoxisus <[email protected]>
Refactor handleChange

github.com/zalmoxisus/redux-devtools-extension - ac019d702a6c0354f0a96615db3bf9385cb34ebf authored over 8 years ago by Zalmoxisus <[email protected]>
Remove visibilitychange listener

github.com/zalmoxisus/redux-devtools-extension - 483ae02bb0bd0b5151c7dcbe2f3b4c71b683369a authored over 8 years ago by Zalmoxisus <[email protected]>
Refactor handling messages

github.com/zalmoxisus/redux-devtools-extension - fc30a3fea89c74397af3656f0720ffc1d88355e3 authored over 8 years ago by Zalmoxisus <[email protected]>
Refactor serialization

github.com/zalmoxisus/redux-devtools-extension - 85327886fd06095b2c9788d2ce4e5b743ce02415 authored over 8 years ago by Zalmoxisus <[email protected]>
Remove logMonitor's reducers from the injected script

github.com/zalmoxisus/redux-devtools-extension - e9c026084f96245df3b5bf3057d11636969f50c2 authored over 8 years ago by Zalmoxisus <[email protected]>
Fix slider monitor

Fix #120.

github.com/zalmoxisus/redux-devtools-extension - c3808046aee88f5e09e1d018d37ee82b09e0053d authored over 8 years ago by Zalmoxisus <[email protected]>
Add information about `actionsWhitelist` parameter

github.com/zalmoxisus/redux-devtools-extension - 01abda024108dfe891295ffd5957ac07e7ca8dd1 authored over 8 years ago by Zalmoxisus <[email protected]>
Don't show the error icon for now

Will add back when will change the logo

github.com/zalmoxisus/redux-devtools-extension - 6ec6cc110fc314f2b31c7b51789c329208f42ec9 authored over 8 years ago by Zalmoxisus <[email protected]>
Implement `actionsFilter` and `statesFilter`

github.com/zalmoxisus/redux-devtools-extension - ee586ad464811294effa7209fa10c811ae596044 authored over 8 years ago by Zalmoxisus <[email protected]>
Update README with simpler usage

github.com/zalmoxisus/redux-devtools-extension - 41c1704c72c5a825fccb99c4f5f829787e8c68c4 authored over 8 years ago by Zalmoxisus <[email protected]>
Fix filtering when having trailing spaces

github.com/zalmoxisus/redux-devtools-extension - 173d7406faa243a09b7f58b420b2d8bc8e700527 authored over 8 years ago by Zalmoxisus <[email protected]>
Mock localStorage when it is not allowed

Related to #116.

github.com/zalmoxisus/redux-devtools-extension - 493a4cc7fd37a39b28e02e9157c08e949d43a99a authored over 8 years ago by Zalmoxisus <[email protected]>
Fix support for injecting into chrome extensions

github.com/zalmoxisus/redux-devtools-extension - 84f40a817bf62d4a1fb6a451ace0f2fbd5f6ec92 authored over 8 years ago by Zalmoxisus <[email protected]>
Show errors in Chrome devtools panel

github.com/zalmoxisus/redux-devtools-extension - f9102a7bcb7f0ab3d27731cd9fbdb47ed8214e61 authored over 8 years ago by Zalmoxisus <[email protected]>
Prevent attempts of creating menu multiple times

github.com/zalmoxisus/redux-devtools-extension - dbde10f9d3f5660e55bc4be7b5def42f29cef816 authored over 8 years ago by Zalmoxisus <[email protected]>
Persist remotedev-app options

github.com/zalmoxisus/redux-devtools-extension - b2d3336b8dd1ceebf3da0180744c10c86206e0b2 authored over 8 years ago by Zalmoxisus <[email protected]>
Implement monitors windows subscribers through messaging in order to fix a memory leak

Related to #115.

github.com/zalmoxisus/redux-devtools-extension - 7e2a278a5c567c02f629a920d26ee42392a9af9a authored over 8 years ago by Zalmoxisus <[email protected]>
Transform background page into an event page

github.com/zalmoxisus/redux-devtools-extension - 532816003cc05012a82847a7b2326d5bf67719a4 authored over 8 years ago by Zalmoxisus <[email protected]>
Refactor context menu

github.com/zalmoxisus/redux-devtools-extension - eea3b6dbba2009eada225d106fc556b5ba230136 authored over 8 years ago by Zalmoxisus <[email protected]>
Fix importing state from devpanel

github.com/zalmoxisus/redux-devtools-extension - 1c4b24023e358b45bd5456ee4734bccc42a4410b authored over 8 years ago by Zalmoxisus <[email protected]>
Support selecting monitor for browser action popup

github.com/zalmoxisus/redux-devtools-extension - 113e95d4edc91d9c36fe7248cce182ad848ebb69 authored over 8 years ago by Zalmoxisus <[email protected]>
Remove selecting monitors from options page

github.com/zalmoxisus/redux-devtools-extension - 42ce6a18d16f94389104c463fe8e471854c1c832 authored over 8 years ago by Zalmoxisus <[email protected]>
Changing the monitor from the same window

github.com/zalmoxisus/redux-devtools-extension - 751e831b5629c55fab6f8e1ff188a35c3df76ab3 authored over 8 years ago by Zalmoxisus <[email protected]>
Fix missing messages after devtools panel is opened

Related to #109.

github.com/zalmoxisus/redux-devtools-extension - 8a2f47e647db2688756eae80701c40309ad1de07 authored over 8 years ago by Zalmoxisus <[email protected]>
Import immutable structures from a file

Related to #100.

github.com/zalmoxisus/redux-devtools-extension - 3a3185fc857aaabd599f32e72e2d7a47bf2504e2 authored over 8 years ago by Zalmoxisus <[email protected]>
Don't uglify production bundle

Related to #114

github.com/zalmoxisus/redux-devtools-extension - 8745e98c6b3c5395b391e3cace2008968d9148a3 authored over 8 years ago by Zalmoxisus <[email protected]>
Prevent applying listener multiple times

Related to #112.

github.com/zalmoxisus/redux-devtools-extension - 39388f4d64014a721bbfd2529776024ae2497a57 authored over 8 years ago by Zalmoxisus <[email protected]>
Move extension's enhancer back into pageScript

github.com/zalmoxisus/redux-devtools-extension - f6d0164ee8b88e086473fbc44099a94c2f51d544 authored over 8 years ago by Zalmoxisus <[email protected]>
Update `redux-devtools` to use `redux-devtools-instrument`

github.com/zalmoxisus/redux-devtools-extension - 67d433a9ca23b3de84cdb4663d7e24f9253348a5 authored over 8 years ago by Zalmoxisus <[email protected]>
Add the information that the limit value should be greater than 1

Related to #108.

github.com/zalmoxisus/redux-devtools-extension - 5e8e6e6dcd49efa09780c47f9b547f7731bbf425 authored over 8 years ago by Zalmoxisus <[email protected]>
Toggle slider monitor

github.com/zalmoxisus/redux-devtools-extension - dcef07f76221a1c5cc46a48ec357a511318f5574 authored over 8 years ago by Zalmoxisus <[email protected]>