Skip to content

feat(widget): add prefetch for apps and bookmarks #2895

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

Merged
merged 9 commits into from
May 2, 2025

Conversation

Meierschlumpf
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)

Closes #2287

@Meierschlumpf Meierschlumpf added the enhancement New feature or request label Apr 18, 2025
@Meierschlumpf Meierschlumpf self-assigned this Apr 18, 2025
@Meierschlumpf Meierschlumpf requested a review from a team as a code owner April 18, 2025 11:24
Copy link

deepsource-io bot commented Apr 18, 2025

Here's the code health analysis summary for commits 2b1c433..a015231. 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 Apr 18, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 21.79% 10304 / 47275
🔵 Statements 21.79% 10304 / 47275
🔵 Functions 29.74% 447 / 1503
🔵 Branches 63.04% 1269 / 2013
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/nextjs/src/app/[locale]/layout.tsx 0% 0% 0% 0% 1-144
apps/nextjs/src/app/[locale]/boards/(content)/_creator.tsx 0% 0% 0% 0% 1-99
apps/nextjs/src/components/board/sections/category/filter.ts 0% 0% 0% 0% 1-23
packages/api/src/server.ts 0% 0% 0% 0% 1-33
packages/api/src/shared.ts 30.95% 75% 60% 30.95% 11-21, 29-40, 58-68
packages/settings/src/context.tsx 0% 0% 0% 0% 1-27
packages/settings/src/creator.ts 0% 100% 100% 0% 33-48
packages/widgets/src/definition.ts 100% 100% 100% 100%
packages/widgets/src/index.tsx 52.54% 100% 0% 52.54% 76-92, 107-120
packages/widgets/src/prefetch.ts 0% 0% 0% 0% 1-45
packages/widgets/src/app/prefetch.ts 0% 0% 0% 0% 1-23
packages/widgets/src/bookmarks/prefetch.ts 0% 0% 0% 0% 1-30
packages/widgets/src/modals/widget-edit-modal.tsx 0% 0% 0% 0% 1-158
Generated in workflow #6159 for commit a015231 by the Vitest Coverage Report Action

manuel-rw
manuel-rw previously approved these changes Apr 28, 2025
@Meierschlumpf Meierschlumpf merged commit 82c5361 into dev May 2, 2025
18 checks passed
@Meierschlumpf Meierschlumpf deleted the widgets-app-prefetch branch May 2, 2025 17:23
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.

perf: improve performance with prefetching
2 participants