Commit graph

1423 commits

Author SHA1 Message Date
jessop
1427ad2a76 triggers analytic before completed for downloads 2019-11-13 10:43:21 -05:00
jessop
ba4d6afde0 triggers analytic on download click + completed 2019-11-13 10:43:21 -05:00
jessop
723d1fabbb adds anaytics to download button 2019-11-13 10:43:21 -05:00
Jeremy Kauffman
5da78c9553 one more optimization/fix 2019-11-13 09:53:01 -05:00
Jeremy Kauffman
7e2fb22836 no more js to load js 2019-11-13 09:53:01 -05:00
Jeremy Kauffman
751b86d05d finished?! 2019-11-13 09:53:01 -05:00
Jeremy Kauffman
d10ec54a5e this also doesnt work 2019-11-13 09:53:01 -05:00
Jeremy Kauffman
8a2393cb67 proper default languages 2019-11-13 09:53:01 -05:00
Jeremy Kauffman
de5c5a9626 fix languages.js after rebase 2019-11-13 09:53:01 -05:00
peterjgrainger
1d053c5302 load translations before the application starts 2019-11-13 09:53:01 -05:00
peterjgrainger
ef1f6e9836 put supported languages in one constants file 2019-11-13 09:53:01 -05:00
peterjgrainger
4a0855e074 Used OS language to default localization 2019-11-13 09:53:01 -05:00
Jeremy Kauffman
d5745db757 do not block text rendering while loading fonts
see https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display
2019-11-12 15:23:22 -05:00
Sean Yesmunt
3f2de50368 bring publish overrides into ui/index.jsx to fix api url being set properly 2019-11-11 13:27:29 -05:00
Sean Yesmunt
ab2ee079e2 fix scripts 2019-11-11 13:27:29 -05:00
Sean Yesmunt
6ad31a3ce9 refactor lbrytv web server 2019-11-11 13:27:29 -05:00
Igor Gassmann
1d9a5d90cf Fix merge conflicts 2017-11-27 21:01:33 -03:00
Igor Gassmann
3032736026 attempt to fix restructuring branch 2017-11-27 18:48:45 -05:00
Sean Yesmunt
6fdc5b7c7d add handleActions redux util 2017-11-27 12:07:57 -05:00
Jeremy Kauffman
caa8cd6755 change header balance to 2 decimal places 2017-11-26 14:56:02 -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
Sean Yesmunt
3f2c871e42 add comment 2017-11-22 15:33:45 -05:00
Sean Yesmunt
6f96ea10a9 fix channel name alignment 2017-11-22 15:28:56 -05:00
hackrush
5d3fc936b8 Changes 2017-11-22 22:30:08 +05:30
hackrush
0052349ddc Use balance_delta in txn list 2017-11-22 22:28:23 +05:30
Jeremy Kauffman
aa42b76b79
Merge pull request #770 from lbryio/issue/614
Fixed sorting by title for published files (#614)
2017-11-21 18:05:20 -05:00
Sean Yesmunt
97469b0e3a add yarn back to /ui 2017-11-21 17:37:12 -05:00
Igor Gassmann
812a5d1d7c Delete gitignored file 2017-11-21 19:17:36 -03:00
Igor Gassmann
d489aad4ee Fixed sorting by title for published files (#614) 2017-11-21 19:00:53 -03:00
Igor Gassmann
cf94212e8e HOTFIX: fix import paths 2017-11-21 17:09:20 -03:00
Igor Gassmann
b8333db3bc Merge branch 'issue/708' 2017-11-21 16:51:55 -03:00
Igor Gassmann
96d70feb7d Merge master branch's changes 2017-11-21 16:51:12 -03:00
Liam Cardenas
3d8524d287
Merge pull request #758 from lbryio/issue/752
Integrate React and Redux devtools into Electron
2017-11-21 13:28:09 -05:00
Sean Yesmunt
61dac01de6 fix menu bar icon for macOS 2017-11-21 01:12:09 -05:00
Jeremy Kauffman
3c9410439b fix empty claims breaking transaction screens #755 2017-11-20 17:16:57 -05:00
Sean Yesmunt
d78112658f refactor scroll navigation/restore 2017-11-17 16:27:35 -05:00
Igor Gassmann
6d01122967 Integrate React and Redux devtools into Electron 2017-11-17 17:40:56 -03:00
Igor Gassmann
a578a6b31d Update code according to code review. 2017-11-16 18:41:08 -03:00
Igor Gassmann
e0aa6e3646 Remove unused code 2017-11-16 17:26:00 -03:00
Liam Cardenas
1f20995e99
Merge pull request #737 from seanyesmunt/redux-cleanup
Move all redux code into /redux folder
2017-11-16 12:39:50 -05:00
Jeremy Kauffman
857414238e
Merge pull request #744 from lbryio/issue721
Issue #721 fix - Inconsistent thumbnail sizes
2017-11-15 16:57:47 -05:00
Liam Cardenas
654edc9885 Bump version: 0.18.2rc1 → 0.18.2 2017-11-15 14:39:09 -05:00
Liam Cardenas
d8a20a5cba Bump version: 0.18.1rc1 → 0.18.2rc1 2017-11-15 13:25:20 -05:00
Liam Cardenas
06b2a94c80 Bump version: 0.18.0 → 0.18.1rc1 2017-11-15 11:46:40 -05:00
Liam Cardenas
4ffbf05400 Added currentBalance to props in modal credit intro 2017-11-15 10:40:48 -05:00
Igor Gassmann
09be36e367 Show Upgrade App button if an upgrade is available 2017-11-14 22:51:06 -03:00
Igor Gassmann
03c9a14c71 Add timer for checking for app upgrades 2017-11-14 22:50:21 -03:00
Akinwale Ariwodola
ff133a03df Issue #721 fix - Inconsistent thumbnail sizes 2017-11-14 12:56:24 -05:00
Jeremy Kauffman
8733f3a590 state transaction failure in transaction modal 2017-11-13 16:06:09 -05:00
Sean Yesmunt
a131bcf198 update app import 2017-11-13 16:04:09 -05:00
Sean Yesmunt
8993c9524e update imports 2017-11-13 16:02:23 -05:00
Sean Yesmunt
6d39d22ac7 move redux code into /redux 2017-11-13 15:47:10 -05:00
Jeremy Kauffman
cdbfd73893 Bump version: 0.18.0rc5 → 0.18.0 2017-11-13 13:42:04 -05:00
Jeremy Kauffman
b7b81b080c Bump version: 0.18.0rc4 → 0.18.0rc5 2017-11-13 10:29:13 -05:00
Jeremy Kauffman
85f391e8a1 Bump version: 0.18.0rc3 → 0.18.0rc4 2017-11-10 10:41:58 -05:00
Jeremy Kauffman
3209d813f2 placeholder value should match default value on publish #701 2017-11-10 10:41:22 -05:00
Jeremy Kauffman
c2a18d6f1b Bump version: 0.18.0rc2 → 0.18.0rc3 2017-11-10 09:56:24 -05:00
Igor Gassmann
9e0f8adb58 Add prominent upgrade button when upgrade is pending 2017-11-10 11:55:34 -03:00
Jeremy Kauffman
7a9aaf377b fix API error propegation 2017-11-10 09:55:30 -05:00
Igor Gassmann
2012fc17d4 Merge branch 'master' of https://github.com/lbryio/lbry-app into issue/708
Retrieve webpack changes from master
2017-11-10 11:40:38 -03:00
Sean Yesmunt
1eeff2dadc fix dev build path and update webpack file names in build.sh/watch.bat 2017-11-09 18:46:33 -08:00
Igor Gassmann
feb19bdea9 Add App upgrade button to the header 2017-11-09 21:07:02 -03:00
Jeremy Kauffman
c219cf9709 Bump version: 0.18.0rc1 → 0.18.0rc2 2017-11-09 17:05:17 -05:00
Jeremy Kauffman
e811b3a613 remove console statements 2017-11-09 17:01:22 -05:00
Jeremy Kauffman
8acb7bd85a actually fix api.lbry.io errors getting swallowed 2017-11-09 17:00:48 -05:00
Jeremy Kauffman
6300370046 fix api.lbry.io errors getting swallowed 2017-11-09 16:59:41 -05:00
Jeremy Kauffman
3b1f63d98f enlarge snack bar, fixes #714 2017-11-09 16:55:34 -05:00
Jeremy Kauffman
a678570665 Bump version: 0.17.1 → 0.18.0rc1 2017-11-08 18:20:50 -05:00
Jeremy Kauffman
d9f65aaff3 add help link for transaction types 2017-11-08 18:14:32 -05:00
Jeremy Kauffman
a6946b4930 Merge remote-tracking branch 'origin/master' into revoke_claims 2017-11-08 17:42:51 -05:00
Jeremy Kauffman
77774e6fbc update daemon to 0.18 2017-11-08 17:37:16 -05:00
Jeremy Kauffman
350c4dc98c minor changes to tray functionality 2017-11-08 17:27:20 -05:00
hackrush
7a0a0c468e Rudimentary implementation of tray minimization(WIP)
Minimize app to tray

@kauffj I was not sure about which icon to use so I used a 96x96 png as
a placeholder. The feature is working well.

Fixes #374

3 small changes

Broken Minimization

Fixed App-minization finally

Bug fix and compatibility check

Added Alt+F4 accelerator to quit the app

Small features and fixes

Homerun: Added Quit to Menu

Fixes and changes
2017-11-08 17:27:17 -05:00
Sean Yesmunt
b858614902
Merge pull request #713 from seanyesmunt/webpack
Simplify webpack
2017-11-08 11:02:24 -08:00
Sean Yesmunt
f877ac39f8 merge common webpack configs 2017-11-07 19:54:22 -08:00
Alex Grintsvayg
f14884d8a0 categories are in order these days 2017-11-07 12:43:31 -05:00
Josh Finer
7ee84b6ae9
Update view.jsx
loading message update
2017-11-07 10:29:11 -05:00
Jeremy Kauffman
c33b7df732 increase modal width by 20px, fixes #709 2017-11-07 09:35:49 -05:00
hackrush
5da244e3e2 Regression Fixes 2017-11-06 20:20:43 +05:30
hackrush
e956017bc1 Possible fix for regression in previous commit 2017-11-02 02:28:19 +05:30
hackrush
588972d017 Clean Up 2017-11-02 01:53:30 +05:30
hackrush
a2791ec57a Fixed redundant storing of states 2017-10-31 19:36:43 +05:30
Alex Grintsvayg
47208b7f66 simplify check for initial claim. fix #290 2017-10-30 15:34:00 -04:00
hackrush
c4626dda4a Merge branch 'master' into revoke_claims and clean-up 2017-10-30 22:16:42 +05:30
hackrush
88b3e5a08b Feedback fixes 2017-10-30 21:55:56 +05:30
hackrush
f73cace72d Ask for confirmation before revoking 2017-10-28 11:09:40 +05:30
hackrush
74c4e1efa3 Revoke claims from Txn list 2017-10-28 11:09:40 +05:30
hackrush
44f962fe2a Rewards marked in txn list 2017-10-27 17:23:53 -04:00
Jeremy Kauffman
8f1e2ea72b fix settings bug and update changelog 2017-10-27 17:14:42 -04:00
Jeremy Kauffman
f758a5bdbe remove old endpoint reference 2017-10-27 15:37:32 -04:00
thujeevan
6d45b7c1c3 Replace xmlhttprequest with fetch
fixes https://github.com/lbryio/lbry-app/issues/650
add fetch and es6-Promise polyfills
update webpack config accordingly
2017-10-27 15:37:32 -04:00
Jeremy Kauffman
c8cc05b685 Bump version: 0.17.1rc1 → 0.17.1 2017-10-25 17:57:51 -04:00
Jeremy Kauffman
6ca3a1a881 Bump version: 0.17.0 → 0.17.1rc1 2017-10-25 17:51:12 -04:00
Jeremy Kauffman
29463ac57b update references to slack 2017-10-25 17:45:47 -04:00
btzr-io
8bd6358310 update money color -> dark-theme 2017-10-23 17:23:11 -04:00
btzr-io
dc839b472c remove empty div 2017-10-23 17:23:11 -04:00
btzr-io
d489f48f14 update helper text color 2017-10-23 17:23:11 -04:00
btzr-io
2a49a2b889 show markdown guide
I need this :)
2017-10-23 17:23:11 -04:00
btzr-io
1c41b7d77a remove css junk 2017-10-23 17:23:11 -04:00
btzr-io
ecd90de84a fix markdown placeholder 2017-10-23 17:23:11 -04:00
btzr-io
dd2f549eb0 update light theme 2017-10-23 17:23:11 -04:00
btzr-io
fc1be7c033 fix wallet address input styles 2017-10-23 17:23:11 -04:00
btzr-io
f529d29a77 minor cleanup for channelSection 2017-10-23 17:23:11 -04:00
btzr-io
ee08f38cd8 fix missign focus method 2017-10-23 17:23:11 -04:00
btzr-io
9dffde221c fix #678 2017-10-23 17:23:11 -04:00
hackrush
72130c74ae Fixed parsing of channel names of length < 4 2017-10-20 13:46:18 +05:30
Jeremy Kauffman
782fb5d59e revert user-select: none as default for all elements 2017-10-15 09:35:16 -04:00
Jeremy Kauffman
31be7086bb Merge branch 'ux-patch' 2017-10-15 08:25:28 -04:00
btzr-io
06092cd8f9 more changes for markdown styles 2017-10-14 23:55:25 -06:00
btzr-io
0256d7a8f8 minor update for publish layout
update markdown styles

css fixes
2017-10-14 23:40:15 -06:00
btzr-io
c6f75702b1 more fixes for input styles 2017-10-14 22:52:32 -06:00
btzr-io
f5126fc059 update / fix input styles 2017-10-14 21:52:23 -06:00
btzr-io
904205beb8 fix download button styles 2017-10-14 20:16:31 -06:00
btzr-io
d17261a965 consistent titles for settings page 2017-10-14 19:56:51 -06:00
btzr-io
3f18110e7c don't show channel on fetch 2017-10-14 19:53:43 -06:00
btzr-io
9a8799eae0 fix recent transaction actions 2017-10-14 19:42:47 -06:00
btzr-io
bccdcb1315 settigns page cleanup 2017-10-14 18:42:21 -06:00
btzr-io
a0bedb7f97 remove extra label 2017-10-14 18:22:43 -06:00
btzr-io
6c1f627dd7 fix form-field margin 2017-10-14 18:16:05 -06:00
btzr-io
4db73ddb36 better radio input styles + animation 2017-10-14 17:54:38 -06:00
btzr-io
720ec3b77a fix dark theme checkbox styles 2017-10-14 17:46:18 -06:00
btzr-io
f17777b511 better checkbox styles 2017-10-14 17:41:41 -06:00
btzr-io
ac95dea827 update checkbox / radio input styles 2017-10-14 16:37:40 -06:00
btzr-io
b6b23b5583 update input styles 2017-10-14 16:03:05 -06:00
btzr-io
37d3515fa8 publish layout cleanup 2017-10-14 13:41:04 -06:00
Jeremy Kauffman
eeec63a27e win can sometimes be null (not sure how?) 2017-10-13 16:33:37 -04:00
Jeremy Kauffman
d1c09ad71c update discover api endpoint 2017-10-13 16:29:58 -04:00
Jeremy Kauffman
11033dd5b2 case-insensitive protocol replacement 2017-10-13 09:33:12 -04:00
btzr-io
d8e4e2437a fix empty search results 2017-10-12 20:23:02 -06:00
btzr-io
036bc5200a fix pr :( 2017-10-12 20:08:29 -06:00
btzr-io
d7dede8c08 fix channel tile thumbnail 2017-10-12 19:49:49 -06:00
btzr-io
28216e998b fix jsx 2017-10-12 19:37:26 -06:00
Baltazar Gomez
5ed51109f6 Merge branch 'master' into ux-patch 2017-10-12 19:23:44 -06:00
Jeremy Kauffman
fed95f0549 Bump version: 0.17.0rc3 → 0.17.0 2017-10-12 13:04:17 -04:00
Jeremy Kauffman
3cf63e73a3 Bump version: 0.17.0rc2 → 0.17.0rc3 2017-10-12 10:05:34 -04:00
Jeremy Kauffman
a6b83a0b08 fix infinite loops on unclaimed URLs (somewhat ugly) 2017-10-12 10:05:18 -04:00
Jeremy Kauffman
142b1eb529 Bump version: 0.17.0rc1 → 0.17.0rc2 2017-10-12 09:50:37 -04:00
Jeremy Kauffman
45b2bc6aa8 style form row labels and form field labels the same way 2017-10-12 09:45:59 -04:00
Jeremy Kauffman
3735498785 saner paging, fix resolving uri state, fix counts in channel results, fix search prefix 2017-10-12 09:45:59 -04:00
btzr-io
c20ecd5f36 improvements for channel Tile 2017-10-11 22:25:53 -06:00
btzr-io
3374c8ba39 add smart text selection 2017-10-11 21:37:36 -06:00
btzr-io
7ccc701b7b remove overall text selection 2017-10-11 21:15:09 -06:00
btzr-io
6eff0b46dd minor update for scrollbar - fix #666 2017-10-11 21:05:57 -06:00
btzr-io
e18ba31988 file selector cleanup - fix #656
add readonly style

minor css fixes
2017-10-11 20:52:34 -06:00
Jeremy Kauffman
9e7800d6d7 Merge pull request #662 from lbryio/rc-patch
Better title for menu bar
2017-10-11 10:34:18 -04:00
Thomas Zarebczan
0bc3b31946 show effective amount as top bid
This changes amount > effective_amount which provides a more accurate top bid.
2017-10-11 09:57:33 -04:00
btzr-io
cb8e9b4bdf remove uri from tile component 2017-10-10 22:53:01 -06:00
Baltazar Gomez
5341dab102 don't show default title - fix #658 2017-10-10 20:04:08 -06:00
Jeremy Kauffman
d553f9e8e3 Bump version: 0.16.1 → 0.17.0rc1 2017-10-10 09:59:25 -04:00
Jeremy Kauffman
5bce9f887a fix version numbers 2017-10-10 09:59:09 -04:00
Jeremy Kauffman
38702ad00d Bump version: 0.18.0rc1 → 0.18.0rc2 2017-10-10 09:48:09 -04:00
Jeremy Kauffman
e290a7474d Bump version: 0.17.0rc1 → 0.18.0rc1 2017-10-10 09:44:31 -04:00
Jeremy Kauffman
c4bcfbc0ca Bump version: 0.16.1rc1 → 0.17.0rc1 2017-10-10 09:36:26 -04:00
Jeremy Kauffman
dd667e8bad Merge branch 'lighthouse_v2' 2017-10-10 09:24:48 -04:00
Jeremy Kauffman
646c91efcb Merge branch 'css_patch' 2017-10-10 09:17:16 -04:00
Jeremy Kauffman
cc1963d21e restore resolve dispatch behavior on file cards and tiles 2017-10-10 09:03:19 -04:00
Alex Liebowitz
c5c67a0de5 Minor refactors in doResolveUri()
Add doResolveUris()

Always call resolveUri() in FileTile and FileCard

Before, these components would only try and resolve if claim info
wasn't provided.

Don't require uri param in lbry.resolve()

It can now be "uris" instead, plus the error message about caching
doesn't really apply anymore.

Don't cache/cancel open resolve requests

No longer needed because we're not doing resolve requests in bulk

Add support for multiple URI resolution in lbry.resolve()

Handle multi URL resolves with one action

Update CHANGELOG.md
2017-10-10 09:03:17 -04:00
btzr-io
2039ab7f21 update file layout and more fixes :) 2017-10-09 22:53:50 -06:00
btzr-io
3c31ad69ea implement dividers 2017-10-09 21:10:59 -06:00
btzr-io
16e236cb2b add more focus to edit button 2017-10-09 19:39:41 -06:00
btzr-io
3eef5d7070 revert commit dd8ab64 and minor cleanup for fileActions 2017-10-09 19:27:35 -06:00
Jeremy Kauffman
401bb85272 shit-tier channel search results 2017-10-09 19:19:50 -04:00
btzr-io
73c2d02e38 minor cleanup for wallet page 2017-10-08 23:10:56 -06:00
btzr-io
a3b0ecd9b9 update cards margin 2017-10-08 21:37:37 -06:00
btzr-io
7400b8c916 more experimental changes
add more focus for support button

minor fixes css
2017-10-08 20:39:10 -06:00
btzr-io
c0f545a774 more minor fixes for file actions and scrollbar 2017-10-08 17:19:00 -06:00
btzr-io
725b9e1066 use standar animations for card component 2017-10-08 16:52:29 -06:00
btzr-io
dd8ab647b8 don't support your own claims :( 2017-10-08 16:36:04 -06:00
btzr-io
5b9eac8c00 test: remove description 2017-10-08 16:32:18 -06:00
btzr-io
67475c690f tidy up 2017-10-08 15:56:59 -06:00
btzr-io
62053e6b36 better format for dateTime component 2017-10-08 14:43:56 -06:00
btzr-io
e801f77fd9 simplify published date 2017-10-08 14:23:55 -06:00
Jeremy Kauffman
91d4dd610e search working, but no rendering of channels 2017-10-06 17:46:41 -04:00
Baltazar Gomez
ac2a69c47d Merge branch 'master' into css_patch 2017-10-06 15:02:20 -06:00
Jeremy Kauffman
80f1cac4e5 drop developer page 2017-10-06 16:22:17 -04:00
Jeremy Kauffman
767630a985 finally killed client settings in lbry.js 2017-10-06 16:15:33 -04:00
Jeremy Kauffman
145e4c8b97 Merge pull request #641 from lbryio/redeemedrewards
change message if all rewards redeemed
2017-10-06 15:46:26 -04:00
Baltazar Gomez
57b6948212 Merge branch 'master' into css_patch 2017-10-05 10:39:44 -06:00
btzr-io
10917ea472 remove paddign from media component 2017-10-05 00:00:43 -06:00
btzr-io
3aca559715 fix issue with card-row header 2017-10-04 22:18:29 -06:00
btzr-io
79895f6c7f more fixes :) 2017-10-04 22:13:06 -06:00
btzr-io
6cee8d7664 fixes for last review 2017-10-04 21:07:04 -06:00
Jeremy Kauffman
948ebe8500 fix bug introduced in previous commit 2017-10-03 17:55:41 -04:00
Jeremy Kauffman
b8980c00d3 update upgrade message 2017-10-03 17:52:53 -04:00
btzr-io
9ea1e21f5b more minor fixes 2017-10-03 11:27:52 -06:00
btzr-io
5dcf15a5b9 minor fix for fileTile component 2017-10-03 10:59:08 -06:00
btzr-io
dda98e81fa Merge https://github.com/lbryio/lbry-app into css_patch
merge master
2017-10-02 23:33:34 -06:00
btzr-io
a8e414ba4a update dark theme 2017-10-02 23:25:06 -06:00
btzr-io
87c4bd2047 add experimental fileTile styles 2017-10-02 23:05:11 -06:00
btzr-io
fd99676307 update fonts and fix button font size 2017-10-02 22:08:25 -06:00
btzr-io
59778808e3 redesign for fileSelector component 2017-10-02 21:04:21 -06:00
btzr-io
28f4b98e20 implement nice shadows :) 2017-10-02 20:37:31 -06:00
btzr-io
b9241fd42d remove funky underline text 2017-10-02 20:25:44 -06:00
btzr-io
55297041a1 fix header invalid css property and update button styles 2017-10-02 20:10:40 -06:00
btzr-io
d4fc6901dc additional header css changes 2017-10-02 19:58:41 -06:00
btzr-io
9c53de114f add standar css animation 2017-10-02 19:35:52 -06:00
btzr-io
1ea453237f improve header css 2017-10-02 19:27:44 -06:00
Alex Grintsvayg
5168cb950c Revert "Bump version: 0.16.1rc1 → 0.16.1rc2"
This reverts commit 4c0cc5e7c8.

Revert "bump daemon version"

This reverts commit 37eb4ef6f8.
2017-10-02 17:51:57 -04:00
Alex Grintsvayg
4c0cc5e7c8 Bump version: 0.16.1rc1 → 0.16.1rc2 2017-10-02 17:39:24 -04:00