Skip to content

Add reusable frontend input modal toast and file upload components#441

Merged
mftee merged 1 commit into
CodeGirlsInc:mainfrom
Ibinola:codex/solve-and-close-assigned-issues-in-pr
Apr 24, 2026
Merged

Add reusable frontend input modal toast and file upload components#441
mftee merged 1 commit into
CodeGirlsInc:mainfrom
Ibinola:codex/solve-and-close-assigned-issues-in-pr

Conversation

@Ibinola

@Ibinola Ibinola commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

Motivation

  • Provide reusable UI building blocks for forms and notifications in the frontend by implementing Input, Modal, Toast, and FileUpload components.
  • Consolidate common patterns (validation, accessibility, toast provider) so feature pages can reuse them.

Description

Testing

  • Added unit tests under each component folder for Input, Modal, Toast, and FileUpload validation (files present in frontend/cmmty/components/*/*.test.tsx); tests were executed with npm test but the run failed due to Jest/Babel transform configuration not present in this repo (JSX/TSX parsing errors).
  • Type check with npx tsc --noEmit failed due to missing test runner typings (recommend adding @types/jest).
  • Attempted dependency provisioning (npm install --package-lock-only) failed to fetch @radix-ui/react-dialog due to registry 403, so some runtime deps were not installed.

@vercel

vercel Bot commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

@Ibinola is attempting to deploy a commit to the Mftee's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Apr 24, 2026

Copy link
Copy Markdown

@Ibinola 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! 🚀

Learn more about application limits

@mftee mftee merged commit 3b61af1 into CodeGirlsInc:main Apr 24, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants