Alex Liebowitz
1295b7e1b9
Hard code web UI address in certain links to make testing servers work
2016-12-06 15:09:49 -05:00
Job Evers
c32ab1ac65
bug fixes found while linting
2016-12-06 14:28:10 -05:00
Job Evers
42898d5f60
Convert to ES6 modules
2016-12-06 14:28:10 -05:00
Alex Liebowitz
e0d0c3f915
Publish: validate names as the user types
...
Rejects invalid characters and pops up a form hint explaining what
characters are allowed.
2016-11-22 01:14:22 -05:00
Alex Liebowitz
aea1c7e6ee
Convert name field into controlled component
2016-11-22 01:14:02 -05:00
alexliebowitz
6ac9853fd4
Merge pull request #88 from lbryio/better-form-hints
...
Convert form hints to separate component with better style (WIP)
2016-11-22 01:08:09 -05:00
Alex Liebowitz
b73399f4e6
Publish: prevent submit and notify user if file is not fully processed
2016-11-22 01:06:24 -05:00
Alex Liebowitz
298c03283d
Fix issue with live updating logic on Publish page
...
Previously, if the user typed a name that they have a claim on and
then continued typing, some of the interface would not be updated to
show that they don't have a claim.
2016-11-18 06:14:02 -05:00
Alex Liebowitz
db41c45da3
Publish page: fix pluralization of bid amounts
2016-11-11 06:25:32 -05:00
Alex Liebowitz
b4d97b1cee
Publish page: fix issues with display of top claim value
...
- Display top bid correctly (before, it would sometimes show the user's
bid instead)
- Change wording to say "more than ___ credits" instead of "at least
___ credits"
2016-11-11 06:25:32 -05:00
Alex Liebowitz
5a0057093c
Publish page: display exact bid amounts
2016-11-11 06:25:32 -05:00
Alex Liebowitz
855e64e661
Convert alerts to modals in My Files, Publish, Report, Wallet pages
2016-11-10 06:59:48 -05:00
Alex Liebowitz
7cfbb60033
Add submit input to Publish page
2016-10-19 03:11:17 -04:00
Alex Liebowitz
eba4dbe146
Convert Publish page to use <form>
...
Previously used form element only for file input
2016-10-18 22:30:57 -04:00
Alex Liebowitz
3b0d24d4f5
Bold claim name everywhere on Publish page
2016-09-25 01:31:58 -04:00
Alex Liebowitz
5a60cb451c
Give clearer feedback when updating a claim when have a non-winning bid
2016-09-25 01:29:57 -04:00
Jeremy Kauffman
7be116665e
Merge pull request #59 from lbryio/license-select
...
Convert license field to drop-down box
2016-09-24 15:22:30 -04:00
Alex Liebowitz
4072c1cdda
Add Downloaded and Published tabs to My Files page
2016-09-23 05:56:36 -04:00
Alex Liebowitz
452f808e32
In copyright notice pre-fill, use "Copyright" instead of (C) symbol
2016-09-21 03:42:31 -04:00
Alex Liebowitz
5476c29322
Fix handling of absent license URLs
...
Before, if an option was picked that has no license URL field, it
would submit undefined for license_url. Now it correctly omits the key.
2016-09-21 02:57:20 -04:00
Alex Liebowitz
28e7f1e3b2
Remove "all rights reserved" wording
2016-09-21 02:29:45 -04:00
Alex Liebowitz
8340759934
Convert license field to drop-down box
2016-09-20 06:40:24 -04:00
Alex Liebowitz
09cd853bf2
Make Publish page send user to My Files as soon as file is listed there
2016-09-16 11:23:39 -04:00
Alex Liebowitz
e453679729
Lowercase and remove special chars from names on Publish page
...
Also edited the text that appears next to the "name" box so
the user always gets to sees the actual name that will be claimed.
2016-09-01 03:30:12 -04:00
Alex Liebowitz
9995e6e3a8
Keep existing metadata version when updating claims
2016-08-27 02:18:19 -04:00
Alex Liebowitz
6f9bec804b
Use existing metadata to fill missing fields when updating claims
2016-08-23 01:03:03 -04:00
Alex Liebowitz
9f5c999c39
On Publish page, ignore outdated getClaimInfo() responses
2016-08-10 03:05:17 -04:00
Jeremy Kauffman
21b5890448
publish and form tweaks
2016-08-09 08:36:26 -04:00
Jeremy Kauffman
2ec42aad26
basic nav design, new title scheme, light page clean up
2016-08-09 08:20:19 -04:00
Jeremy Kauffman
45f14598b9
barebones sidebar + light component refactor
2016-08-09 08:20:19 -04:00
Alex Liebowitz
6b899bdfc0
Pass sources from existing claim to publish() if file not provided
2016-08-09 03:04:54 -04:00
Alex Liebowitz
7a5f478b4d
Change wording on Publish page for claims user already controls
2016-08-09 02:46:11 -04:00
Alex Liebowitz
6677769ded
Use current value in name field on Publish page
2016-08-08 23:34:11 -04:00
Alex Liebowitz
761ba6f1e2
Properly set default currency
2016-08-08 05:49:30 -04:00
Jeremy Kauffman
b60037b8d9
fix react warnings
2016-08-07 11:27:00 -04:00
Alex Liebowitz
aa2f48f359
Add spacing between buttons on Publish page
2016-08-04 03:36:53 -04:00
Alex Liebowitz
c1185b3c9d
Update publish success message
...
Now says that file will appear in My Files immediately but
will initially show up as "pending."
2016-08-03 06:57:06 -04:00
Alex Liebowitz
3c417d0abe
Remove PublishPage.readyToPublish() (now unused)
2016-08-03 06:57:06 -04:00
Alex Liebowitz
7d283743fc
More Publish page improvements
...
- Multiple currency support (USD/LBC)
- Add bid amount to list of required fields
2016-08-03 06:57:06 -04:00
Alex Liebowitz
655d764213
Use new lbry.getClaimInfo() to get claim status on Publish page
2016-08-03 06:57:06 -04:00
Alex Liebowitz
c937b28a99
Make Publish confirmation message show title correctly
2016-08-03 06:57:06 -04:00
Alex Liebowitz
03052fde62
Fix filtering of absent metadata fields
2016-08-03 06:57:06 -04:00
Alex Liebowitz
31417fcc57
Fixed required field test
2016-08-03 06:57:06 -04:00
Alex Liebowitz
9298db089b
Remove warnings about non-numeric input (will replace with input filtering)"
...
Remove warnings about non-numeric input
Will replace with input filtering
2016-08-03 06:57:06 -04:00
Alex Liebowitz
690881ab9e
Many small improvements to Publish
...
- Add NSFW field
- Send metadata version
- Convert back to non-nested metadata fields (for now)
- Made progress bar display properly during the "processing" phase
- Changed "Publish" button to "Publishing..." during submit
2016-08-03 06:57:06 -04:00
Alex Liebowitz
45c126a757
In PublishPage.handleSubmit(), return right away when data is missing
2016-08-03 06:57:06 -04:00
Alex Liebowitz
6b9df7be76
Fix unnecessary double call of getValue on license URL field
2016-08-03 06:57:06 -04:00
Alex Liebowitz
45840838b9
Refactor and new features for Publish page
...
- Publish button no longer grayed out when form is incomplete
- Now warns about individual missing fields using the new FormField
component
- Fixed relaying of error messages from daemon
- New license URL field
- License broken into two sub-fields (.license.name, .license.url)
2016-08-03 06:57:06 -04:00
Alex Liebowitz
7f258b2a14
Fix My Files link on Publish page
2016-08-03 06:57:06 -04:00
Will Moyer
c3754e7c56
update styles and layout for Publish page
2016-08-03 06:57:06 -04:00