Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
DRC Debugs - Should be one loading icon instead of one on every card
Open
@Laurennc33 is already working on this.
Since Dec 30, 2024.
front-end
stale
straightforward
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Right now when you first load into the design review calendar page, every single card has a loading icon. Looks like it's because we're fetching a decent amount of info in src\frontend\src\pages\CalendarPage\DesignReviewCreateModal.tsx using hooks, so the loading indicator is getting displayed on every single card. You should be able to fix this by only rendering the create modal in the card when the modal is open.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.