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

feat(items): add search to selection #1887

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

Conversation

Meierschlumpf
Copy link
Member

@Meierschlumpf Meierschlumpf commented Jan 7, 2025


Homarr

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

  • Builds without warnings or errors (pnpm buid, 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)

Closes #1886

image

@Meierschlumpf Meierschlumpf added the enhancement New feature or request label Jan 7, 2025
@Meierschlumpf Meierschlumpf self-assigned this Jan 7, 2025
@Meierschlumpf Meierschlumpf requested a review from a team as a code owner January 7, 2025 21:32
Copy link

deepsource-io bot commented Jan 7, 2025

Here's the code health analysis summary for commits f4f02ca..d81e5f4. 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 Jan 7, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 21.24% 8009 / 37698
🔵 Statements 21.24% 8009 / 37698
🔵 Functions 24.76% 290 / 1171
🔵 Branches 61.39% 865 / 1409
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/nextjs/src/components/board/items/item-select-modal.tsx 0% 0% 0% 0% 1-107
Generated in workflow #4528 for commit d81e5f4 by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add search to item selection
1 participant