lionleaf / dwitter

Social network for short js demos
https://www.dwitter.net
Apache License 2.0
766 stars 69 forks source link

Make remixing slightly more user-friendly #469

Closed lionleaf closed 4 years ago

lionleaf commented 4 years ago

By showing the remix button on focus rather than on code change it should be easier to find.

Current behavior: The button to post a remix only shows up when you have changed the dweet.

New behavior: When a user clicks the code (ie. focus change) the remix button shows up, but it starts out disabled. The field you enter a comment in tells the user that he should edit the code. Once the code has changed, the remix button is enabled and the text in the comment field changes to "Add a caption here..."

Screen Shot 2020-02-08 at 6 09 03 PM Screen Shot 2020-02-08 at 6 08 30 PM Screen Shot 2020-02-08 at 6 08 41 PM
lionleaf commented 4 years ago

I'm happy to change this further, but wanted to get something out there, so merged :)