iamkiddy
|
80882c80bc
|
Refactor Booking component to improve rendering of preferred availability and time slots. Update appointment model to support both string and array formats for preferred_dates and preferred_time_slots, enhancing flexibility in data handling.
|
2025-12-01 19:49:20 +00:00 |
|
iamkiddy
|
d51a795191
|
Refactor ContactSection and submitContactForm to streamline form submission process. Simplify input handling by using a single object for contact data and enhance error messaging for better user feedback. Update appointment detail rendering in Booking component for improved UI consistency.
|
2025-12-01 18:26:33 +00:00 |
|
iamkiddy
|
5318522f37
|
Refactor Booking and AppointmentDetail components to enhance rendering of preferred dates and time slots. Improve UI consistency by updating conditional rendering logic and ensuring proper handling of availability states. Additionally, streamline the ContactSection component to include form submission functionality with error handling and loading states for better user experience.
|
2025-12-01 17:35:28 +00:00 |
|
iamkiddy
|
cea4747da5
|
Enhance appointment detail and user dashboard components to conditionally render meeting links and buttons based on availability. Update appointment stats fetching logic to remove email dependency, improving user experience and API interaction. Refactor UI elements for better accessibility and clarity.
|
2025-11-27 20:35:26 +00:00 |
|
iamkiddy
|
5556e88fbf
|
Refactor Booking and AppointmentDetail components to improve handling of preferred dates and time slots. Enhance type safety by ensuring preferred_dates and preferred_time_slots are validated as arrays. Update rendering logic to handle different data formats for better user experience and consistency.
|
2025-11-27 19:33:54 +00:00 |
|
iamkiddy
|
6b83b092e3
|
Refactor Booking and AppointmentDetail components to integrate new appointment scheduling format. Update time slot management to use selected_slots, enhance availability loading logic, and improve error handling. Replace legacy date and time handling with a more robust API-driven approach for better user experience and data consistency.
|
2025-11-27 19:18:59 +00:00 |
|
iamkiddy
|
ee790ca503
|
Refactor Dashboard component by removing total and monthly revenue stats, and conditionally rendering trend indicators and comparison text based on card properties for improved UI flexibility.
|
2025-11-26 12:15:37 +00:00 |
|
iamkiddy
|
cef17ea895
|
Add React DatePicker and styles, update package dependencies, and enhance booking validation
|
2025-11-26 11:42:31 +00:00 |
|
iamkiddy
|
a1611e1782
|
Enhance AdminSettingsPage to fetch and update user profile. Implement profile data retrieval on component mount, update form structure to include first and last name, and add validation for required fields. Improve loading indicators and error handling for profile updates. Update API integration for fetching and updating user profile data.
|
2025-11-25 21:25:53 +00:00 |
|
iamkiddy
|
f6bd813c07
|
Refactor Booking component to manage time slots instead of time ranges. Update localStorage handling for time slots, enhance UI for selecting time slots, and improve validation for selected slots. Integrate public availability fetching in BookNowPage to display available time slots based on admin settings.
|
2025-11-25 21:04:22 +00:00 |
|
iamkiddy
|
6bcb6c5414
|
Update Booking component UI for improved layout and responsiveness. Adjust class names for better styling consistency and ensure elements are properly sized with shrink properties. This enhances the overall user experience in managing availability.
|
2025-11-25 20:39:47 +00:00 |
|
iamkiddy
|
85afc8c840
|
Enhance Booking component for admin availability management. Implement time range selection for each day, load saved time ranges from localStorage, and validate time inputs. Update API integration to ensure available_days is an array of numbers and improve error handling for availability updates. Refactor UI for better user experience in managing weekly availability.
|
2025-11-25 20:38:37 +00:00 |
|
iamkiddy
|
0297e6e3e5
|
Implement admin availability management in Booking component. Add functionality to manage weekly availability, including day and time selection, and integrate a dialog for updating availability. Enhance API integration for fetching and updating admin availability data. Update UI elements for better user experience.
|
2025-11-25 20:15:37 +00:00 |
|
iamkiddy
|
343c2c66b6
|
Refactor LoginDialog to support pre-filling email and integrate Forgot Password functionality. Update Navbar to manage dialog states for login and signup, enhancing user experience with smoother transitions between dialogs. Remove unused signup logic from LoginDialog for a cleaner implementation.
|
2025-11-24 22:35:07 +00:00 |
|
iamkiddy
|
83c95afec1
|
Add Deliverables link to Header and SideNav components, and integrate button in Dashboard for improved navigation
|
2025-11-24 17:48:57 +00:00 |
|
iamkiddy
|
c7871cfb46
|
Enhance Booking component with appointment scheduling and rejection functionality. Integrate dialogs for scheduling and rejecting appointments, improving user interaction. Update layout to suppress hydration warnings and refine appointment data handling in BookNowPage for consistent ID management.
|
2025-11-24 16:04:39 +00:00 |
|
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 |
|
iamkiddy
|
041c36079d
|
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 |
|
iamkiddy
|
d31f7045f5
|
Update header and navbar components to consistently display the full name "Attune Heart Therapy" instead of the abbreviated form, enhancing clarity in the UI.
|
2025-11-14 13:05:05 +00:00 |
|
iamkiddy
|
35e654cf46
|
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 |
|
iamkiddy
|
632d08cd29
|
Refactor header, side navigation, and navbar components to update logo links to the home page. Enhance consistency in navigation across the admin panel and main application.
|
2025-11-12 12:33:36 +00:00 |
|
iamkiddy
|
d9ddfee0cf
|
Refactor admin navigation and header components to update links for dashboard, booking, and notifications to include the '/admin' prefix. Remove unused booking, dashboard, notifications, and user dashboard pages to streamline the admin panel. Enhance Navbar component with login dialog functionality for improved user experience.
|
2025-11-12 00:28:29 +00:00 |
|
iamkiddy
|
77ecc28df1
|
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 |
|
iamkiddy
|
ce73cbde6c
|
Enhance admin panel with new features and UI improvements. Add remote image patterns to Next.js config for Unsplash integration. Update package.json with new dependencies including Radix UI components and date-fns. Refactor layout components to include a header in the admin layout, improve styling in notifications and side navigation, and enhance the booking and dashboard pages for better user experience.
|
2025-11-07 13:45:14 +00:00 |
|
iamkiddy
|
7a6a2a3a20
|
Implement booking management features in the admin panel. Add booking data fetching with mock API response, search functionality, and display of booking details in a table format. Enhance dashboard with statistics overview and loading states. Update layout for improved user experience.
|
2025-11-07 11:53:00 +00:00 |
|
iamkiddy
|
3c27026371
|
Refactor SideNav component for improved styling and responsiveness. Adjust layout in Booking and Dashboard pages to match updated SideNav dimensions. Enhance Login page with gradient text and button styles for a more modern appearance.
|
2025-11-06 14:40:30 +00:00 |
|
iamkiddy
|
af29ec2a48
|
Refactor navigation and component structure by updating import paths for SideNav and Notifications components. Remove unused Login component and notifications.tsx file. Add Navbar component to the Home page and adjust package.json to specify pnpm as the package manager.
|
2025-11-06 12:56:20 +00:00 |
|
iamkiddy
|
4d7201d03e
|
Update dependencies and improve styling in layout and global CSS. Added new packages for UI components and animations, and refactored CSS variables for better theme management.
|
2025-11-06 12:34:29 +00:00 |
|