Sean Yesmunt
2c433d57b6
fix: metadata
2019-02-21 16:26:01 -05:00
Sean Yesmunt
f914b0bca4
v0.29.0-rc.6
2019-02-21 12:35:04 -05:00
Sean Yesmunt
5cd7685d1c
v0.29.0-rc.5
2019-02-21 12:20:53 -05:00
Sean Yesmunt
4c6e923bc0
add search analytics
2019-02-21 12:19:08 -05:00
Sean Yesmunt
872e8a8edb
Merge remote-tracking branch 'origin/ui-fixes' into release-0.29.0
2019-02-21 11:33:29 -05:00
Sean Yesmunt
69dd8af68a
change: use select drop down for search results
2019-02-21 11:30:53 -05:00
Sean Yesmunt
c2b57bca8d
fix: name input text wrapping
2019-02-21 10:58:05 -05:00
Thomas Zarebczan
e6a9346e15
fix: file percentage on pending downloads
...
Changed to DidMount (did update seemed to trigger the file list too many times) - this will show the percentage if it's not completed and currently downloading. Typical cases are if a person refreshed or navigated away/back. This way if a download is stuck, a user will see the percentage and can try to delete/redownload (we should add a start/stop feature later on).
2019-02-21 10:31:53 -05:00
Sean Yesmunt
2144024b47
fix: ... buttons ... again
2019-02-21 05:53:31 -05:00
Thomas Zarebczan
414397aa78
maint: rc4
...
with UI fixes
2019-02-20 19:19:31 -05:00
Thomas Zarebczan
d97eb5d7c0
Merge branch 'ui-fixes' into release-0.29.0
2019-02-20 19:18:34 -05:00
Sean Yesmunt
53b8b4d8ca
fix: thumbnail size on related content
2019-02-20 18:10:07 -05:00
Sean Yesmunt
464d1da6b9
fix: don't break app when navigating to abaondoned claims
2019-02-20 18:04:52 -05:00
Sean Yesmunt
616ef88c84
fix: select option color for windows/linux
2019-02-20 18:03:16 -05:00
Sean Yesmunt
87549a5a30
fix: button color in publish form
2019-02-20 17:51:54 -05:00
Sean Yesmunt
04115ac264
fix: icon alignment on file page
2019-02-20 17:26:09 -05:00
Sean Yesmunt
de9c62e4ad
fix: scrollable list on subscriptions
2019-02-20 16:22:46 -05:00
Sean Yesmunt
8e4ba46dce
fix: remember if search options were open
2019-02-20 16:05:49 -05:00
Sean Yesmunt
a59cd3a9ad
v0.29.0-rc.3
2019-02-20 15:27:29 -05:00
Sean Yesmunt
bc54e3272c
bump lbry/components
2019-02-20 15:27:19 -05:00
Sean Yesmunt
e905d26ade
v0.29.0-rc.2
2019-02-20 14:35:43 -05:00
Sean Yesmunt
cf153ea286
bump daemon
2019-02-20 14:35:34 -05:00
Sean Yesmunt
7a4ce41855
v0.29.0-rc.1
2019-02-20 14:19:55 -05:00
Sean Yesmunt
8010808e56
Merge pull request #2287 from lbryio/invite-link
...
feat: add referral link
2019-02-20 14:17:53 -05:00
Sean Yesmunt
b16f82fde4
update changelog
2019-02-20 13:18:17 -05:00
Sean Yesmunt
d284cded0b
update lbryinc
2019-02-20 13:17:17 -05:00
Sean Yesmunt
81754ebe30
Merge pull request #2286 from lbryio/css
...
ui cleanup
2019-02-20 13:13:09 -05:00
Sean Yesmunt
bb8d818c85
feat: add referral link
2019-02-20 11:18:59 -05:00
Sean Yesmunt
8c2bf13217
fix: ui cleanup
2019-02-20 00:20:29 -05:00
Sean Yesmunt
999c7beef1
Merge pull request #2282 from lbryio/search-filter
...
feat: search filters
2019-02-18 13:47:01 -05:00
Jeremy Kauffman
46ff0b62c9
publishes instead of files
2019-02-18 13:46:51 -05:00
Sean Yesmunt
ff0478ade3
feat: add support for search filters
2019-02-18 13:21:20 -05:00
Thomas Zarebczan
541f6fc34a
updates from PR
2019-02-18 12:54:13 -05:00
Sean Yesmunt
dbfda4448d
Merge pull request #2283 from lbryio/resolve-fix
...
0.32 SDK support + other fixes
2019-02-18 12:35:42 -05:00
Sean Yesmunt
08f48f3868
maint: upgrade sdk to 0.32.0
2019-02-18 12:33:45 -05:00
Sean Yesmunt
7d8f83b0b6
Merge pull request #2280 from lbryio/search-ux
...
clean up file{card,tile} for simpler small/large adjustments and better placeholder behavior
2019-02-15 13:12:11 -04:00
Sean Yesmunt
c234e3338f
clean up file-card/file-tile
2019-02-14 21:52:10 -04:00
Sean Yesmunt
3c67fa239a
Merge pull request #2279 from lbryio/components
...
Use shared components repo for button/form/table styling
2019-02-14 21:51:16 -04:00
Sean Yesmunt
4c76050460
use @lbry/components
2019-02-13 12:27:20 -04:00
Thomas Zarebczan
f9a681a425
Support 0.31 SDK, vrooom ( #2277 )
...
* maint: 0.31.0 changes
Changes to account for 0.31.0, WIP
* maint: key fee settings + bump SDK
Disable setting is no longer part of SDK settings so I moved it into local storage. Also moved in the max fee setting since it's now cleared out from the SDK.
* flow fix
* fix: share usage setting
* fix: file path unavailable
When clicking play, the file does re-download now, so no need to do anything there. Improved click behavior when file is deleted - it now still opens the folder in case someone is interested.
* review fixes
Set disableMaxKeyFee as a local variable. Removed file info from componentdidmount.
* fix, take 2
No need to set the setting I just removed...
* review fixes
Removed local settings storage. Value will be reset when switching back and forth.
* Update view.jsx
* Update settings.js
2019-02-12 13:26:50 -04:00
Sean Yesmunt
03e2f35d37
Merge pull request #2272 from kuesa/master
...
Add Broken Heart Icon for Unsubscribing
2019-02-07 11:05:45 -05:00
Sean Yesmunt
9625a30fd4
update changelog
2019-02-07 10:41:32 -05:00
kuesa
2541927a29
Updated icon.
2019-02-07 10:40:56 -05:00
kuesa
85fbea8180
Added "Unsubscribe" broken heart icon.
2019-02-07 10:40:56 -05:00
Sean Yesmunt
e025a33a0f
Merge pull request #2271 from derek-yesmunt/master
...
Fix #2270 - Dark mode inverse button css
2019-02-07 00:02:15 -05:00
Derek Yesmunt
9542e5b520
update changelog
2019-02-06 21:20:07 -05:00
Derek Yesmunt
ad24e27528
Dark mode inverse button css
2019-02-06 21:07:59 -05:00
Sean Yesmunt
0796e473b9
Merge 'release' into 'master' ( #2269 )
...
* v0.28.0-rc.3
* v0.28.0-rc.4
* v0.28.0-rc.5
* v0.28.0
2019-02-05 15:50:27 -05:00
Sean Yesmunt
8467dbdac3
Merge pull request #2268 from lbryio/do-not-track
...
Respect "do not track" setting for search/publish events
2019-02-05 14:02:39 -05:00
Sean Yesmunt
0cc0cff169
fix: typo
2019-02-05 13:37:53 -05:00