Sean Yesmunt
174bfbc8fb
0.27.0 cleanup ( #2182 )
...
* fix: channel navigation from suggested subscriptions
* fix: move subscribe/share buttons below name on channel page
* fix: images with weird media type
* fix: increase tx amount size on tx table
* change: add icons to nav bar
* fix: move filewatcher-webpack-plugin into dev dependencies
* fix: upgrade button styling
* improvement: modal consistency
* change: increase svg stroke inside button
* fix: more descriptive title on header for wallet balance
* fix: minor color/alignment
* chore: update lbry-redux
2019-01-14 13:40:06 -05:00
Sean Yesmunt
88befcc1b9
Newnew ( #2144 )
...
* Fixes
* Fix top result
* Added icons to React component
* Trying to get icons to work
* Icons
* add icon-custom.jsx with buildIcon function
* Icon fixes
* Fixed subscription screen
2018-12-19 00:44:53 -05:00
Sean Yesmunt
4ecd5e1684
add recommended subscriptions
2018-11-21 16:20:55 -05:00
Sean Yesmunt
df322c573a
move modals to app and use doToast/doError
2018-11-20 11:05:25 -05:00
Sean Yesmunt
863b2e32ce
add comment support button
2018-11-07 17:44:38 -05:00
Jessop Breth
bf86974ec2
Uses a constant for PAGE_SIZE
2018-11-02 22:17:55 -04:00
Sean Yesmunt
78c27b4601
Revert "move modals to app and use doToast/doError"
...
This reverts commit 24100fac06
.
2018-10-29 13:25:22 -04:00
Sean Yesmunt
24100fac06
move modals to app and use doToast/doError
2018-10-29 13:24:15 -04:00
Sean Yesmunt
70b95f2f61
subscription improvements
2018-10-22 12:44:22 -04:00
Jessop Breth
8010c4b292
adds modal socialshare capability
2018-09-12 12:54:35 -04:00
Sean Yesmunt
4108e7fdcf
fix select/unselect
2018-09-04 13:18:11 -04:00
Travis Eden
5cd7794fa0
record browsing history, persist content
2018-08-29 23:17:20 -04:00
Travis Eden
82252e6985
remove media.paused; catch file open pause from change of content.playingUri
2018-08-29 23:16:06 -04:00
Travis Eden
f1a799374a
media.positions[outpoint] |> content.positions[claimId][outpoint]
2018-08-29 23:15:43 -04:00
Travis Eden
386e9271ff
when file download completes, notify through snackbar if on subscriptions page; formatting
2018-08-20 09:47:19 -04:00
Daniel
5c65ca7a47
Rename variables names and text labels to be more descriptive.
2018-08-01 15:49:57 -03:00
Daniel Dominguez
b31781f6ef
Add setting to skip desktop nofifications, persist the setting on localstorage, defaults to true(notifications enabled).
2018-07-30 21:13:57 -03:00
btzr-io
213b5280b7
use icon constants
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
Sean Yesmunt
bf2bc68da8
Show error if LBC is unavailable for shapeshifting
2018-07-09 11:04:29 -04:00
Sean Yesmunt
a8eeee2bbe
use gift icon for tips
2018-06-25 00:08:41 -04:00
btzr-io
10913f98ea
fix conflicts
...
- Merge master
2018-06-22 14:29:56 -06:00
btzr-io
3a81c25dab
add icons for external-links
2018-06-20 19:33:00 -06:00
Amit Nandan P
c6684054d5
Merge branch 'master' into master
2018-06-08 00:09:48 -05:00
Sean Yesmunt
3e283f3c73
cleanup thumbnail upload styling
2018-06-08 00:05:45 -04:00
Amit Nandan P
5ffc3ab52c
Merge branch 'master' of https://github.com/amitnndn/lbry-app
2018-06-06 20:53:16 -05:00
Amit Nandan P
8c343b16e3
#1492 Adding support to resend verification email
2018-06-06 20:47:49 -05:00
Travis Eden
f5be93b6b5
add confirmThumbnailUpload modal
2018-06-04 15:35:45 -04:00
Travis Eden
24214bf660
add upload status constants
2018-06-04 15:27:55 -04: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
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
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
1e138112dd
fix: use icons for transaction list actions
2018-04-23 01:08:55 -04:00
Sean Yesmunt
c702a89454
move app modal actions to doNotify type
2018-04-19 15:03:28 -04:00
Sean Yesmunt
3edd660f77
implement app redesign
2018-03-26 14:32:43 -07:00
liamcardenas
2251fe5832
Notify after download, badges and fix error
2018-03-26 00:31:52 -07:00
liamcardenas
74bab48749
Added api sub logging, sub modal, and immediate download initiation
2018-03-16 11:22:19 -07:00
liamcardenas
cbe05c3bcc
Merge branch 'master' into daemon19
2018-03-08 10:20:28 -08:00
liamcardenas
c3dd7f3449
Added notifications and downloading upon detecting to subscription items
2018-03-05 23:44:36 -08:00
liamcardenas
7296800ce0
Add most recent latest video to subscription state
2018-03-05 16:28:11 -08:00
btzr-io
f29a947c09
create component FileExporter
2018-02-23 17:24:00 -07:00
Baltazar Gomez
05423fb8ff
add constant -> export transactions
2018-02-22 22:45:53 -07:00
Liam Cardenas
3863c517fd
Upgrade daemon to 0.19.0rc35
2018-02-20 21:41:30 -08:00
alexliebowitz
f302a0f92a
Merge branch 'master' into auto-update
2018-01-23 19:59:57 -05:00
Liam Cardenas
f47108c4c0
Merge pull request #946 from lbryio/twilio
...
Phone verification
2018-01-22 15:49:35 -08:00
Liam Cardenas
ca9f67b240
Added reset button on phone verification
2018-01-22 15:26:34 -08:00
Liam Cardenas
bdc49691f0
Remove unused reducers and action types
2018-01-22 14:06:07 -08:00
Liam Cardenas
e0de34d433
Readded email collection modal and trigger at startup
2018-01-21 23:27:29 -08:00
Alex Liebowitz
863f7dc23b
Make new dialogs behave correctly when video is playing
2018-01-17 06:10:11 -05:00