-
Notifications
You must be signed in to change notification settings - Fork 43
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 site 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>
</div> | ||
<div className="flex-grow-1 w-full lg:block hidden hover-animation"> | ||
|
||
<div className="hover-animation"> |
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.
We should still hide the widgets on smaller screens. Otherwise it looks bad
<props.icon size={40} /> | ||
<div className="group p-4 rounded-2xl transition-all duration-300"> | ||
<div className="flex flex-col sm:flex-row items-start sm:items-center gap-4 mb-3"> | ||
<div className="rounded-xl ml-4 bg-gray-100 dark:bg-zinc-800 p-3 shadow-sm group-hover:shadow-md group-hover:scale-110 transition-all duration-300"> |
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.
The margin should be removed
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.
Also the icon is not centered
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.
a518369
to
be5bd57
Compare
No description provided.