Commit Graph

82 Commits

Author SHA1 Message Date
Bruno Lemos
2ed33db40a Set version to 0.0.1 on package.json like android and ios 2018-10-07 03:08:32 -03:00
Bruno Lemos
6aedac818a Add a org column 2018-10-07 02:55:24 -03:00
Bruno Lemos
854d842e2b [Android] Linked dependencies 2018-10-07 02:53:55 -03:00
Bruno Lemos
2bc6ad8e0d [Android] Regenerate project 2018-10-05 21:08:41 -03:00
Bruno Lemos
bdbfc05cb2 [WEB] Fix build 2018-10-04 20:48:48 -03:00
Bruno Lemos
b919c5502e Fix mobile packager
Install missing dependencies
2018-10-02 22:31:04 -03:00
Bruno Lemos
0d509399e2 Use react-navigation-tabs
Fix deprecation warning

Fix types
2018-10-02 00:13:46 -03:00
Bruno Lemos
2cd2751922 [ImageWithLoading] Fix setState inside an unmounted component 2018-10-01 23:22:31 -03:00
Bruno Lemos
22b503157a Upgrade dependencies
Enable react-native-screens

Fix URL on mobile
2018-10-01 23:12:43 -03:00
Bruno Lemos
919a652a39 Support repo columns 2018-10-01 19:06:50 -03:00
Bruno Lemos
7728837533 Remove hardcoded token, read it from url instead
PS: Breaks mobile
2018-08-24 04:34:40 -03:00
Bruno Lemos
5d69c7c6e8 Merge starred events from the same user 2018-07-11 21:20:36 -03:00
Bruno Lemos
57d8260164 [TypeScript] Improved warna type definition 2018-07-11 21:16:37 -03:00
Bruno Lemos
a0b3ed1be2 [WEB] Fix broken mobile after react-navigation upgrade 2018-05-28 03:47:47 -04:00
Bruno Lemos
07ac7b42a3 [WEB] Upgrade react-native-web + Patch 2018-05-28 03:13:46 -04:00
Bruno Lemos
01db7d32d2 Downgrade React because of react-native-web bug
Upgrade after this is fixed: https://github.com/necolas/react-native-web/issues/958
2018-05-28 03:08:25 -04:00
Bruno Lemos
38d29dd5bc [WEB] Fix build after updating react-scripts-ts to v2.16.0 2018-05-28 02:52:33 -04:00
Bruno Lemos
f533f19780 [WEB] Fix icons 2018-05-28 02:47:39 -04:00
Bruno Lemos
14f42f6c4a Upgrade dependencies 2018-05-28 02:47:37 -04:00
Bruno Lemos
4fe68926f5 Upgrade typings 2018-05-03 14:04:42 -03:00
Bruno Lemos
a05b15124f Add type check on pre-commit hook 2018-05-03 13:25:44 -03:00
Bruno Lemos
e73a547f4e Fix remaining typescript errors 2018-05-03 13:25:41 -03:00
Bruno Lemos
88fbca9e6c Fix react-native-linear-gradient typings + Use startPoint/endPoint instead of start/end 2018-05-03 12:53:09 -03:00
Bruno Lemos
e24d8587e5 [WEB] Show less text on comments 2018-04-30 21:37:29 -03:00
Bruno Lemos
17962ad45f Fix wrong lifecycle method name 2018-04-30 21:20:34 -03:00
Bruno Lemos
f4277746d7 Fetch data every minute 2018-04-24 20:32:40 -03:00
Bruno Lemos
66cc324497 Show unread notifications at the top 2018-04-24 20:26:17 -03:00
Bruno Lemos
0db69dfcf0 [WEB] Fix tabbar not showing on web mobile 2018-04-23 04:56:57 -03:00
Bruno Lemos
7da0d2f497 [WEB] Point gh-pages to github_ts 2018-04-23 04:17:36 -03:00
Bruno Lemos
d9c108e81b [WEB] Show Notifications as the first column 2018-04-23 02:40:56 -03:00
Bruno Lemos
b8228ce19d [WEB] Hide tab bar on desktop 2018-04-23 01:42:48 -03:00
Bruno Lemos
963b655724 Show lock icon on private events 2018-04-23 01:35:10 -03:00
Bruno Lemos
9a75cff480 Fix username extractor when it have a plus sign 2018-04-23 01:35:10 -03:00
Bruno Lemos
ffa21497e1 Text tweaks (e.g. line height) 2018-04-23 01:35:10 -03:00
Bruno Lemos
b19ab711a3 Fix unwanted props being passed to dom 2018-04-23 01:35:10 -03:00
Bruno Lemos
f1ebcc4eff Only show 5 row items instead of scrollable list
For UX purposes (avoid unwanted scrolling)
2018-04-23 01:35:08 -03:00
Bruno Lemos
18b011d4ed Tweak header height 2018-04-22 21:14:03 -03:00
Bruno Lemos
48287eb559 Support multiple types of event columns 2018-04-22 20:59:58 -03:00
Bruno Lemos
044121f8c9 Rewrite container prop types without using Omit 2018-04-22 20:31:17 -03:00
Bruno Lemos
cb63320c0d Fix row overflowing 2018-04-22 20:13:35 -03:00
Bruno Lemos
b191990154 Set pagingEnabled on Columns 2018-04-21 04:31:18 -03:00
Bruno Lemos
3bb17272f2 Enable swipe gestures only on notifications 2018-04-21 04:27:31 -03:00
Bruno Lemos
04591583b6 Only leave two columns for testing 2018-04-21 03:31:27 -03:00
Bruno Lemos
b44746586d Blacklist .history folder 2018-04-21 03:30:53 -03:00
Bruno Lemos
115e570cf5 [WEB] Fix zero height 2018-04-21 03:11:37 -03:00
Bruno Lemos
6febe7c520 Downgrade react-native-vector-icons
https://github.com/oblador/react-native-vector-icons/issues/615#issuecomment-383254600
2018-04-20 21:56:10 -03:00
Bruno Lemos
648a0bc7bc Upgrade all dependencies 2018-04-20 21:18:13 -03:00
Bruno Lemos
1e1b42c6c3 Upgrade react-native to 0.55.2 2018-04-16 22:19:12 -03:00
Bruno Lemos
1d8b4d3d39 Column layout 2018-04-16 22:14:19 -03:00
Bruno Lemos
51f5fff1b9 Fix xcode npm script 2018-04-16 17:13:08 -03:00