Commit graph

672 commits

Author SHA1 Message Date
btzr-io be9c16cbde fix context-menu of markdown editor 2018-07-03 00:35:13 -04:00
btzr-io 8debe7dcc9 refactor context-menu logic
- Add support for textarea
2018-07-03 00:35:13 -04:00
Sean Yesmunt adaec74e78 move tourniquet style to button 2018-07-02 18:22:59 -04:00
Sean Yesmunt a6a00e0bbb add supported file types to spee.ch thumbnail upload label 2018-07-02 18:04:33 -04:00
Sean Yesmunt f2b49cb4e8 move max-width styling to table instead of button 2018-07-02 18:04:33 -04:00
Sean Yesmunt 7c96bad8bf improve publish error messaging for edits 2018-07-02 18:04:33 -04:00
Sean Yesmunt eff657f7be disable file input when publishing 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
Sean Yesmunt 9305548518
Merge pull request #1725 from lbryio/1712
take previous bid into account for total available to deposit
2018-07-02 16:11:01 -04:00
Sean Yesmunt 45424e016f use claimName instead of uri while loading 2018-07-02 15:05:44 -04:00
Sean Yesmunt 6e0cc55814 take previous bid into account for total available to deposit 2018-07-02 14:48:25 -04:00
Sean Yesmunt 6e8b2a42a1 use outpoint as key in FileList 2018-07-02 14:45:25 -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
Sean Yesmunt b3e18933d2
Merge pull request #1704 from Invariant-Change/patch-3
Url To URL Typo Fix
2018-06-27 11:39:30 -04:00
Electron - Mark Firth 8e252657f5
Url To URL Typo Fix
The other part of the typo I found that wasn't addressed in Chris's PR. https://github.com/lbryio/lbry-app/pull/1697
2018-06-27 21:52:05 +10: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
Sean Yesmunt 7f60b53d11
Merge pull request #1694 from Invariant-Change/patch-3
Tourniquets Text to Fix Table Length Issue in Help
2018-06-27 01:48:25 -04:00
YULIUS KURNIAWAN KRISTIANTO 2070d9b602
minor fix url or Uppercase 2018-06-27 00:25:54 +07: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 7d86e7fe15
Merge pull request #1688 from lbryio/sean-patch
remove 'include all results' setting on search page
2018-06-25 15:17:45 -04:00
Sean Yesmunt a81d0f6703 remove 'include all results' setting on search page 2018-06-25 15:16:23 -04:00
Sean Yesmunt 087b8d98c2
Merge pull request #1680 from Invariant-Change/patch-2
Description Correction For Community Top Bids Tooltip.
2018-06-25 14:58:12 -04:00
Sean Yesmunt d2e32f38ef prefil license type on edit 2018-06-25 14:23:25 -04:00
Sean Yesmunt dd19af3b3d include proto with channel links 2018-06-25 13:49:59 -04:00
Sean Yesmunt d48fe8d48a use spee.ch publish config endpoint for thumbnail status 2018-06-25 13:39:35 -04: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 95cf3dd9d8 use green icon for download/open file icon 2018-06-25 02:28:03 -04:00
Sean Yesmunt 218a328cac add back fixed header 2018-06-25 02:07:45 -04:00
Sean Yesmunt a8eeee2bbe use gift icon for tips 2018-06-25 00:08:41 -04:00
Electron - Mark Firth a0214f82ce
Description Correction For Community Top Bids Tooltip.
Corrections on the tooltip detailing that you can bid on one to ten, not one to five.
2018-06-25 02:03:59 +10: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
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
Sean Yesmunt 5fd72af0f8 fix: stick autocomplete 2018-06-20 18:58:55 -04:00
Sean Yesmunt 1ead6a3be7
Merge pull request #1650 from lbryio/ux-fixes
UX changes
2018-06-20 18:36:11 -04:00
Sean Yesmunt 5e17662261 remove un-needed check 2018-06-20 18:15:57 -04:00
Sean Yesmunt 015ff765db fix card spacing 2018-06-20 17:56:42 -04:00
Sean Yesmunt 539ca36637 show edits as pending 2018-06-20 15:30:52 -04:00
Sean Yesmunt 3ebeb47fb0
Merge pull request #1646 from lbryio/repoll-discover
set 1hr interval on fetchFeaturedUris
2018-06-20 15:26:36 -04:00
Sean Yesmunt 54b88696cd fix: fetch subscriptions if there are no claims loaded 2018-06-20 15:08:31 -04:00
Travis Eden 39bf33eb24 set 1hr interval on fetchFeaturedUris 2018-06-20 11:24:32 -04:00