Closed itayf9 closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
plan-it-web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 5, 2023 11:12pm |
could you please include the fix in line 492:
<GoogleCalendarButton handleOpenCalendar={{handleOpenCalendar}}/>
=>
<GoogleCalendarButton handleOpenCalendar={handleOpenCalendar}/>
could you please include the fix in line 492: <GoogleCalendarButton handleOpenCalendar=
{{handleOpenCalendar}}/>
=> <GoogleCalendarButton handleOpenCalendar={handleOpenCalendar}/>
fixed
I've made some changes in the admin dashboard UI and I've made some other minor changes throughout the app as well.
New:
Added new header for each of the paged throughout the app.
Created more subcomponents from existing code (such as
PageHeader.jsx
,DeleteCoursesConfirmationModal.jsx
,ShowMoreLessButton.jsx
,SubjectsViewer.jsx
).Reorganized the /components directory to include subdirectories.
Redesigned the course item component. New:
Added the course id field to the course item component and to the edit form (read only - you cannot change the course id).
Added the course id and name to the deletion modal. New:
Fixed some layout to "cancel" and "save" buttons throughout the app.
Removed some code duplications.
closes #57 closes #75