Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add Scheduled Appointment Components #66

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions COMMIT_EDITMSG
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
ft (HomeScreen): Add Home Screen component

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch ft-home-screen
# Changes to be committed:
# new file: app/(app)/ActionMenu/HomeScreen.tsx
# modified: app/(app)/_layout.tsx
# modified: app/index.tsx
# new file: assets/icons/AppointmentSvg.ts
# new file: assets/icons/ArticleSvg.ts
# new file: assets/icons/HistorySvg.ts
# new file: assets/icons/HomeSvg.ts
# new file: assets/icons/ProfileSvg.ts
# new file: assets/images/BlueHeart.png
# new file: assets/images/Dentist.png
# new file: assets/images/Ellipse.png
# new file: assets/images/Frame.png
# new file: assets/images/GeneralDoctor.png
# new file: assets/images/HalfStar.png
# new file: assets/images/Heart.png
# new file: assets/images/More.png
# new file: assets/images/Neurologist.png
# new file: assets/images/Notification.png
# new file: assets/images/Nutritionist.png
# new file: assets/images/Optician.png
# new file: assets/images/Pediatric.png
# new file: assets/images/Radiologist.png
# new file: assets/images/Randy.png
# new file: assets/images/filter.png
# new file: assets/images/search.png
# new file: components/Line.tsx
# modified: package-lock.json
# modified: package.json
#
Loading
Loading