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(board): add mobile home board #1910

Merged
merged 6 commits into from
Jan 14, 2025
Merged

feat(board): add mobile home board #1910

merged 6 commits into from
Jan 14, 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 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)

User settings page
image

Settings page
image

Board management page
image

Spotlight board actions
image

Closes #1831

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

deepsource-io bot commented Jan 10, 2025

Here's the code health analysis summary for commits 7d1b1d8..644ec6b. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ Success
🎯 1 occurence resolved
View Check ↗

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

Copy link

github-actions bot commented Jan 10, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 21.26% 8035 / 37787
🔵 Statements 21.26% 8035 / 37787
🔵 Functions 24.93% 293 / 1175
🔵 Branches 61.37% 869 / 1416
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/nextjs/src/app/[locale]/boards/[name]/settings/page.tsx 0% 0% 0% 0% 1-151
apps/nextjs/src/app/[locale]/manage/boards/page.tsx 0% 0% 0% 0% 1-128
apps/nextjs/src/app/[locale]/manage/boards/_components/board-card-menu-dropdown.tsx 0% 0% 0% 0% 1-134
apps/nextjs/src/app/[locale]/manage/settings/_components/board-settings-form.tsx 0% 0% 0% 0% 1-63
apps/nextjs/src/app/[locale]/manage/users/[userId]/general/page.tsx 0% 0% 0% 0% 1-128
apps/nextjs/src/app/[locale]/manage/users/[userId]/general/_components/_change-home-board.tsx 0% 0% 0% 0% 1-80
packages/api/src/trpc.ts 68.18% 92.3% 50% 68.18% 36-46, 60-66, 151-155
packages/api/src/router/board.ts 72.72% 82.17% 100% 72.72% 38-46, 49-56, 131-200, 228-327, 346-350, 363-365, 368-370, 378, 630, 649, 661-662, 680-681, 695-697, 784-788, 820-821
packages/api/src/router/user.ts 42.2% 63.63% 100% 42.2% 83-90, 108-143, 151-159, 167-174, 187-200, 222-252, 261-265, 273-277, 280-284, 305-309, 318-377, 384-415, 424-452, 459-464, 467-479, 485-497, 500-512, 520-546, 580-584
packages/common/src/server.ts 100% 100% 100% 100%
packages/common/src/user-agent.ts 50% 100% 0% 50% 6-9
packages/db/schema/mysql.ts 100% 100% 100% 100%
packages/db/schema/sqlite.ts 100% 100% 100% 100%
packages/server-settings/src/index.ts 100% 100% 100% 100%
packages/spotlight/src/modes/app-integration-board/boards-search-group.tsx 0% 0% 0% 0% 1-144
packages/validation/src/user.ts 100% 100% 100% 100%
Generated in workflow #4558 for commit 644ec6b by the Vitest Coverage Report Action

manuel-rw
manuel-rw previously approved these changes Jan 10, 2025
@Meierschlumpf Meierschlumpf merged commit e01d74f into dev Jan 14, 2025
13 checks passed
@Meierschlumpf Meierschlumpf deleted the mobile-home-board branch January 14, 2025 18:55
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: improve responsiveness between different devices / screens
2 participants