frankcollins3 / fill_container

codecamp team project updated with new icon screen menu + puppeteer icon search, GraphQL, redux, relational psql !mongo, and accuweatherAPI
1 stars 0 forks source link

components are tangled up with CSS somehow [8:09pm] #250

Closed frankcollins3 closed 1 year ago

frankcollins3 commented 1 year ago

attempting to do: nothing. This was figured out and I was styling components in /Dashboard.tsx page -> /Dailydata component.

error:

width: ${percent}%, border: isShown ? "1px dashed #73defe" : "none", 👎 borderRadius: '0%',

proposed approach: 0: would have already used .scss but specifically made this app to learn GraphQL, puppeteer, redux.

1: stay aware and keep using inline CSS when this pops up. app almost done.

frankcollins3 commented 1 year ago

separating by ID and working as we go. the login signup buttons changed to be circular and they have a border underneath that look nicer (how i see it)

this would be separated by doing SASS but this app focused on learning GraphQL and redux and puppeteer