bikespace / bikespace

The BikeSpace app allows cyclists in Toronto to report issues with bicycle parking or areas where bicycle parking is needed.
https://app.bikespace.ca/
MIT License
20 stars 9 forks source link

Implement Issue page #9

Closed sonalranjit closed 1 year ago

sonalranjit commented 1 year ago
Screen Shot 2023-03-28 at 8 49 04 PM
kevinluo201 commented 1 year ago

@sonalranjit https://github.com/kevinluo201/bikespace-v2/tree/feature/issue-page I only adjusted styles. I was struggling to send props to Components like Issue... image

kevinluo201 commented 1 year ago

vanilla-extract css cannot load files. It needs another package to do that. I wanted to load the background image as the background of

so I chose to use .scss. Then I found scss is easier to use than vanilla-extract CSS, so I just used .scss after that. I think it can be translated into vanilla-extract CSS later if needed.

sonalranjit commented 1 year ago

ohh amazing! @kevinluo201 yeah whatever works at this point