ucsb-cs156-f23 / proj-happycows-f23-5pm-1

https://ucsb-cs156-f23.github.io/proj-happycows-f23-5pm-1/
0 stars 0 forks source link

Added explanation description to the fields within the Create Commons page #21

Closed AngelG261 closed 10 months ago

AngelG261 commented 11 months ago

…mons page.

Overview

In this PR, I added/edited an explanation description to all of the fields within the Create Commons page. This includes: Commons Name, Starting Balance, Cow Price among all the other fields.

Screenshots (Optional)

Before

Screenshot 2023-11-20 at 11 34 59 PM

After

Screenshot 2023-11-21 at 12 08 40 AM

Closes #11

pconrad commented 11 months ago

The changes to CommonsForm.js LGTM, but I'm wondering why the changes to package.json and package-lock.json are needed.

If these aren't necessary for this PR, you may want to revert both of these back to the code in the main branch.

This article explains how to revert changes to package-lock.json; the same technique can be used for package.json:

https://ucsb-cs156.github.io/topics/pull_requests/package_lock_json.html