Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: Implement Escrow Initialization API Endpoint #48 * fix: escrow types * fix: metadata fields * fix: minor fixes * fix: Number * enhancement: dates * enhancement: dates * feat: refactoring * fix: refactoring, fixes * feat: enhance forms inputs accessibility (#79) * feat: adding aria attributes * feat: removing extra attributes * Update apps/web/app/(auth-pages)/sign-in/page.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update apps/web/app/(auth-pages)/sign-up/page.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * feat: adding error messages * feat: adding values to footer input * feat: fix build error * feat: adding validation hook * Update apps/web/hooks/use-form-validation.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update apps/web/hooks/use-form-validation.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update apps/web/hooks/use-form-validation.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * feat: adjusting email regex * Update apps/web/hooks/use-form-validation.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * feat: adding resetValidation * feat: adjusting resetValidation --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * [web] feat: add descriptive aria labels to all buttons (#80) * feat: update all buttons with descriptive aria-labels * fix: remove redundant aria-labels * fix: remove redundant aria-label from sign-up button * fix: refactor aria-label text on sign up and sign in button * feat: test commit * refactor(buttons): simplify aria-labels for accessibility * refactor(buttons): remove redundant aria-labels for clarity * feat: adding semantic html for dialog (#76) * feat: adding semantic html for dialog * fix: code rabbit fixes * feat: adding semantic html for dialog * feat: adding semantic html for dialog * feat: adding semantic html for dialog * fix(dialog): last fixes for accessibility * fix: adding coderabbit changes * fix: adding coderabbit changes * Update dialog.tsx * feat(components): Create project details components for project page (#97) Co-authored-by: Brandon Fernández <[email protected]> * feat(alert):Implemented-aria-live-regions-#34 (#95) * feat(alert):Implemented-aria-live-regions-#34 * Update apps/web/components/base/alert-dialog.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update apps/web/components/base/alert-dialog.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Brandon Fernández <[email protected]> * update: improvementes on navigation menu (#89) * update: improvementes on navigation menu * update: improvement on navigation menu * update: comment to sign the commit * update remove comment to sign the commit --------- Co-authored-by: Dario Zamora Rojas <[email protected]> Co-authored-by: Brandon Fernández <[email protected]> * feat: Feat building participation card v2 (#98) * [web] impr: rename, organize and implement lazy loading in home sections (#82) * feat(web): add sections directory structure and organize home components * impr(web): implement lazy loading for home sections * chore(web): resolve requested changes from PR #38 * chore(web): resolve requested changes from PR #38 * chore(web): resolve requested changes from PR #38 * chore(web): resolve requested changes from PR #38 * chore(web): resolve requested changes from PR #38 * chore(web): remove unnecessary files * fix(web): build errors --------- Co-authored-by: Roberto Lucas <[email protected]> * [web] feat: project achievement components (#99) * feat: implement user achievements and collection component - user view * refactor: move fallbacks folder to components folder --------- Co-authored-by: Roberto Lucas <[email protected]> * [web] feat: kindfi theme colours and breakpoints for (#96) * Add custom theme and breakpoints for ShadCN * Add custom theme and breakpoints to Tailwind config update * refactor: extract breakpoints into shared constant * refactor: extract breakpoints into shared constant * refactor: extract breakpoints into shared constant * refactor: extract breakpoints into shared constant * feat: updated colour patterns * enhancements: AI recommendations * enhancements: AI recommendations1 * enhancement: modify type * [web] feat: improve dialog focus management and a11y + linting errors (#105) * feat(dialog): improve focus management and a11y. Fix linting errors 1. Improve Dialog focus management and a11y 2. Fix linting errors. * refactor: use event IDs as keys instead of titles/labels. Wrap media thumbnails in buttons * refactor: add --no-install clause to husky commit-msg * fix: assign appropraite IDs to mocked data in otder to resolve type errors in project-updates.tsx * fix: remove duplicate ID in mock data * [web] impr: remove duplicated layout #78 (#94) * fix(layout): resolve duplicated layout issue and remove redundant wrapper * fix: duplicate layout issues and lint errors * fix(components): resolve linting issues in project components --------- Co-authored-by: Favour Abangwu <[email protected]> * fix: base img render + copilot instructions + biome config tweak (#112) * fix: base img render + copilot instructions + biome config tweak * fix: coderabbitai suggestions * refactor(ui): create use-reduced alt, and apply it across affected components (#108) Co-authored-by: Brandon Fernández <[email protected]> Co-authored-by: Roberto Lucas <[email protected]> --------- Co-authored-by: Diego Barquero Quesada <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Favour Abangwu <[email protected]> Co-authored-by: Kevin Latino <[email protected]> Co-authored-by: Josué Araya Marín <[email protected]> Co-authored-by: Brandon Fernández <[email protected]> Co-authored-by: Frankie Power <[email protected]> Co-authored-by: Dario Zamora <[email protected]> Co-authored-by: Dario Zamora Rojas <[email protected]> Co-authored-by: davedumto <[email protected]> Co-authored-by: Derian <[email protected]> Co-authored-by: Roberto Lucas <[email protected]> Co-authored-by: Nnaji Benjamin <[email protected]> Co-authored-by: ayo-ola0710 <[email protected]> Co-authored-by: Emmanuel Ejei-Okeke <[email protected]> Co-authored-by: Lulu <[email protected]> Co-authored-by: Marvelousmicheal <[email protected]>
- Loading branch information