sdmisra / AvianAnthems

This is an app that enables access to the beautiful music of the world around us
https://avian-anthems.vercel.app
2 stars 3 forks source link

fix: Clean up details for props, and bird detail display #35

Closed CBradsen closed 1 year ago

CBradsen commented 1 year ago

🛠️ Description of this branch

🧠 Context or Rationale for this code

What is helpful for team to know and understand about decisions made in this code.

Until we make a separate file for the props and typestyles, this branch adds a few needed little things like: osci: {med: string} in a couple more places. Also changed the HTML on BirdInfo slightly to rearrange some of the information and to better display if no information was included. For instance, many times there are no "background singers" in the data, and so it left that hanging when it said, "Background singers you may also hear:". We could work into the cleaning function to find recordings that a) have notes from the recorder (rmk) and/ or b) background singers (also). Otherwise how I've changed it here leaves out background singers and puts remarks in italics, but does not have a description of what it is. As is works fine without any needed changes elsewhere.

👀 Checks

✍🏽 Notes, Questions, What's Next

Screenshot

image