Skip to content

Virtualized rendering#29

Merged
undyingwraith merged 7 commits intodevfrom
feature/virtualized-rendering
Oct 7, 2025
Merged

Virtualized rendering#29
undyingwraith merged 7 commits intodevfrom
feature/virtualized-rendering

Conversation

@undyingwraith
Copy link
Copy Markdown
Owner

Improve performance by not rendering the whole list of items at page load, instead only render whats actually in view.

@undyingwraith undyingwraith self-assigned this Oct 7, 2025
@undyingwraith undyingwraith added the enhancement New feature or request label Oct 7, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 7, 2025

Coverage Report for core (./packages/core)

Status Category Percentage Covered / Total
🟢 Lines 68.8% (🎯 60%) 688 / 1000
🟢 Statements 68.8% (🎯 60%) 688 / 1000
🟢 Functions 72.34% (🎯 60%) 68 / 94
🟢 Branches 86.48% (🎯 60%) 160 / 185
File CoverageNo changed files found.
Generated in workflow #276 for commit 056cda2 by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 7, 2025

Coverage Report for ui (./packages/ui)

Status Category Percentage Covered / Total
🔵 Lines 28.98% 868 / 2995
🔵 Statements 28.98% 868 / 2995
🔵 Functions 31.2% 39 / 125
🔵 Branches 69.15% 74 / 107
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/ui/src/components/molecules/FileListItem.tsx 17.64% 100% 0% 17.64% 13-46
packages/ui/src/components/molecules/FileGridItem/FileGridItem.tsx 20.33% 100% 0% 20.33% 18-69
packages/ui/src/components/organisms/FileGrid.tsx 10.14% 100% 0% 10.14% 9-27, 30-92
packages/ui/src/components/organisms/FileList.tsx 17.85% 100% 0% 17.85% 12-38
packages/ui/src/components/organisms/index.ts 100% 100% 100% 100%
packages/ui/src/hooks/useFileUrl.ts 65.21% 66.66% 100% 65.21% 14-22
Generated in workflow #276 for commit 056cda2 by the Vitest Coverage Report Action

@undyingwraith undyingwraith merged commit 7d257b5 into dev Oct 7, 2025
2 checks passed
@undyingwraith undyingwraith deleted the feature/virtualized-rendering branch October 7, 2025 09:28
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.

1 participant