6ea86b96
0214422e6b
Add a badge to the dock for downloaded files
2017-06-24 22:21:04 +07:00
Alex Grintsvayg
56aa4d2255
dont even make lock files
2017-06-23 11:30:17 -04:00
Jeremy Kauffman
af68c07931
Merge pull request #273 from lbryio/refreshing
...
Fix refreshing
2017-06-23 11:26:46 -04:00
Jeremy Kauffman
f697b167f8
Merge pull request #274 from lbryio/fix-rewards-page
...
Fix rewards page
2017-06-23 10:02:33 -04:00
Jeremy Kauffman
ade2788d33
Merge pull request #276 from lbryio/trim-search-term
...
Trim search query
2017-06-23 09:42:31 -04:00
Jeremy Kauffman
5e6c2363bd
Merge pull request #275 from lbryio/fix-transaction-links
...
Fix links from transactions to block explorer
2017-06-23 09:41:33 -04:00
6ea86b96
e67a826314
Add claim ids to urls in downloaded/published files
2017-06-23 13:58:08 +07:00
6ea86b96
717e6c12bf
Trim search query
2017-06-23 13:21:37 +07:00
6ea86b96
23f99d2bb9
Fix links from transactions to block explorer
2017-06-23 13:00:59 +07:00
6ea86b96
9595b1707d
Fix refreshing
2017-06-23 12:47:41 +07:00
6ea86b96
d4438914d5
Fetch rewards after authentication success
2017-06-23 12:30:26 +07:00
6ea86b96
83f72a83b0
Fetch rewards on rewards page
2017-06-23 12:29:40 +07:00
Jeremy Kauffman
f1f0c15548
Merge pull request #272 from lbryio/file-tile-error
...
File tile error
2017-06-22 12:00:38 -04:00
6ea86b96
c4827c853d
remove pointless nulls
2017-06-22 22:13:33 +07:00
6ea86b96
d53c3d4db6
Fix this.state.hovered null error
2017-06-22 21:17:01 +07:00
Alex Grintsvayg
adbc02838c
does removing lock files make it build right?
2017-06-22 10:04:25 -04:00
Jeremy Kauffman
2285f2f01e
Merge pull request #270 from intnick/transiflex
...
separated page name translations
2017-06-22 08:50:17 -04:00
Alex Grintsvayg
d9bc7f9777
Bump version: 0.12.2rc5 → 0.12.2rc6
2017-06-21 20:12:35 -04:00
Alex Grintsvayg
89b5e20b15
iron out auth issues
2017-06-21 20:09:30 -04:00
Intnick
b14293cd14
separated page name translations
2017-06-22 01:15:24 +02:00
Alex Grintsvayg
0d5a04b451
pass the function, dont call it
2017-06-21 18:49:23 -04:00
Alex Grintsvayg
a9fe3a0ed2
those arent real functions anymore
2017-06-21 18:27:07 -04:00
Alex Grintsvayg
f12a39352a
Bump version: 0.12.2rc4 → 0.12.2rc5
2017-06-21 14:20:38 -04:00
Alex Grintsvayg
c539544778
bump versions in package lock files
2017-06-21 14:20:14 -04:00
Jeremy Kauffman
d389292ef3
Bump version: 0.12.2rc3 → 0.12.2rc4
2017-06-21 12:59:30 -04:00
Jeremy Kauffman
19eb1eda13
Merge pull request #266 from zestyr/patch-1
...
Support more file extensions
2017-06-21 12:07:24 -04:00
Alex Grintsvayg
efb7876b93
fixed package-lock and electron-rebuild
2017-06-21 09:16:23 -04:00
Alex Grintsvayg
cb68c538ee
prettier
2017-06-21 08:42:22 -04:00
Alex Grintsvayg
d67f07bcbb
i need shebang-command to get the precommit hook working
2017-06-21 08:41:07 -04:00
Alex Grintsvayg
e37472aeca
update locks
2017-06-21 08:41:07 -04:00
Alex Grintsvayg
4376c34678
store auth token in OS keyring, not in local storage
2017-06-21 08:41:07 -04:00
Alex Grintsvayg
d4e572a2b6
minor cleanup
2017-06-21 08:34:50 -04:00
Alex Grintsvayg
024ff3cb50
create locales dir if it doesnt exist
2017-06-21 08:23:21 -04:00
Zed
c27d492d48
Support more file extensions
2017-06-20 20:34:00 +02:00
Alex Grintsvayg
741a88a7b4
added i18n-extract to package-lock
2017-06-20 10:08:28 -04:00
Alex Grintsvayg
aaec1f3a48
prettify all the files
2017-06-20 08:08:52 -04:00
Jeremy Kauffman
02f226e484
Merge pull request #258 from intnick/transiflex
...
fix i18n stuff + string extraction script for Transifex
2017-06-19 15:13:19 -04:00
Mayesters
0540b3d3b8
welcome modal i18n simplification
2017-06-19 15:51:28 +02:00
Mayesters
7fd9c25af2
fix publish again cuz im stupid
2017-06-19 15:50:10 +02:00
Mayesters
51ea169329
fix publish page
2017-06-19 15:49:26 +02:00
Mayesters
95a37e3f88
fix components + pages
2017-06-19 14:58:39 +02:00
Mayesters
df19708a5c
fix components
2017-06-19 14:42:24 +02:00
Mayesters
25589a6a45
Merge branch 'master' into transiflex
2017-06-19 14:26:35 +02:00
Alex Liebowitz
a5968c2c20
Remove unnecessary load of Discover page during startup
...
We were loading the Discover page at the end of the launch screen.
That meant that if a user started with LBRY closed and started it by
clicking on a lbry:// link, it would load during the launch screen
but then get overridden by the Discover page as soon as the launch
screen finished.
Fortunately, this load was redundant anyway as the necessary state is
already being set in the default state for the App component:
902fb96878/ui/js/reducers/app.js (L5)
2017-06-19 08:12:00 -04:00
Jeremy Kauffman
ac067b78d1
Bump version: 0.12.2rc2 → 0.12.2rc3
2017-06-18 10:53:17 -04:00
Jeremy Kauffman
eb3f1086a2
Merge branch 'master' of github.com:lbryio/lbry-app
2017-06-18 10:34:54 -04:00
Jeremy Kauffman
dd444744ad
Merge pull request #246 from lbryio/refresh-claims-fix
...
Refresh claims fix
2017-06-16 17:19:53 -04:00
6ea86b96
cf532b4e98
Add a way for users to clear their own cache
2017-06-16 12:43:43 +07:00
6ea86b96
5595b5b5b2
Remove doCancelResolveUri, it deletes claims from the store
2017-06-16 09:51:02 +07:00
6ea86b96
5074b368ee
Fix loading state on file card and uri indicator when claim is already available
2017-06-16 09:48:55 +07:00