Ecosyste.ms: OpenCollective

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

DevHub

DevHub: TweetDeck for GitHub - Android, iOS, Web & Desktop
Collective - Host: opensource - https://opencollective.com/devhub - Website: https://devhubapp.com - Code: https://github.com/devhubapp/devhub

Remove transition delay from TouchableOpacity

github.com/devhubapp/devhub - 42cf9595830aa98b5aaec60753510d635d17fad6 authored about 6 years ago
Remove global cursor:default style

github.com/devhubapp/devhub - dd64c4312ca4000f52a2138439172dc8ed61bddb authored about 6 years ago
Rename "Clear archived" to "Delete archived"

github.com/devhubapp/devhub - 75ed434e545b49b0a4bb71925234fc0819e012cb authored about 6 years ago
Disable unclear button

github.com/devhubapp/devhub - 94f989e16c3a84c0b5af7ad891c2f6d2697a64be authored about 6 years ago
Rename addColumn and replaceColumns

to addColumnWithSubscriptions and replaceColumnsAndSubscriptions

github.com/devhubapp/devhub - c34e2ea10512b5363d7c906e210c49430ac9b208 authored about 6 years ago
Changed REPLACE_COLUMNS payload format

To a similar one that will be used on backend

github.com/devhubapp/devhub - f2891f7b58c4ed218b7dda979ebd5e0fbc0e268b authored about 6 years ago
New features: Save for later + Inbox/Archived filter

Also added an option to delete archived items from the cache

github.com/devhubapp/devhub - 7edec8f5f0e3b9bb105b58c6b4a738590bfb9f4b authored about 6 years ago
Changed state structure for column subscription data related fields

github.com/devhubapp/devhub - ac957c9e5a435bf0598279dcbe7298e9538a3848 authored about 6 years ago
Alias deploy command to deploy:web

github.com/devhubapp/devhub - 6bd0375dbdb042a74b104c1ad88dc35db9ffcefe authored about 6 years ago
Prevent column options from getting below FAB

Also take bottom bar height on consideration

github.com/devhubapp/devhub - 834fe3d68190e7da1337f10a66cf1cb8b615cc2c authored about 6 years ago
New FAB animation, make it rotate from plus to remove icon

github.com/devhubapp/devhub - 3075b27213f387a0960df5fcfb26546d0cd2cc35 authored about 6 years ago
Created base TouchableOpacity component

Also some type fixes

github.com/devhubapp/devhub - 44097fd40a1e922ec28c8219e0a751aabe2bf9b0 authored about 6 years ago
Tweaked checkbox transition

github.com/devhubapp/devhub - 08849f6dbce4486316f2ab1f99dea984dfad6cf7 authored about 6 years ago
Fix regression on TextInput style

github.com/devhubapp/devhub - c153f17a8e3a8b83d175338d4a08536d38ffa1ed authored about 6 years ago
Re-add kill-others on scripts

github.com/devhubapp/devhub - 4e36cc072f2286d8972b9fe4982c49db3a012d6a authored about 6 years ago
Invert theme when disabling the auto toggle

So the user can play with the button

github.com/devhubapp/devhub - 8bc815044efaa5d01f4214a7d26ef3af3201f0b7 authored about 6 years ago
Fix icon color transition

github.com/devhubapp/devhub - bd3505df1b250b398fb86ab868930b783daeea11 authored about 6 years ago
Faster theme transition by using css variable when possible

github.com/devhubapp/devhub - 443767c8fb8bee985e8c12380498d9b2a69cec8b authored about 6 years ago
Set initialNumToRender and maxToRenderPerBatch

Trying to improve theme change performance

github.com/devhubapp/devhub - ec8390128443b921efd7513c118494bc7e21e250 authored about 6 years ago
Show add column button on mobile when there is no columns

github.com/devhubapp/devhub - 32ea5e8273549387567c59107a0d6961d3487b45 authored about 6 years ago
Animate theme change

github.com/devhubapp/devhub - ce2c1e96a43f49902b64b26e82b2ecacda38969f authored about 6 years ago
Enable React.memo for card components

github.com/devhubapp/devhub - 4e96d7d5ec9a9df07a4dde7455b34c2be53a6dce authored about 6 years ago
Optimize fetch requests by moving it to redux

Now if you add repeated columns it wont make repeated requests

Also persisting the result for a...

github.com/devhubapp/devhub - fb16da9a8542cae450b0c2c3d4c1a54f2313df0d authored about 6 years ago
Cleanup unused subscriptions on a single action instead of multiple dispatches

github.com/devhubapp/devhub - edce96a9a451faeb165d24f83636abbc51265ca4 authored about 6 years ago
Dont show previous comment on state change

github.com/devhubapp/devhub - bb165a4947b16f7fa9288377f3f120d085802751 authored about 6 years ago
Tweak empty column vertical alignment

github.com/devhubapp/devhub - b132b8bd8c9d95b758da8ac07eb8d25dc5e3a565 authored about 6 years ago
Fix notification enhancements not being refetched after logout/login

github.com/devhubapp/devhub - 9e8583d4f0af9f996dfbb93c047da287a49ee664 authored about 6 years ago
Fix org column type

github.com/devhubapp/devhub - 1cc3cd4f575661e5d06b50eddf14797b3c8f9645 authored about 6 years ago
Tweak how canFetchMore is handled

Prevent losing its value

github.com/devhubapp/devhub - e28e683de36a99a02a98236e16025b78e58f8f1d authored about 6 years ago
Show error message when column fetch fails

github.com/devhubapp/devhub - 707490f1f0fe0f5cdff7987c72793f3700aed714 authored about 6 years ago
Revert "[WIP] Cancel fetch requests on unmount"

This reverts commit 48a9ed7c6007b836f1390739666a85f76c924932.

github.com/devhubapp/devhub - c7dd0352b6550d2b7812004da4474e9a114d4378 authored about 6 years ago
[WIP] Cancel fetch requests on unmount

github.com/devhubapp/devhub - 3bb9410f535388c5b6d3d144727c20145e3f8876 authored about 6 years ago
hasFetched is now a ref instead of state

Avoid unnecessary rerender

github.com/devhubapp/devhub - 930f2f4dfcf026cbe6883dab986e2f9ed5a691bd authored about 6 years ago
Show alert with login failure reason

github.com/devhubapp/devhub - 4260fc4073fe783c4e73ee0f42632660127efe0e authored about 6 years ago
Fix broken read filter

github.com/devhubapp/devhub - d81c382b514583906c30b6e724cad1577da071de authored about 6 years ago
Enable eslint on www package

Also added missing scripts

github.com/devhubapp/devhub - 0cde41335cf169de5583a5f8da1039b33f3e4c6c authored about 6 years ago
Move notification enhancer to @devhub/core

github.com/devhubapp/devhub - 591cd8e0baa45092eb7db6559445342a2244ef9c authored about 6 years ago
Simplified notification enhancer code

github.com/devhubapp/devhub - fabecaac85e84acb5bcb63a969064e71bbc0341a authored about 6 years ago
New feature: Enhance notifications with more details

github.com/devhubapp/devhub - 6f6478dd4a0b752a9414091fa08b4c51b78999b1 authored about 6 years ago
Moved more shared code to @devhub/core workspace package

Also change some user format

github.com/devhubapp/devhub - 5d0dbfa33d9f8e488c51bdb20ad7422c3fce3ee9 authored about 6 years ago
Make @devhub/core export everything from root index

github.com/devhubapp/devhub - bb1fa34b33e82fa0b37c36efcec2d65e87979f34 authored about 6 years ago
Add .npmignore

github.com/devhubapp/devhub - fd02ec58a78b39f14883a63cf2286d0e602a027e authored about 6 years ago
Add private:false to all packages

github.com/devhubapp/devhub - de74336cd72f9a2e4d880e97acd7dfee5750b818 authored about 6 years ago
New hooks build with react-native fix

github.com/devhubapp/devhub - 824bc5644dfda6611bc95478e13dd88eff3397c9 authored about 6 years ago
Optimized build speed and DX by enabling tsconfig composite option

github.com/devhubapp/devhub - 57784e7413956ea2d6dfd5909f21624ebd2d8b5c authored about 6 years ago
Rename packages to @devhub/xxx

github.com/devhubapp/devhub - 0492d59decaf3e70032d412aae885fa564eeff24 authored about 6 years ago
Move remaining UI code from shared-core to shared-components

github.com/devhubapp/devhub - 73f4054e86397b9706d3129091bb5ca3929c8562 authored about 6 years ago
Open source www redirect code

github.com/devhubapp/devhub - 792b81f929e488604f5cda5f9ad5ba6d54b2ec98 authored about 6 years ago
Changed database user model format

github.com/devhubapp/devhub - 9235f9a5459f5c066a1ef91637c2a4381b2a364f authored about 6 years ago
Fix Load More not showing after removing the Clear filter

github.com/devhubapp/devhub - 73aa1be76b403467330f9733d74d6889080245ec authored about 6 years ago
Prevent duplicated Clear buttons

github.com/devhubapp/devhub - 5a40ba22f38b5758ac10f3dfdc1d0c303ce42ff3 authored about 6 years ago
Revert "Add color to column header icon if it has filters"

This reverts commit 3945b218b592759d71646fd75b81e9b2af4712e3.

github.com/devhubapp/devhub - 5ff26f3697f0f53c0c361992ef5c43dfb62773e5 authored about 6 years ago
Replace github token with the one from database

github.com/devhubapp/devhub - b548cb2d0d61bd28e6b5b6c757aceeb370a5903f authored about 6 years ago
Ignore source maps from now upload

github.com/devhubapp/devhub - 82cb981f0c42596b5ab262d7878f1a94cafa2c91 authored about 6 years ago
Upgrade all dependencies

github.com/devhubapp/devhub - 8ddef2f96a3000203e979e063c23fb5ade1f462d authored about 6 years ago
Upgrade TypeScript

github.com/devhubapp/devhub - c9da894670398c8fd5c43d84889feeba3b4949de authored about 6 years ago
Readd icons on Event Types filter that were removed by mistake

github.com/devhubapp/devhub - affd7090249587b347a5837f6ddf86dd82988efb authored about 6 years ago
Add color to column header icon if it has filters

github.com/devhubapp/devhub - 523c223df42a8adeeac640616f5e287e67e8f4a5 authored about 6 years ago
Create hasAnyFilter function

github.com/devhubapp/devhub - a421714f177b78879c6a9e7acf202e29aaf328c1 authored about 6 years ago
Allow remove clear filter

Also changed the icon again

github.com/devhubapp/devhub - cc8a90169988af71bde902ee6fc049c91fe81449 authored about 6 years ago
Revert dynamic per_page

This was causing it to skip most of the items

github.com/devhubapp/devhub - 7620ac35081000080255c3e8be9a7c2375a7bfd7 authored about 6 years ago
Fix wrong release notification link

github.com/devhubapp/devhub - 0c69584f37beb319ece68e051086397bfe3743ee authored about 6 years ago
Remove yarn clean from dev command

github.com/devhubapp/devhub - ece2ad7ed8b17246d1478753df5fa9381a359584 authored about 6 years ago
Remove ramda dependency

github.com/devhubapp/devhub - e55af306f1329a97171709fc0c257cc60488800c authored about 6 years ago
Prevent unnecessary cards rerender when changing theme

github.com/devhubapp/devhub - b01a6047ee7384c79db1a407c6555f6ce468505a authored about 6 years ago
Converted all components to use Hooks

github.com/devhubapp/devhub - 0085db18154e90b032fc54965d87eab8268da813 authored about 6 years ago
Fix useReduxState not triggering a rerender sometimes

github.com/devhubapp/devhub - c5f73f8ebb77099c8ed5c725f5f5a3dd1610d683 authored about 6 years ago
Fix auto scroll to new column

github.com/devhubapp/devhub - 90f7e7d75b9fe5ba9d58b586568b771f605f8511 authored about 6 years ago
Indicate that a column has filters by adding a color to the filter icon

github.com/devhubapp/devhub - b3bedeccf7b63721a93c57a25f65995c249b5d11 authored about 6 years ago
Change clear icon to an eye and the unread icon to mail-read

github.com/devhubapp/devhub - 7ef4bbaa465b08d823ff49d6346f03710447e0c6 authored about 6 years ago
Enable tripple state filter

Now its easier to create a filter that only shows some specific items, since you dont have to un...

github.com/devhubapp/devhub - 7d7559d55994900fa517c92489baa1b1ede07398 authored about 6 years ago
Moved some code related to filters

github.com/devhubapp/devhub - 938ed8a5aa78c028eefde2b743ce2e1240874f8f authored about 6 years ago
Support tripple state checkbox

github.com/devhubapp/devhub - 9a1e5ddcaa85ea83ce140f82cef194737abd9078 authored about 6 years ago
Incrementally increase number of items loaded per page

Load 10 on first page, 20 on second, 30 on third, etc

Max: 100

github.com/devhubapp/devhub - 8c090a12f039327ec2b6a929a3f2b17b6271fd7c authored about 6 years ago
Small spacing tweak on column options

github.com/devhubapp/devhub - 3e84b6f33922e7203e3917cb484eb9fb2ade3d2f authored about 6 years ago
Reduced column header items spacing

github.com/devhubapp/devhub - 544b31adc81a9bb9261044bf4313a94cbb4dfca6 authored about 6 years ago
Stop clearing unread notifications

github.com/devhubapp/devhub - 825324c09efd41b311dfaaacd20564d798ce31a3 authored about 6 years ago
Remove "all" text from notification column

github.com/devhubapp/devhub - 889066d618b73ebc21b3fdc7f7e5279e33834b7f authored about 6 years ago
Add card item separator after the last item

github.com/devhubapp/devhub - 3ea6406648c05043c755a6247e18799059014547 authored about 6 years ago
New feature: Clear columns

github.com/devhubapp/devhub - 419c9fd72d85a2c66d74904c422d84c34df44ed2 authored about 6 years ago
FAB position tweak to match Load more button

github.com/devhubapp/devhub - 3e1ce91596f4bdb9ab4408e235cc35d86a3432f8 authored about 6 years ago