Commit graph

246 commits

Author SHA1 Message Date
Sean Yesmunt
95fee660ad add rest of channel content to the side of the file viewer 2018-07-24 20:50:04 -04:00
btzr-io
71e7a31841 fix list style 2018-07-22 15:28:33 -06:00
Sean Yesmunt
9128a61051 fix community spacing at the bottom of the page 2018-07-20 11:32:44 -04:00
Shawn Khameneh
097a523b39
Merge branch 'master' into wallet-encryption 2018-07-20 09:45:56 -04:00
Sean Yesmunt
8ed40be8a4 better thumbnail placeholder 2018-07-19 10:51:21 -04:00
Sean Yesmunt
a68f276fb0 use variables for thumbnail size 2018-07-19 10:51:21 -04:00
Sean Yesmunt
6df4032c90 improve thumbnail preview styling 2018-07-19 10:51:21 -04:00
Sean Yesmunt
45de83fdf3 thumbnail preview on publish page 2018-07-19 10:51:21 -04:00
Shawn Khameneh
6809ac3e3a Add basic wallet encryption flows 2018-07-18 15:48:30 -04:00
Sean Yesmunt
70a860b8d0 Fix spacing on community row 2018-07-13 11:29:25 -04:00
Sean Yesmunt
cbefacf673 add hidden message on subscriptions page 2018-07-13 11:26:36 -04:00
Sean Yesmunt
90d617dbc9 hide community row if nsfw content is hidden 2018-07-12 19:05:04 -04:00
btzr-io
e69dc3cd5a fix pdfViewer css 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
Baltazar Gomez
78029ce5c3 import scss 2018-07-10 10:32:14 -04:00
Baltazar Gomez
a3a02995fb add file-render.scss 2018-07-10 10:32:14 -04:00
btzr-io
9b5ac83f68 more fixes
- Update fileRender logic

- Fix missing file source
2018-07-10 10:32:14 -04:00
Sean Yesmunt
adaec74e78 move tourniquet style to button 2018-07-02 18:22:59 -04:00
Sean Yesmunt
f2b49cb4e8 move max-width styling to table instead of button 2018-07-02 18:04:33 -04:00
Sean Yesmunt
b79d13b44d ensure all publish form errors have same styling 2018-07-02 18:04:33 -04:00
Jeremy Kauffman
b1127c51c9
Merge pull request #1709 from lbryio/patch-1705
fix: increase sidebar width on large screens (#1705)
2018-07-02 12:58:49 -04:00
Sean Yesmunt
d3c02434dd set button links to display: inline 2018-06-28 13:50:58 -04:00
seanyesmunt
6da1157fbd fix: increase sidebar width on large screens 2018-06-28 00:16:11 -04:00
Electron - Mark Firth
82bb20f63d
2nd Column Lost it's Colour
When the new code was added the `var(--color-help)` was lost and it defaulted back to **brash white**. This adds the `var(--color-help)` back in.
2018-06-27 21:22:14 +10:00
Sean Yesmunt
f0f98945fa
Merge pull request #1692 from Invariant-Change/patch-1
Tourniquets Text Over 20VW to Fix Table Length Issue
2018-06-27 01:53:47 -04:00
Electron - Mark Firth
c68eaba650
Only Affects Help Table
table.table--help {
  td:nth-of-type(1) {
    color: var(--text-color);
    font-family: 'metropolis-semibold';
    min-width: 130px;
  }
    td:nth-of-type(2) {
/*Tourniquets text over 20VW*/
    max-width: 20vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
2018-06-27 01:21:30 +10:00
Electron - Mark Firth
689fe25a72
Tourniquets Text Over 20VW to Fix Table Length Issue
Same CSS fix as https://github.com/lbryio/lbry-app/pull/1692
2018-06-26 23:40:44 +10:00
Electron - Mark Firth
4b282b7050
Over VW Comment Change
Over VW Comment Change
2018-06-26 16:48:10 +10:00
Electron - Mark Firth
b846831608
VW Fixes Responsive Issues
Using 400px still breaks if at minimum width. However, using Viewport Width (vw) makes it responsive, thus it works at all sizes without out the need for condition media queries.
2018-06-26 16:43:44 +10:00
Electron - Mark Firth
454b1c243e
Tourniquets Text Over 400px to Fix Table Length Issue
Fixes table length issue.
2018-06-26 16:16:50 +10:00
Sean Yesmunt
acda4022a3 remove max-width on search input 2018-06-25 11:20:51 -04:00
Sean Yesmunt
00f97259e2 change header height back to 60px 2018-06-25 02:53:13 -04:00
Sean Yesmunt
1f0d59c444 improve spacing on file page 2018-06-25 02:48:27 -04:00
Sean Yesmunt
218a328cac add back fixed header 2018-06-25 02:07:45 -04:00
Electron - Mark Firth
f952719bb0
Spell Checker CSS Style Changes
These changes follow typical styling for spelling errors in most applications which means people are familiar with them which avoids confusion. The changes also mean that the incorrect spelling style is more visible especially in the Dark theme where it was almost impossible to see.
2018-06-25 01:27:34 +10:00
Sean Yesmunt
1c7d0165dc fix pagination hover cursor 2018-06-21 14:32:16 -04:00
Sean Yesmunt
066bcefb6f
Merge pull request #1659 from lbryio/publish-fix
Block pointer events of disabled cards
2018-06-20 23:50:17 -04:00
btzr-io
b49428b76b improve disabled form-field style 2018-06-20 20:22:13 -06:00
btzr-io
68d766e670 block pointer events of disabled cards #1456 2018-06-20 17:27:35 -06:00
Sean Yesmunt
5fd72af0f8 fix: stick autocomplete 2018-06-20 18:58:55 -04:00
Sean Yesmunt
4ac9c87162 move price badge/icons to right edge on file page 2018-06-20 01:34:55 -04:00
seanyesmunt
52c0caaa4a auto margin for main container 2018-06-20 00:55:48 -04:00
Sean Yesmunt
b42f86d0fb update card title size/spacing 2018-06-20 00:49:20 -04:00
Sean Yesmunt
da96f28794 improve file page ux 2018-06-20 00:49:20 -04:00
Sean Yesmunt
6be2388620 simplify autocomplete ux 2018-06-20 00:49:20 -04:00
Sean Yesmunt
3ad8feb025 fix: weird media query behavior with overlapping rules 2018-06-19 16:22:42 -04:00
Sean Yesmunt
f0930d8dcf decrease card text size 2018-06-18 12:34:35 -04:00
Sean Yesmunt
074c00b88b change max width to 1000px 2018-06-18 12:30:24 -04:00
Sean Yesmunt
c3209af31c change large breakpoint size 2018-06-18 12:26:04 -04:00
Sean Yesmunt
bfc81e8894 fix aspect ratio on search page and increase height 2018-06-18 02:34:46 -04:00
seanyesmunt
68178f5b17 fix hover color on balance label 2018-06-18 02:08:35 -04:00
seanyesmunt
ed81142f88 handle displaying content on larger screens better 2018-06-18 02:08:35 -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
e4a7b85d02 fix no thumbnail style on search page 2018-06-15 13:18:15 -04:00
Sean Yesmunt
ae93a0d95d
Merge pull request #1587 from lbryio/css-fixes
CSS fixes
2018-06-14 16:33:38 -04:00
Sean Yesmunt
d57b9584c1 address PR comments 2018-06-14 16:10:50 -04:00
Sean Yesmunt
f84242b688
Merge pull request #1582 from lbryio/qr-code
add togglable QR code to wallet address component
2018-06-14 02:25:05 -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
d5ecf797fd add 'beta' tag on splash screen 2018-06-13 16:54:16 -04:00
Sean Yesmunt
422dd25949 add thumbnail fallback for non-playable content 2018-06-13 16:32:38 -04:00
Travis Eden
f6ed24a1d6 add qr-code border 2018-06-13 14:30:42 -04:00
Sean Yesmunt
02a9139ddd
Merge pull request #1569 from amitnndn/master
Adding ability to view logs and open log directory
2018-06-13 12:37:54 -04:00
Travis Eden
a2a12ef6cd add togglable QR code to wallet address component 2018-06-13 11:19:41 -04:00
Sean Yesmunt
ee42e5e1b4 alignment fixes 2018-06-13 01:20:53 -04:00
Sean Yesmunt
20b2484cf2 remove fixed header - allow the whole page to scroll 2018-06-13 00:37:21 -04:00
Sean Yesmunt
72401ca960
Merge pull request #1573 from lbryio/md
Fix markdown preview in publish page
2018-06-10 21:47:12 -04:00
btzr-io
151ad9062c tidy up 2018-06-10 16:32:30 -06:00
Amit Nandan P
aa493f997b #741 Fixing content address extending outside of visible area in card 2018-06-10 17:13:11 -05:00
Daniela Narvaez
3c235a62e3 Only show pointer on thumbnails and videos 2018-06-08 19:21:04 -03:00
Daniela Narvaez
8c0de635ff Show hand pointer when hovering over anywhere on video thumbnail and when the video is paused or playing. 2018-06-08 17:09:51 -03:00
Daniela Narvaez
e589571c6b Adds pointer on hover for video thumbnail 2018-06-08 15:48:42 -03:00
Sean Yesmunt
93a2b6f9e6 minor style changes 2018-06-06 02:13:26 -04:00
Mark Beamer Jr
8be48a84cf Made changes recommended on PR review. 2018-06-06 01:32:52 -04:00
Mark Beamer Jr
2dd6529d82 -Added description and changed css so the search screen is more presentable to the user. 2018-06-06 01:32:36 -04:00
Baltazar Gomez
bb9e4e218d
Merge branch 'master' into md-fix 2018-06-01 11:32:05 -06:00
btzr-io
6c91e8cbf2 fix markdown preview on publish page 2018-05-30 12:12:54 -06:00
btzr-io
6443598d17 fix new lines on markdown preview 2018-05-29 21:08:37 -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
37b04993da use classname for select styling 2018-05-25 00:40:35 -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
8519129211 dropdown styling 2018-05-25 00:40:08 -04:00
Sean Yesmunt
fbc1a97492 don't wrap lbc price 2018-05-16 14:04:08 -04:00
Sean Yesmunt
f6e8be47d0 make navigation arrow icons easier to see 2018-05-16 14:04:08 -04:00
Sean Yesmunt
fcdfa238b3 use correct aspect ratio and add price to search results 2018-05-16 14:04:08 -04:00
Sean Yesmunt
c61392e9f3
Merge pull request #1441 from lbryio/markdown-fix
Fix markdown
2018-05-15 11:54:32 -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
btzr-io
9260522aa8 fix h6 font size 2018-05-11 16:31:43 -06:00
btzr-io
7977ac775f fix headings size 2018-05-11 14:58:30 -06: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
btzr-io
31b1494a5e update modal / message / styles 2018-05-09 20:47:08 -06:00
Baltazar Gomez
cd769856fa
Merge branch 'master' into markdown-fix 2018-05-08 11:55:05 -06:00
btzr-io
b51d87fb01 fix markdown table styles 2018-05-06 23:13:30 -06:00
btzr-io
28ec971be9 fix markdown styles #1179 2018-05-06 22:59:33 -06:00
miikkatu
4191eac138 Changes per review 2018-05-05 09:46:15 +03:00
miikkatu
dcfa5742e1 Price badge improvements 2018-05-05 09:35:08 +03:00
btzr-io
6146016fb8 fix media container 2018-05-03 12:23:28 -06:00
miikkatu
344be3644e Fix spacing in search suggestions 2018-05-02 15:22:42 +03:00
Sean Yesmunt
f6afb2e1e1
Merge pull request #1365 from lbryio/bug-fixes
Bug fixes
2018-04-24 23:53:36 -04:00
Sean Yesmunt
ca4a51c4b9 remove edits from pending publishes and update modal style 2018-04-23 21:15:15 -04:00
Sean Yesmunt
cde7d97fd4 fix: text selection color 2018-04-23 20:24:31 -04:00
Sean Yesmunt
60c2308511 fix: sort by height on channel page 2018-04-23 01:49:52 -04:00
Sean Yesmunt
926eb7456c fix: table width styling 2018-04-23 01:33:06 -04:00
Sean Yesmunt
9f45b368d4 add explicit height and remove card-margin variable 2018-04-23 00:29:38 -04:00
btzr-io
0aa9a7002d fix css var color-bg-alt in dark theme 2018-04-19 13:21:32 -06:00
Sean Yesmunt
5a2afb41eb
Merge pull request #1288 from lbryio/redesign-fixes
[redesign] some more fixes
2018-04-17 13:54:36 -04:00
Sean Yesmunt
01140632e5 use darker text colors 2018-04-17 02:27:24 -04:00
btzr-io
ccd968bbf5 implement new dark theme 2018-04-17 02:27:24 -04:00
miikkatu
833a7a6afd Add flair to snackbar 2018-04-17 08:24:02 +03:00
Sean Yesmunt
b5aefcabad fix: report page styling 2018-04-06 01:15:29 -04:00
Sean Yesmunt
efc81d8c14 fix: show correct shapeshift currency amount 2018-04-05 21:56:05 -04:00
Sean Yesmunt
f88721ac1f
Merge pull request #1236 from lbryio/redesign-fixes
[redesign] moar fixes
2018-04-03 19:07:48 -04:00
Sean Yesmunt
d56d3f31d5 fix: search downloads 2018-04-02 23:41:23 -04:00
miikkatu
b473f55aba Unset form field input height to make it scale 2018-04-02 12:51:11 +03:00
Sean Yesmunt
92ea289766
Merge branch 'master' into channel-pagination-go-to-page 2018-03-30 10:07:10 -07:00
miikkatu
7f42f45a9b Add go to page navigation to channel pagination options 2018-03-30 20:04:41 +03:00
Sean Yesmunt
3d0900d825 add comment for card width 2018-03-30 12:30:43 -04:00
Sean Yesmunt
1866acc612 implement backup page styling 2018-03-30 01:33:09 -04:00
Sean Yesmunt
9466c8ad94 fix email collection styling #1205 2018-03-29 20:43:47 -04:00
Sean Yesmunt
6a6d6db08c fix description height on publish page #1195 2018-03-29 20:29:05 -04:00
Sean Yesmunt
3bb530411d align category-list with buttons 2018-03-27 21:59:35 -07:00
Sean Yesmunt
3edd660f77 implement app redesign 2018-03-26 14:32:43 -07:00
liamcardenas
0c833a727e Formatted whole app 2018-03-08 23:06:15 -08:00
Liam Cardenas
705a74e2ae Functioning select phone input side by side with supposed emoji flag support 2018-01-21 22:17:06 -08:00
Liam Cardenas
3ac913a28e Add new phone select style 2018-01-21 11:29:48 -08:00
Sean Yesmunt
e6bd648116 use one icon component and add padded prop 2018-01-04 17:05:29 -05:00
Igor Gassmann
7cd25e777a Pretty print and lint non-component sources 2017-12-21 18:00:33 -03:00
Sean Yesmunt
206b2794e8 fix height for shapeshift tx info 2017-12-10 13:56:34 -05:00
Sean Yesmunt
a7fe02ea98 persisting subscriptions 2017-12-08 16:09:22 -05:00
Jeremy Kauffman
8c403f640c new first run flow and re-org of wallet area
add changelog

add external service option to get credits page

remove testing code

fix user has existing email and grammar/typos
2017-12-08 15:13:20 -05:00
Igor Gassmann
87d294a151 Merge branch 'master' into restructuring 2017-12-07 14:10:43 -03:00
hackrush
8f83337640
Merge pull request #815 from lbryio/channel-name-page
Highlight channel names in pages.
2017-12-07 00:39:32 +05:30
hackrush
0b3e9f1179 Channel names in pages appear highlighted
Used classnames library for determining classname

changes
2017-12-06 23:51:05 +05:30
Igor Gassmann
b07e16c913 Fix electron-webpack related errors 2017-12-06 13:32:21 -03:00
Igor Gassmann
b83679fa4a Migrate to index.html to generated one by electron-webpack 2017-12-04 22:08:08 -03:00
Igor Gassmann
496acd0a3c Fix file paths for static resources 2017-12-04 17:06:56 -03:00
Sean Yesmunt
d043233094 use common styles 2017-12-04 11:49:10 -05:00
Sean Yesmunt
a7e788fd16 remove unused style 2017-12-03 22:41:15 -05:00
Sean Yesmunt
e7a7754a4f shapeshift initial commit 2017-11-30 22:52:58 -05:00
Igor Gassmann
3032736026 attempt to fix restructuring branch 2017-11-27 18:48:45 -05:00
Jeremy Kauffman
3a0ffb312a
Revert "Update file structure to follow electron-webpack guidelines" 2017-11-24 16:36:10 -05:00
Igor Gassmann
dbf0fae552 Update file structure to follow electron-webpack guidelines 2017-11-24 11:31:05 -03:00