Commit Graph

937 Commits

Author SHA1 Message Date
Bruno Lemos
1cb5c2372a v0.36.3 v0.36.3 2018-12-09 03:32:51 -02:00
Bruno Lemos
d88667436d Fix data of undefined 2018-12-09 03:31:39 -02:00
Bruno Lemos
e1f53a7e60 Fix Bugsnag 2018-12-09 03:30:50 -02:00
Bruno Lemos
764cca4264 Fix random fetch error
Failed to execute 'fetch' on 'Window': Illegal invocation
2018-12-09 03:30:49 -02:00
Bruno Lemos
4c78b9f1a3 v0.36.2 v0.36.2 2018-12-09 02:07:35 -02:00
Bruno Lemos
f6083f127b Sync up when user login and client data is newer than server 2018-12-09 02:06:45 -02:00
Bruno Lemos
ff75b28a85 v0.36.1 v0.36.1 2018-12-09 01:39:41 -02:00
Bruno Lemos
6fae0a5cd3 Fix undefined subscription crash
This happens when the app sync with the server and the column/subscription was remover there
2018-12-09 01:38:49 -02:00
Bruno Lemos
9616ada6f7 Prefer server data if client doesnt have updatedAt info
This causes a sync on login for existing users, whcih doesnt have the updatedAt field set yet
2018-12-09 01:37:41 -02:00
Bruno Lemos
8687045e1b v0.36.0 v0.36.0 2018-12-09 01:26:01 -02:00
Bruno Lemos
b44dc63b22 New feature: Sync columns with backend 2018-12-09 01:12:47 -02:00
Bruno Lemos
062228119e Prepare to save columns and subscriptions on backend 2018-12-08 19:34:05 -02:00
Bruno Lemos
42cf959583 Remove transition delay from TouchableOpacity 2018-12-08 17:05:53 -02:00
Bruno Lemos
dd64c4312c Remove global cursor:default style 2018-12-08 16:49:51 -02:00
Bruno Lemos
75ed434e54 Rename "Clear archived" to "Delete archived" 2018-12-08 16:48:06 -02:00
Bruno Lemos
94f989e16c Disable unclear button 2018-12-08 16:46:05 -02:00
Bruno Lemos
c34e2ea105 Rename addColumn and replaceColumns
to addColumnWithSubscriptions and replaceColumnsAndSubscriptions
2018-12-08 16:39:20 -02:00
Bruno Lemos
f2891f7b58 Changed REPLACE_COLUMNS payload format
To a similar one that will be used on backend
2018-12-07 23:10:35 -02:00
Bruno Lemos
47e8dfe268 v0.35.0 v0.35.0 2018-12-07 22:26:12 -02:00
Bruno Lemos
7edec8f5f0 New features: Save for later + Inbox/Archived filter
Also added an option to delete archived items from the cache
2018-12-07 22:26:10 -02:00
Bruno Lemos
ac957c9e5a Changed state structure for column subscription data related fields 2018-12-07 17:45:05 -02:00
Bruno Lemos
2b632bacfe v0.34.3 v0.34.3 2018-12-07 06:01:20 -02:00
Bruno Lemos
6bd0375dbd Alias deploy command to deploy:web 2018-12-07 06:01:19 -02:00
Bruno Lemos
834fe3d681 Prevent column options from getting below FAB
Also take bottom bar height on consideration
2018-12-07 06:01:18 -02:00
Bruno Lemos
3075b27213 New FAB animation, make it rotate from plus to remove icon 2018-12-07 06:01:18 -02:00
Bruno Lemos
44097fd40a Created base TouchableOpacity component
Also some type fixes
2018-12-07 06:01:15 -02:00
Bruno Lemos
08849f6dbc Tweaked checkbox transition 2018-12-07 02:58:32 -02:00
Bruno Lemos
c153f17a8e Fix regression on TextInput style 2018-12-07 00:35:36 -02:00
Bruno Lemos
4e36cc072f Re-add kill-others on scripts 2018-12-06 20:54:16 -02:00
Bruno Lemos
2e45b7994a v0.34.2 v0.34.2 2018-12-06 09:13:20 -02:00
Bruno Lemos
8bc815044e Invert theme when disabling the auto toggle
So the user can play with the button
2018-12-06 09:10:40 -02:00
Bruno Lemos
bd3505df1b Fix icon color transition 2018-12-06 09:10:04 -02:00
Bruno Lemos
bd3928a3e5 v0.34.1 v0.34.1 2018-12-06 08:35:19 -02:00
Bruno Lemos
443767c8fb Faster theme transition by using css variable when possible 2018-12-06 08:33:43 -02:00
Bruno Lemos
86a54b3d75 v0.34.0 v0.34.0 2018-12-06 06:36:54 -02:00
Bruno Lemos
ec83901284 Set initialNumToRender and maxToRenderPerBatch
Trying to improve theme change performance
2018-12-06 06:35:49 -02:00
Bruno Lemos
32ea5e8273 Show add column button on mobile when there is no columns 2018-12-06 06:33:05 -02:00
Bruno Lemos
ce2c1e96a4 Animate theme change 2018-12-06 06:26:18 -02:00
Bruno Lemos
4e96d7d5ec Enable React.memo for card components 2018-12-06 02:12:59 -02:00
Bruno Lemos
fb16da9a85 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 better initial app load experience
2018-12-06 02:07:18 -02:00
Bruno Lemos
edce96a9a4 Cleanup unused subscriptions on a single action instead of multiple dispatches 2018-12-05 19:06:15 -02:00
Bruno Lemos
bb165a4947 Dont show previous comment on state change 2018-12-05 17:44:32 -02:00
Bruno Lemos
b132b8bd8c Tweak empty column vertical alignment 2018-12-05 17:41:19 -02:00
Bruno Lemos
7e39e19d0a v0.33.0 v0.33.0 2018-12-04 20:36:51 -02:00
Bruno Lemos
9e8583d4f0 Fix notification enhancements not being refetched after logout/login 2018-12-04 20:36:51 -02:00
Bruno Lemos
e28e683de3 Tweak how canFetchMore is handled
Prevent losing its value
2018-12-04 20:36:50 -02:00
Bruno Lemos
1cc3cd4f57 Fix org column type 2018-12-04 20:36:50 -02:00
Bruno Lemos
707490f1f0 Show error message when column fetch fails 2018-12-04 20:36:50 -02:00
Bruno Lemos
930f2f4dfc hasFetched is now a ref instead of state
Avoid unnecessary rerender
2018-12-04 20:36:49 -02:00
Bruno Lemos
c7dd0352b6 Revert "[WIP] Cancel fetch requests on unmount"
This reverts commit 48a9ed7c6007b836f1390739666a85f76c924932.
2018-12-04 20:36:49 -02:00