harshmangalam / hydrogen-solidjs-client

A social media web app powered by SolidJS
GNU General Public License v3.0
82 stars 61 forks source link

feature: Disable button for empty comment field (#37) #43

Closed arsen1c closed 2 years ago

arsen1c commented 2 years ago

Fixes issue #37 .

This commit disables the comment button if the text field is empty.

Before

image

After

image

Now the comment button will only be available when some content is provided in the textarea. image

vercel[bot] commented 2 years ago

Someone is attempting to deploy a commit to a Personal Account owned by @harshmangalam on Vercel.

@harshmangalam first needs to authorize it.

harshmangalam commented 2 years ago

Great @arsen1c but here need to add three changes

arsen1c commented 2 years ago

That's a valid point, I will add those.