Commit Graph

1316 Commits

Author SHA1 Message Date
Bruno Lemos
534b03f8d1 Increase card sub icons size a little bit 2019-01-30 11:32:05 -02:00
Bruno Lemos
6c28ef4719 Break big words 2019-01-30 11:00:36 -02:00
Bruno Lemos
133d2ba0f7 Move issue card id to a separate line from the title 2019-01-30 10:58:54 -02:00
Bruno Lemos
fcae4969f5 Tweak SubHeader
Also fix regression on mobile
2019-01-30 10:28:15 -02:00
Bruno Lemos
0de8cdeb3a [Web] Change text hover effect
Change color instead of adding underline
2019-01-30 09:22:38 -02:00
Bruno Lemos
f536d0a0bc Show 2 lines of issue titles instead of 1 + Show author username below the title 2019-01-30 08:25:10 -02:00
Bruno Lemos
26b73be172 Show 3 lines of comments instead of 4 2019-01-30 08:24:19 -02:00
Bruno Lemos
820c58d23b Fix Clear button disabled state on filtered columns
Consider only the visible items that can be cleared instead of all items

Fix #99
2019-01-30 07:26:45 -02:00
Bruno Lemos
b391ca8caa Prepare for mixed column support (#28)
Moved subscription items selector to redux and merged items from multiple subscriptions instead of picking the first subscription only
2019-01-30 07:26:44 -02:00
Bruno Lemos
65d6a73876 New column type: Notifications for a specific repository
Closes #44
2019-01-30 07:26:12 -02:00
Bruno Lemos
8c8bb4c41e Fix typo 2019-01-29 20:56:25 -02:00
Bruno Lemos
d525c4a141 Change notification card layout, give more focus to repository
Fix #11
2019-01-29 07:48:17 -02:00
Bruno Lemos
02dc6767b8 Stop moving read notifications to the bottom 2019-01-29 06:04:51 -02:00
Bruno Lemos
35107a7f42 Align card actions/icons to the top 2019-01-29 05:09:20 -02:00
Bruno Lemos
feec9c505f Tweak TextInput border color 2019-01-28 04:16:55 -02:00
Bruno Lemos
07d9847471 Update Desktop screenshot 2019-01-24 01:18:11 -02:00
Bruno Lemos
a23b464dc5 [Desktop] Only show 2 digits on update download progress 2019-01-20 21:41:48 -02:00
Bruno Lemos
305a1725e9 v0.44.0 v0.44.0 2019-01-20 21:17:12 -02:00
Bruno Lemos
2aaf7ad484 Revert dev code 2019-01-20 21:15:29 -02:00
Bruno Lemos
040f839f64 Prevent rgba error on theme change
TODO: Fix this for real
2019-01-20 21:07:36 -02:00
Bruno Lemos
4d29578194 Fix card icon alignment 2019-01-20 20:54:25 -02:00
Bruno Lemos
234a2a79e6 Strip markdown content from comments
Related: #38
2019-01-20 18:55:05 -02:00
Bruno Lemos
81c0b00152 Design tweaks
Changed some colors, like Sidebar and Header backgrouns

Changed separators color and size

Changed all avatar to be a circle instead of rounded

Made the dot separator smaller
2019-01-20 18:54:58 -02:00
Bruno Lemos
1e4116622f Only show exact time on hover to make it cleaner 2019-01-20 17:48:09 -02:00
Bruno Lemos
90597122e0 Migrate from react-spring/hooks to react-native/hooks 2019-01-20 05:43:08 -02:00
Bruno Lemos
f26ee3b318 Patch react-spring with native-hooks fixes 2019-01-20 05:42:48 -02:00
Bruno Lemos
e875ed64be Attatch window.eval code to the reported error
So I can see what was attempted
2019-01-19 19:57:23 -02:00
Bruno Lemos
f69e556d24 Run tsc on pre-commit to ensure no types got broken 2019-01-19 02:57:18 -02:00
Bruno Lemos
4ea989d654 [Android] Fix TextInput height 2019-01-19 02:57:17 -02:00
Bruno Lemos
ba3a75d97c [Web] Fix regression on Firefox
RowList not showing up
2019-01-19 02:57:16 -02:00
Bruno Lemos
2cf84ed348 [Android] Fix bugs that appeared after react-spring migration
So many random things stopped working.

They were mainly caused by a rerender happening in a child view while some react-spring animation was happening.

Also I could not scroll on some places anymore, so I had to add collapsable={false} to some views as seem here: https://github.com/facebook/react-native/issues/21026#issuecomment-442785268

[Web] Workaround for white edge bug on images

https://github.com/necolas/react-native-web/issues/1228
2019-01-19 02:57:06 -02:00
Bruno Lemos
57576ea45a Fix column size taking in consideration the separator size 2019-01-18 21:32:56 -02:00
Bruno Lemos
e77122c64b Migrate all Animated to react-spring
This allows theme change without triggering component rerenders, improving performance on theme change

Fix #68
2019-01-18 21:32:47 -02:00
Bruno Lemos
686d733dd2 [Dev] New hook: useWhyDidYouUpdate 2019-01-18 03:41:01 -02:00
Bruno Lemos
15ce400286 [Web] Fix CSS Variables support detection on Safari 2019-01-16 21:04:14 -02:00
Bruno Lemos
053b2d1f8b Tweak black and white themes separator color 2019-01-16 21:03:23 -02:00
Bruno Lemos
fc4491ccf9 [UX] Tweak hover out effect on Column filters 2019-01-16 06:58:01 -02:00
Bruno Lemos
e6adeca85f [Mobile] Fix crash due to using View instead of AnimatedView 2019-01-16 06:15:26 -02:00
Bruno Lemos
2e2d047732 Small fix 2019-01-16 05:56:58 -02:00
Bruno Lemos
336402db08 Update README.md 2019-01-16 05:55:59 -02:00
Bruno Lemos
3d2e51d2fc Update README.md 2019-01-16 05:48:48 -02:00
Bruno Lemos
1d3d9edaf1 Update README.md 2019-01-16 05:47:31 -02:00
Bruno Lemos
6b4f1f74f3 Merge pull request #93 from svenefftinge/master
Enable Gitpod for easier contributions
2019-01-16 05:18:21 -02:00
Bruno Lemos
3e5178a2be Prevent users from adding new columns if limit was already reached
Closes #67

![image](https://user-images.githubusercontent.com/619186/51230406-06dc8b00-1947-11e9-936c-a76da587dd09.png)
2019-01-16 04:27:51 -02:00
Bruno Lemos
bd6a5174d8 Disable some gradient overlays 2019-01-16 03:46:44 -02:00
Bruno Lemos
fe6770d42d [UX] Handle hover state on Column filters
#87
2019-01-16 03:46:38 -02:00
Bruno Lemos
3ed11b1023 [Refactor] Unified ScrollView/FlatList + TransparentOverlay in a single component 2019-01-16 02:35:02 -02:00
Bruno Lemos
d2744c98e2 Remove Inbox/Archive filters, replace with better Clear/Show-Cleared workflow
Fix #29

Cleanup items from cache after pressing the Clear button

New footer button: "Show cleared items"

Also improved the saved items filter, made it more flexible by allowing three states (show saved only, hide saved or default, that shows saved together with non saved)

Improved Column Filters layout by showing filter details right of the filter

Disable clear button when there is no item to be cleared

 #87
2019-01-15 21:59:17 -02:00
Bruno Lemos
83651365a1 [Web] Fix image edge bug
#87

https://github.com/necolas/react-native-web/issues/1228

https://github.com/necolas/react-native-web/issues/1229
2019-01-15 19:13:06 -02:00
Bruno Lemos
93c4618505 Fix ColumnHeaderItem color not being overwriten 2019-01-15 02:38:28 -02:00