Skip to content
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

fix: docker add to homarr layout overflow #2441

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

manuel-rw
Copy link
Member


Homarr

Thank you for your contribution. Please ensure that your pull request meets the following pull request:

  • Builds without warnings or errors (pnpm build, autofix with pnpm format:fix)
  • Pull request targets dev branch
  • Commits follow the conventional commits guideline
  • No shorthand variable names are used (eg. x, y, i or any abbrevation)

image

@manuel-rw manuel-rw self-assigned this Feb 27, 2025
@manuel-rw manuel-rw linked an issue Feb 27, 2025 that may be closed by this pull request
@manuel-rw manuel-rw force-pushed the fix/docker-add-to-homarr-layout-overflow branch from 9944456 to 58988a6 Compare February 27, 2025 21:13
@manuel-rw manuel-rw added the bug Something isn't working label Feb 27, 2025
Copy link

deepsource-io bot commented Feb 27, 2025

Here's the code health analysis summary for commits 50367eb..0770aee. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

github-actions bot commented Feb 27, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 23.06% 9676 / 41948
🔵 Statements 23.06% 9676 / 41948
🔵 Functions 29.55% 399 / 1350
🔵 Branches 65.2% 1162 / 1782
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/nextjs/src/app/[locale]/manage/tools/docker/docker-table.tsx 0% 0% 0% 0% 1-265
packages/modals-collection/src/docker/add-docker-app-to-homarr.tsx 0% 0% 0% 0% 1-102
Generated in workflow #5298 for commit 0770aee by the Vitest Coverage Report Action

@manuel-rw manuel-rw force-pushed the fix/docker-add-to-homarr-layout-overflow branch from 58988a6 to 0770aee Compare February 27, 2025 21:16
@manuel-rw manuel-rw marked this pull request as ready for review February 27, 2025 21:21
@manuel-rw manuel-rw requested a review from a team as a code owner February 27, 2025 21:21
<TextInput {...form.getInputProps(`containerUrls.${index}`)} />
</Group>
</List.Item>
))}
</List>
<Group justify="end">
<Button onClick={actions.closeModal} variant="light">
<Button onClick={actions.closeModal} variant="light" px={"xl"}>
Copy link
Member

Choose a reason for hiding this comment

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

Why px?

<Group justify="space-between">
<Text>{container.name}</Text>
<Group justify="space-between" wrap={"nowrap"}>
<Text lineClamp={1}>{container.name}</Text>
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we could also change the size of the modal to something bigger

{t("common.action.cancel")}
</Button>
<Button disabled={!form.isValid()} type="submit">
<Button disabled={!form.isValid()} type="submit" px={"xl"}>
Copy link
Member

Choose a reason for hiding this comment

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

Remove disabled={!form.isValid()}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: bulk add docker container visual bugs
2 participants