This website requires JavaScript.
Explore
Help
Register
Sign In
ATTUNE-HEART-THERAPY
/
website
Watch
6
Star
0
Fork
0
You've already forked website
Code
Issues
7
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
4f6e64bf99
website
/
app
History
iamkiddy
4f6e64bf99
Refactor Booking and Dashboard components to integrate appointment management and enhance data fetching logic. Replace mock data with API calls for appointments and user statistics, improving error handling and user feedback. Update UI elements for better search functionality and display of appointment details.
2025-11-23 22:28:02 +00:00
..
(admin)
Refactor Booking and Dashboard components to integrate appointment management and enhance data fetching logic. Replace mock data with API calls for appointments and user statistics, improving error handling and user feedback. Update UI elements for better search functionality and display of appointment details.
2025-11-23 22:28:02 +00:00
(auth)
Enhance authentication and middleware logic by improving user role checks, adding OTP verification steps, and refining redirection based on user roles. Update login and signup forms to handle multiple user attributes and streamline error handling. Integrate logout functionality across components for better user experience.
2025-11-23 21:13:18 +00:00
(pages)
Refactor booking process in BookNowPage to integrate appointment creation via useAppointments hook. Enhance form submission logic to check user authentication before proceeding. Update API endpoint configurations for appointment management, including available dates and user appointments. Improve error handling and user feedback with toast notifications.
2025-11-23 21:43:13 +00:00
(user)
Integrate dark mode support across admin components, including Header, Notifications, SideNav, and Booking pages. Update styles to ensure visual consistency and responsiveness based on the selected theme, enhancing user experience in both light and dark modes.
2025-11-13 11:42:56 +00:00
favicon.ico
Initial commit from Create Next App
2025-11-05 11:28:53 +00:00
globals.css
Add custom pink scrollbar styles and update Popover and Select components for consistent border styling. Modify Hero and Navbar components to link to booking page.
2025-11-07 19:47:18 +00:00
icon.svg
Updated about, service, and footer
2025-11-07 21:37:43 +00:00
layout.tsx
Updated about, service, and footer
2025-11-07 21:37:43 +00:00
page.tsx
Add new components to Home page: Specialties, ClientFocus, Finances, and Location for enhanced content presentation.
2025-11-12 19:38:14 +00:00
providers.tsx
Enhance authentication flow by integrating @tanstack/react-query for improved data fetching, adding form validation in Login and LoginDialog components, and updating user redirection logic post-login. Also, include new dependencies: input-otp and zod for OTP input handling and schema validation.
2025-11-23 13:29:31 +00:00