Skip to content

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

ajnart
Copy link
Contributor

@ajnart ajnart commented Apr 4, 2025

No description provided.

Copy link

netlify bot commented Apr 4, 2025

Deploy Preview for homarr-docs ready!

Name Link
🔨 Latest commit b292452
🔍 Latest deploy log https://app.netlify.com/sites/homarr-docs/deploys/67f97eb37eacad0008e7eed8
😎 Deploy Preview https://deploy-preview-265--homarr-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 32 (🔴 down 1 from production)
Accessibility: 96 (no change from production)
Best Practices: 83 (no change from production)
SEO: 97 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

argos-ci bot commented Apr 4, 2025

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ⚠️ Changes detected (Review) 1 changed Apr 11, 2025, 9:18 PM

Copy link

@Copilot Copilot AI left a 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">
Copy link
Member

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">
Copy link
Member

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

Copy link
Member

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On mobile we should add margins:
image

@ajnart ajnart force-pushed the master branch 3 times, most recently from a518369 to be5bd57 Compare April 18, 2025 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants