Jeremy Kauffman
7e9c8f2625
Merge pull request #587 from lbryio/show-local-channel
...
Show local file indicator on Channel page
2017-09-22 18:10:46 -04:00
Jeremy Kauffman
861241ca3a
Merge branch 'icon-improvements'
2017-09-22 17:48:52 -04:00
Jeremy Kauffman
0a4e17af54
minor design changes
2017-09-22 17:48:35 -04:00
Alex Liebowitz
bbfb0fea67
Add <IconSet /> component
...
This is a presentational component for horizontal banks of icons (and
sometimes other stuff).
Convert <FileCard /> and <FileTile /> to use <IconSet />
Factor out "downloaded/published" icon into its own component
Add Featured Content icon to file tiles
Add alignment style for Featured Content icon
Update CHANGELOG.md
Handle featured content icon adjustment in _icons.scss
Remove IconSet component
Converted back to a presentational span and move positioning styles
into card SCSS
Fix spacing between price and icons in file tiles and cards
Before, it would be missing the space if there was a "local file" icon
but no featured content icon.
Rewrite Icon component to use semantic icons
Now you can pass in a constant that indicates the meaning of the icon
within the interface, e.g. icons.FEATURED instead of "icon-rocket".
Also adds the appropriate title.
All icons should eventually be updated to use this.
Remove IconFeatured and IconLocal in favor of new Icon component
Add space between Featured and Local icons
In the conversion to a generic Icon component, we lost the styles that
added padding on the left for FeaturedIcon and LocalIcon.
Fix how rocket icon position is adjusted
Before, it was using a negative margin, which altered the shape of the
bounding box. Changed to use relative positioning.
Add support for styling LBRY icons
Move style for Featured icon into icons.js
Uses new class name format for LBRY icon styles
2017-09-22 17:48:30 -04:00
Jeremy Kauffman
4ed7d2cba9
bad solution for #544
2017-09-21 21:12:18 -04:00
Baltazar Gomez
55f2a4c2cd
Merge pull request #574 from lbryio/v16-scrollbar
...
Improve scrollbar ( UI / UX )
2017-09-21 10:48:53 -06:00
Baltazar Gomez
440d982690
Merge branch 'redesign' into v16-scrollbar
2017-09-21 10:48:29 -06:00
Baltazar Gomez
40ad276f1a
Merge pull request #576 from lbryio/v16-tabs
...
Improve tabs ( UI / UX )
2017-09-21 10:44:10 -06:00
Alex Grintsvayg
326d76b561
we don't need the full gnome-keyring, just libsecret
2017-09-21 10:24:18 -04:00
Alex Grintsvayg
a2ef39a3cb
forgot to changelog this
2017-09-21 09:31:02 -04:00
Alex Grintsvayg
dafe9bb87d
add message about installing dependencies in build
2017-09-21 09:29:56 -04:00
Jeremy Kauffman
cba6a40394
Bump version: 0.16.0rc7 → 0.16.0
2017-09-21 09:26:32 -04:00
Alex Grin
054a548fc4
Merge pull request #558 from MSFTserver/patch-2
...
better (build.sh)
2017-09-21 09:23:43 -04:00
Alex Grintsvayg
dbd147f4d1
add gnome-keyring deb dependency. closes #386 .
...
the rest of the `depends` are the defaults
see https://www.electron.build/configuration/deb for details
2017-09-21 08:50:05 -04:00
Jeremy Kauffman
a01b258f47
Bump version: 0.16.0rc6 → 0.16.0rc7
2017-09-20 15:45:57 -04:00
Jeremy Kauffman
cac00028c4
update invite reward check, fix infinite reward loop
2017-09-20 15:45:39 -04:00
Jeremy Kauffman
7b41c199b2
Bump version: 0.16.0rc5 → 0.16.0rc6
2017-09-20 15:27:44 -04:00
Jeremy Kauffman
6b87369bbe
transaction value fix
2017-09-20 15:27:25 -04:00
Jeremy Kauffman
0f8e61982e
Bump version: 0.16.0rc4 → 0.16.0rc5
2017-09-20 13:55:29 -04:00
Jeremy Kauffman
8690d8a414
update daemon to 0.16.1 proper
2017-09-20 13:55:10 -04:00
Jeremy Kauffman
3bb146244e
Bump version: 0.16.0rc3 → 0.16.0rc4
2017-09-20 13:23:57 -04:00
Jeremy Kauffman
7b7a63b892
disable anything cost related other than direct content cost
2017-09-20 13:20:02 -04:00
Jeremy Kauffman
33c5158818
channel navigation fixes
2017-09-20 13:12:53 -04:00
Jeremy Kauffman
a22a773633
fix channel pagination
2017-09-20 10:57:43 -04:00
Jeremy Kauffman
16bc650d6a
fix sign on some transaction outpoints
2017-09-20 10:39:51 -04:00
Jeremy Kauffman
2a15331e88
Bump version: 0.16.0rc2 → 0.16.0rc3
2017-09-20 09:43:59 -04:00
Jeremy Kauffman
13074fef0c
no data is included
2017-09-20 09:43:49 -04:00
Jeremy Kauffman
4553418f98
remove dependency on lighthouse for size
2017-09-20 09:38:24 -04:00
Jeremy Kauffman
ef882b40b8
Bump version: 0.16.0rc1 → 0.16.0rc2
2017-09-20 08:47:55 -04:00
Jeremy Kauffman
2746627fb1
fix availability issue and restore open in folder
2017-09-20 08:47:16 -04:00
Alex Grin
47aec4efcf
Merge pull request #567 from wallermadev/WD-Microsoft-Watch
...
Windows Watch Batch
2017-09-19 09:29:17 -04:00
Alex Liebowitz
d82f4c43a2
Show local file indicator on Channel page
2017-09-19 04:16:15 -04:00
Jeremy Kauffman
ae512ea68e
update changelog
2017-09-18 18:17:01 -04:00
Jeremy Kauffman
c9d5e248aa
Merge branch 'btzr/enter-key'
2017-09-18 18:16:18 -04:00
Jeremy Kauffman
cfcdbd48f1
add required prop type
2017-09-18 18:16:00 -04:00
btzr-io
b7b8851698
fix #542
...
implement submit component
fix weird behaviour in wallet send
prevent refresh on enter key
fix wallet send -> submit handler
implement form component
fix conflicts
remove unused files
better submit handler
better validation for walletSend
prevent / remove missign parameters error (popup)
minor fix
minor fix for submit validation in walletSend
2017-09-18 18:10:20 -04:00
Jeremy Kauffman
abb83c17ed
Bump version: 0.15.1 → 0.16.0rc1
2017-09-18 17:49:41 -04:00
Jeremy Kauffman
76352161a5
Merge branch 'v16'
2017-09-18 17:48:39 -04:00
Jeremy Kauffman
4866fa8b84
update to daemon v0.16.0 proper, fix bug on new publishes
2017-09-18 17:42:11 -04:00
Jeremy Kauffman
3e4aea3a15
lost theming in changelog
2017-09-17 22:14:48 -04:00
Jeremy Kauffman
2dfd071e16
cancel play on navigate away
2017-09-17 22:13:05 -04:00
Jeremy Kauffman
e741d5ee27
fix pending play issue introduced much earlier in branch
2017-09-17 22:08:43 -04:00
btzr-io
190523518d
update dark-theme
2017-09-17 19:24:11 -06:00
Jeremy Kauffman
b5dc588e23
remove unused property
2017-09-17 21:03:44 -04:00
Jeremy Kauffman
65f65f1aea
transaction refactor / cleanup / improvement
2017-09-17 20:52:57 -04:00
btzr-io
44e5698b1a
update vars.scss
2017-09-17 18:46:44 -06:00
btzr-io
15216d0cad
split tabs style from header
2017-09-17 18:27:50 -06:00
btzr-io
b49e5f3075
add better tab styles
...
add animation for active tab
2017-09-17 18:25:07 -06:00
btzr-io
1e2f8e643d
update changelog
2017-09-17 14:34:39 -06:00
Jeremy Kauffman
f68136bd79
Merge branch 'v16-tip' into v16
2017-09-17 16:34:14 -04:00