-
Notifications
You must be signed in to change notification settings - Fork 42
feat: improve design (i guess) #265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for homarr-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 13 out of 17 changed files in this pull request and generated 1 comment.
Files not reviewed (4)
- .vscode/settings.json: Language not supported
- package.json: Language not supported
- pnpm-lock.yaml: Language not supported
- src/css/custom.css: Language not supported
Comments suppressed due to low confidence (1)
src/components/pages/home/dataflow/dataflow.tsx:137
- The interval timer is not cleared on component unmount, which may lead to memory leaks. Consider using useEffect with a cleanup function to clear the timer.
const timer = setInterval(() => { if (start.current) { ... }
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
a518369
to
be5bd57
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, except the missing padding for the dataflow on mobile.
Please rebase and merge
No description provided.