Igor Gassmann
dbf0fae552
Update file structure to follow electron-webpack guidelines
2017-11-24 11:31:05 -03:00
Igor Gassmann
96d70feb7d
Merge master branch's changes
2017-11-21 16:51:12 -03:00
Jeremy Kauffman
3209d813f2
placeholder value should match default value on publish #701
2017-11-10 10:41:22 -05:00
btzr-io
dc839b472c
remove empty div
2017-10-23 17:23:11 -04:00
btzr-io
ecd90de84a
fix markdown placeholder
2017-10-23 17:23:11 -04:00
btzr-io
0256d7a8f8
minor update for publish layout
...
update markdown styles
css fixes
2017-10-14 23:40:15 -06:00
btzr-io
a0bedb7f97
remove extra label
2017-10-14 18:22:43 -06:00
btzr-io
37d3515fa8
publish layout cleanup
2017-10-14 13:41:04 -06:00
Baltazar Gomez
5ed51109f6
Merge branch 'master' into ux-patch
2017-10-12 19:23:44 -06:00
btzr-io
e18ba31988
file selector cleanup - fix #656
...
add readonly style
minor css fixes
2017-10-11 20:52:34 -06: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
Jeremy Kauffman
ca6ef4e11f
fix all step properties, removing publish or send minimums app-side
2017-09-29 16:51:36 -04:00
Jeremy Kauffman
9308971cab
use consistent step property on credit inputs #604
2017-09-26 15:57:56 -04:00
btzr-io
a5f65d678d
fix #606
...
tidy up
minor fix
2017-09-24 16:33:29 -04:00
btzr-io
6d38c0e322
fix #601
...
prefill price from uri
only working for edit button
revert last commit
2017-09-24 16:33:27 -04:00
btzr-io
b7b8851698
fix #542
...
implement submit component
fix weird behaviour in wallet send
prevent refresh on enter key
fix wallet send -> submit handler
implement form component
fix conflicts
remove unused files
better submit handler
better validation for walletSend
prevent / remove missign parameters error (popup)
minor fix
minor fix for submit validation in walletSend
2017-09-18 18:10:20 -04:00
btzr-io
f7367f5c6a
tidy up edit / publish logic
...
edit claim by id
fix #553
display title and icon based on action: edit / publish
tidy up
remove unused code
2017-09-17 12:30:21 -04:00
btzr-io
7766b6db28
improve submit label logic
2017-09-07 08:26:44 -04:00
btzr-io
a28b4b0c87
better label for submit button
2017-09-07 08:26:44 -04:00
btzr-io
dd5aada7ec
fix for anonymous edit
2017-09-07 08:26:44 -04:00
Jeremy Kauffman
86c7bda9c8
fix merge
2017-09-07 08:26:44 -04:00
btzr-io
61a83614ea
remove debug for claimInfo
2017-09-07 08:26:44 -04:00
btzr-io
cde7008853
use source when no file_path is provided - fix #467
2017-09-07 08:26:44 -04:00
btzr-io
9f154ac6b7
revert last commit fa531e9
2017-09-07 08:26:44 -04:00
btzr-io
42cc8fdb52
simple fix for #467
2017-09-07 08:25:32 -04:00
btzr-io
2a09110d53
update rawName and channel on edit claim
2017-09-07 08:25:00 -04:00
btzr-io
b8cadad26b
update message for use existing claim -> Edit existing claim
2017-09-07 08:25:00 -04:00
btzr-io
73d4f24a5f
add edit-claim button
2017-09-07 08:25:00 -04:00
hackrush
5b49915ff6
Merge branch 'master' into tipping_button
2017-09-01 14:02:35 +05:30
Baltazar Gomez
ad4476dfd6
fix #467
...
Use source when no file_path is provided
2017-08-30 18:57:50 -06:00
Jeremy Kauffman
7cd24c850a
fixes from code review
2017-08-30 09:04:38 -04:00
Jeremy Kauffman
2013da3fac
decent progress
2017-08-29 14:40:30 -04:00
Jeremy Kauffman
5bec6accc2
mostly done
...
refactor modals and settings, clean-up CHANGELOG
2017-08-18 17:47:30 -04:00
Jeremy Kauffman
8598eab3b3
drop hard minimum checks
2017-08-12 18:21:53 -04:00
Baltazar Gomez
eac8b345d9
Show minimum LBC deposit amounts for Publish / Claims
...
set min bid for channel creation
remove unused function handleCreateChannelClick
lbryio/lbry-app#440
display claim min-bid
get bids from function
add better message error
prevent negative value in WalletSend > input
2017-08-12 18:21:52 -04:00
Jeremy Kauffman
91c041cfd8
will jeremy ever learn to not merge PRs by inspection? probably not
2017-08-12 16:30:44 -04:00
Jeremy Kauffman
db2ada9ec4
Merge pull request #459 from aayanl/patch-1
...
Update bid input field in view.jsx to not go past 0
2017-08-12 13:13:59 -04:00
hackrush
bd11952d41
Check for required fields during publishing
2017-08-10 02:33:06 +05:30
Procrastinator
dcf5844ff6
Update view.jsx
2017-08-09 12:07:49 -04:00
hackrush
6ab77b5324
Showing "other currency" help tip in publish form now works.
...
Also removed old commit's(9c3d633
) unused files.
2017-08-07 07:51:20 +05:30
Jeremy Kauffman
a299ca2ddd
significant additional form changes and cleanup
2017-08-06 18:27:37 -04:00
hackrush
9c3d63353d
Created a more generic PriceForm component
...
- [ ] Fixes #426
Modifying form to use single onChange event.
ONLY MEANT FOR TESTING, NOT MERGING.
2017-08-06 18:27:08 -04:00
hackrush
0f4bc36bcd
The URL name is automatically suggested.
...
Fixes #347
minor clean up
2017-07-24 17:56:18 -04:00
Jeremy Kauffman
4632c4f919
update publish content url help text
2017-07-19 11:23:32 -04:00
6ea86b96
95c5ddbfda
Fix hiding price input when free is checked on publish form
2017-07-18 13:45:00 +07:00
Jeremy Kauffman
3950f7e9b2
fix import case
2017-07-13 10:19:27 -04:00
6ea86b96
cd9fcf550a
Remove console.log
2017-07-13 13:52:48 +07:00
6ea86b96
5e6d790bb3
Drop notice component
2017-07-13 13:52:48 +07:00
6ea86b96
103e4302d4
Disable publish button if bid is too low
2017-07-13 13:52:48 +07:00
6ea86b96
470f61da9d
commit little and often fail
2017-07-13 13:52:47 +07:00