feat: PDF preview, skeleton loaders, error boundary, 404 page & risk …#443
Merged
mftee merged 1 commit intoApr 24, 2026
Conversation
…flag chart - feat(CodeGirlsInc#395): build PDF document inline preview component [FE-29] · Create frontend/cmmty/components/PdfPreview/ with react-pdf + iframe fallback · Page navigation controls: prev/next, current page / total pages · Loading skeleton shown while PDF loads · Error state shown if PDF fails to load · Unit tests for page navigation logic - feat(CodeGirlsInc#396): create skeleton loading screen components [FE-30] · Create frontend/cmmty/components/Skeleton/ with all skeleton variants · Skeletons for: table row, document card, stat summary card, detail page · Tailwind animate-pulse pulsing animation on all variants · Layout matches approximate shape of real content they replace · Unit tests verifying each skeleton renders without errors - feat(CodeGirlsInc#397): implement error boundary and custom 404 page [FE-31] · Create frontend/cmmty/components/ErrorBoundary/ as class-based component · User-friendly error UI with Reload Page button on caught errors · Caught errors logged to console · Create frontend/cmmty/pages/not-found/ with custom 404 page · 404 page includes icon, message and Back to Home button · Unit tests for error boundary catch behavior - feat(CodeGirlsInc#398): build risk flag breakdown bar chart component [FE-32] · Create frontend/cmmty/components/RiskFlagChart/ with horizontal bar chart · One horizontal bar per detected risk flag · Bar width proportional to flag weight relative to total score · Flag name and point value shown on each bar · Color coding: gray for low-weight, amber for medium, red for high · Empty state message shown when no flags detected · Unit tests for bar width calculation logic Closes CodeGirlsInc#395, Closes CodeGirlsInc#396, Closes CodeGirlsInc#397, Closes CodeGirlsInc#398
Contributor
|
@lynaDev2 is attempting to deploy a commit to the Mftee's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@lynaDev2 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
mftee
approved these changes
Apr 24, 2026
mftee
pushed a commit
that referenced
this pull request
Apr 25, 2026
…fe-components git push -u origin feat/SC-08-Expose-Prometheus-metrics-endpoint-Repo-Avatar feat: PDF preview, skeleton loaders, error boundary, 404 page & risk …
mftee
added a commit
that referenced
this pull request
Apr 25, 2026
…etrics-endpoint-Repo-Avatar Merge pull request #443 from lynaDev2/feature/issues-395-396-397-398-…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
#395 — PDF Document Inline Preview [FE-29]
#396 — Skeleton Loading Screen Components [FE-30]
#397 — Error Boundary & Custom 404 Page [FE-31]
#398 — Risk Flag Breakdown Bar Chart [FE-32]
Checklist
Closes
Closes #395
Closes #396
Closes #397
Closes #398