Commit graph

58 commits

Author SHA1 Message Date
btzr-io
80c0f9a8f6 extend support for human-readable files 2018-08-01 22:56:17 -06:00
Thomas Zarebczan
305d1a4a48 lbry-app > lbry-desktop
Reviewed all instances of lbry-app and changed to lbr-desktop. There are still some that will stay at lby-app for now (i.e. AUR/Flatpak repo names).
2018-07-12 14:39:12 -04:00
Thomas Zarebczan
703f16e9a1 Remove check for div
One of these conditions (including tipping) will always apply, no need to hide the div.
2018-07-11 14:59:59 -04:00
btzr-io
0f09210c5a rename video component to fileViewer 2018-07-10 10:33:03 -04:00
btzr-io
180cb7b73e improve mediaType detection 2018-07-10 10:33:03 -04:00
btzr-io
ec9448bc18 more fixes
unblock unplayable files

fix context menu errors of pdfViwer
2018-07-10 10:33:02 -04:00
btzr-io
03c9e53dd2 add pdf-viewer
reduce lbry.getMedia calls

update fileRender logic
2018-07-10 10:33:02 -04:00
btzr-io
f026ed6db6 fix playable logic
- Add new icon Eye

- Show preview button
2018-07-10 10:33:02 -04:00
btzr-io
a8edbee7f6 add fileRender component 2018-07-10 10:31:49 -04:00
Sean Yesmunt
058ea02b05 fix typo 2018-07-03 15:14:08 -04:00
Sean Yesmunt
1f0d59c444 improve spacing on file page 2018-06-25 02:48:27 -04:00
Sean Yesmunt
a8eeee2bbe use gift icon for tips 2018-06-25 00:08:41 -04:00
Sean Yesmunt
da96f28794 improve file page ux 2018-06-20 00:49:20 -04:00
Sean Yesmunt
83694a1c2b
Revert "fixed isPlayable to only play for video or audio." 2018-06-18 12:39:33 -04:00
Mark Beamer Jr
020884bb7b fixed isPlayable to only play for video or audio. 2018-06-17 02:44:51 -04:00
Sean Yesmunt
6f4734b518 change prop name to describe where it should be used, not how it looks 2018-06-15 16:47:18 -04:00
Sean Yesmunt
1d8d338629 add toggle style for autoplay 2018-06-15 16:11:02 -04:00
Sean Yesmunt
8d09b03064 fix: show tip/speech links on videos 2018-06-15 13:06:40 -04:00
Sean Yesmunt
d57b9584c1 address PR comments 2018-06-14 16:10:50 -04:00
Sean Yesmunt
4379bca73e move subscription to it's own row to avoid overlap issues 2018-06-13 17:07:19 -04:00
Sean Yesmunt
961f1cf2fd add no thumbnail fallback and make sure .zips aren't playable 2018-06-13 16:47:22 -04:00
Sean Yesmunt
422dd25949 add thumbnail fallback for non-playable content 2018-06-13 16:32:38 -04:00
Sean Yesmunt
a69a4e2852 fix: editing with no source 2018-06-12 01:11:17 -04:00
Sean Yesmunt
30d04ed0d7 add comment that links to PR with discussion 2018-06-08 14:31:00 -04:00
Travis Eden
c2be04a18d always update costInfo on FilePage componentDidMount 2018-06-07 13:47:09 -04:00
Thomas Zarebczan
23a26c075a fix share on Web (spee.ch) URLs 2018-06-06 15:22:28 -04:00
Sean Yesmunt
f669714553 fix: edit with no file change 2018-06-01 13:56:00 -04:00
Baltazar Gomez
bb9e4e218d
Merge branch 'master' into md-fix 2018-06-01 11:32:05 -06:00
Daniela Narvaez
0bd65bce47 Fix claim ID on when reporting a claim. 2018-05-30 23:01:19 -03:00
btzr-io
f3fff5667c update changelog 2018-05-29 21:18:41 -06:00
Travis Eden
c6732d3d3f add buttons to share spee.ch URLs on file and channel pages 2018-05-25 09:33:45 -04:00
Sean Yesmunt
e56c21fd22 use color prop for icon color instead of relying on type of icon and tooltip cleanup 2018-05-25 00:40:35 -04:00
Sean Yesmunt
f86bb14591 update tooltip component to show on hover and add different directions 2018-05-25 00:40:34 -04:00
Sean Yesmunt
7a10e0eda9 move file actions below video player 2018-05-25 00:40:34 -04:00
Sean Yesmunt
f54a24309e fix: use short form uri when preparingEdit so users know they are editing 2018-05-23 00:35:34 -04:00
Sean Yesmunt
492b1601f6 feature: use internal-apis for subscriptions and add page loader
update subscription types

update changelog

Simplify subscriptions sync logic

add claim type

use let over const

change spinner color based on theme

clean up subscriptions
2018-05-15 11:16:14 -04:00
Sean Yesmunt
f231b430e6 cleanup css 2018-05-11 13:47:05 -04:00
Travis Eden
7635145641 move file page autoplay setting below channel info; lint fixes 2018-05-11 12:36:04 -04:00
Travis Eden
bf8518d04c Autoplay: start playing/downloading video/audio/image in video component. Adds on/off checkbox on settings and file pages. Adds CHECK_SIMPLE icon (w/o circle).
add changelog entry
2018-05-11 10:47:08 -04:00
Daniel Dominguez
16c09a9ddd Move modals types constants to lbry-redux repository.
- Remove useless file modal types as is not referenced anymore in this repository.
  - Changed import statements to use lbry-redux to import modal types constants.
2018-05-05 16:04:47 -03:00
Sean Yesmunt
25c6ef54e1 doOpenModal => doNotify 2018-04-19 12:51:18 -04:00
Sean Yesmunt
eaa11679e7 update: move to lbry-redux 2018-04-18 00:13:00 -04:00
Sean Yesmunt
05e6fbed12 fix: don't show two pending publish cards for edit publishes 2018-04-06 02:00:36 -04:00
Sean Yesmunt
3edd660f77 implement app redesign 2018-03-26 14:32:43 -07:00
liamcardenas
d8cd9497cc Format changes with prettier 2018-03-15 01:35:47 -07:00
liamcardenas
7828753d49 Fix recurring download problem, notification error and consolidate actions 2018-03-15 01:34:22 -07:00
liamcardenas
174285aea8 Reduce unnecessary api calls 2018-03-07 12:02:53 -08:00
liamcardenas
1e1c494367 Re-ran prettier 2018-03-07 11:19:45 -08:00
liamcardenas
6e293fd04b Fixed weird issue with flow throwing fallacious error 2018-03-06 01:37:53 -08:00
liamcardenas
98c9dfb68e Formatted code with prettier 2018-03-06 00:36:04 -08:00