Skip to content

Add reusable Input, Modal, Toast, and FileUpload frontend components#1

Merged
Ibinola merged 1 commit into
mainfrom
codex/solve-and-close-assigned-issues-in-pr
Jun 2, 2026
Merged

Add reusable Input, Modal, Toast, and FileUpload frontend components#1
Ibinola merged 1 commit into
mainfrom
codex/solve-and-close-assigned-issues-in-pr

Conversation

@Ibinola

@Ibinola Ibinola commented Apr 23, 2026

Copy link
Copy Markdown
Owner

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.

@Ibinola Ibinola removed the codex label Apr 23, 2026
@Ibinola Ibinola merged commit 3b61af1 into main Jun 2, 2026
0 of 3 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

1 participant