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: open all apps in category #2212

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

manuel-rw
Copy link
Member

@manuel-rw manuel-rw commented Jan 31, 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)

image

Copy link

deepsource-io bot commented Jan 31, 2025

Here's the code health analysis summary for commits 6a9b65f..dd1bf75. 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 31, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 21.56% 8617 / 39963
🔵 Statements 21.56% 8617 / 39963
🔵 Functions 25.66% 319 / 1243
🔵 Branches 62.08% 971 / 1564
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/nextjs/src/components/board/sections/category/category-menu-actions.tsx 0% 0% 0% 0% 1-133
apps/nextjs/src/components/board/sections/category/category-menu.tsx 0% 0% 0% 0% 1-120
apps/nextjs/src/components/board/sections/category/filter.ts 0% 0% 0% 0% 1-14
Generated in workflow #4886 for commit dd1bf75 by the Vitest Coverage Report Action

@manuel-rw manuel-rw force-pushed the feat/open-all-apps-in-category branch 2 times, most recently from 7f17bd0 to dd1bf75 Compare January 31, 2025 22:24
@manuel-rw manuel-rw self-assigned this Jan 31, 2025
@manuel-rw manuel-rw added the enhancement New feature or request label Jan 31, 2025
@manuel-rw manuel-rw marked this pull request as ready for review January 31, 2025 22:28
@manuel-rw manuel-rw requested a review from a team as a code owner January 31, 2025 22:28
@manuel-rw manuel-rw merged commit bb67bf5 into dev Feb 3, 2025
14 checks passed
@Meierschlumpf Meierschlumpf deleted the feat/open-all-apps-in-category branch February 4, 2025 19:17
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:Ability to open all items in a category as well as all items in all categories; 2 seperate 'things'.
2 participants