AthenaFoss / Time-Managment-Tool

This project is for managing the time and prioritizing the task
6 stars 11 forks source link

Fix: UI & Prisma Config + Schema #22

Open kvardaan opened 1 day ago

kvardaan commented 1 day ago

Config -

  1. Fixed prisma config which was modified (in #21) as it could lead to some issues.
  2. Added prisma migration for auth schema. UI -
  3. Fixed auth pages' responsiveness (imgattached for reference).
  4. Fixed nav-bar, as it was appearing in auth pages.
  5. Added Password hide/unhide button.
nikhil-pn commented 23 hours ago

way the go @kvardaan ser

kvardaan commented 9 hours ago
  1. Added the task schema & action for creating a task.
  2. Modified the task creation form. ref