Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add formiz * feat: add json-server and swr * feat: page background * feat: form stepper * fix: wrong form stepper props call * feat: checkbox component * feat: select component * feat: change padding * feat: select component placeholder * feat: placeholder and style wrapper * feat(wip): form step 1 draft * feat: input component * feat: hover response * feat: hover response * feat: create button for next step, back, and submit * feat: create OTP input field and add props delegate for `Input` component * feat: draft step 2 - 4 * feat: course registration form draft * feat: dymanic route for course registration form * feat: outline for keyboard navigation * feat: add framer motion for animation * feat(wip): checkbox client side validation * refactor: improve code readability * feat: change SWR to simple-rest * feat: change radix checkbox to react aria checkbox * feat: admin dashboard draft (#21) * feat: separate `FormContent` * feat: separate `OTPForm` * feat: admin login page draft * feat: survey table draft * feat: create survey form draft * feat: rename path to plural * feat: switch style * fix: link typo * fix: link typo * feat: reusable survey form and top bar * feat: top bar and tab style * fix: side bar href typo * feat: student table and student form draft * feat(draft): course table and course form * refactor: reduce code duplication * refactor: reduce code duplication * feat(ui): improve sidebar UI (#22) * feat: form field submit using `Formiz` (#23) * feat(Formiz): input field * feat(Formiz): change `Input`, `Checkbox`, and `Select` for `Formiz` * fix: dashboard forms missing name property * feat(wip): course table and student table data fetch * fix: missing dependencies in `package.json` * feat: table data fetch integrate (#31) * fix: Updated types and columns for surveys & courses * feat: Added survey fetch courses api * wip: Updating student type * feat(wip): data post --------- Co-authored-by: Aidan Ng <[email protected]>
- Loading branch information