4d85cd3c19Merge pull request '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.' (#28) from feat/booking-panel into masterHammond2025-11-26 12:16:17 +0000
ee790ca503Refactor 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.
iamkiddy
2025-11-26 12:15:37 +0000
6d3d7a848dMerge pull request 'feat/booking-panel' (#27) from feat/booking-panel into masterHammond2025-11-26 11:45:47 +0000
b2877dd36cImprove error handling in createAppointment function by using [\s\S] regex for better compatibility in parsing HTML error messages.
iamkiddy
2025-11-26 11:44:16 +0000
cef17ea895Add React DatePicker and styles, update package dependencies, and enhance booking validation
iamkiddy
2025-11-26 11:42:31 +0000
670bc31069Merge pull request 'Remove unused file '17' to clean up the repository.' (#26) from feat/booking-panel into masterHammond2025-11-25 21:39:08 +0000
4f58a69dd1Remove unused file '17' to clean up the repository.
iamkiddy
2025-11-25 21:38:27 +0000
92bd895b40Merge pull request 'feat/booking-panel' (#25) from feat/booking-panel into masterHammond2025-11-25 21:33:39 +0000
9d3cc84816Enhance type safety in BookNowPage and useAppointments hook. Update availableDates and availableDaysOfWeek mapping to specify string types. Add getUserAppointmentStats and AvailableDatesResponse types to useAppointments for improved type definitions. Modify Appointment interface to include 'completed' status for better appointment management.
iamkiddy
2025-11-25 21:31:20 +0000
a1611e1782Enhance 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.
iamkiddy
2025-11-25 21:25:53 +0000
f6bd813c07Refactor 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.
iamkiddy
2025-11-25 21:04:22 +0000
84f0f3137cMerge pull request 'feat/booking-panel' (#24) from feat/booking-panel into masterHammond2025-11-25 20:44:34 +0000
6bcb6c5414Update 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.
iamkiddy
2025-11-25 20:39:47 +0000
85afc8c840Enhance 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.
iamkiddy
2025-11-25 20:38:37 +0000
0297e6e3e5Implement 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.
iamkiddy
2025-11-25 20:15:37 +0000
e593ae595bRefactor ReadmePage to use Next.js router for navigation and remove sensitive information. Update API_BASE_URL assignment for cleaner implementation in api_urls.ts. Clean up ForgotPasswordDialog component by removing unnecessary whitespace.
feat/deliverables
iamkiddy
2025-11-25 17:26:30 +0000
343c2c66b6Refactor 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.
iamkiddy
2025-11-24 22:35:07 +0000
7d7d346bd9Merge pull request 'feat/deliverables' (#22) from feat/deliverables into masterHammond2025-11-24 22:10:29 +0000
f5e867414bMerge pull request 'feat/authentication' (#21) from feat/authentication into masterHammond2025-11-24 22:09:50 +0000
3465961819Refactor Login component to remove signup functionality and update UI for a streamlined login experience. Enhance error handling in LoginDialog to utilize toast notifications for better user feedback.
iamkiddy
2025-11-24 18:26:37 +0000
83c95afec1Add Deliverables link to Header and SideNav components, and integrate button in Dashboard for improved navigation
iamkiddy
2025-11-24 17:48:57 +0000
7db02adbd7Refactor Login and Signup components to utilize Suspense for improved loading states. Update error handling in LoginDialog to reference issues instead of errors for better validation feedback. Enhance appointment error handling by casting response data to unknown before extracting error messages.
feat/authentication
iamkiddy
2025-11-24 16:38:09 +0000
eec3976f94Refactor login and OTP verification flow in Login component. Update success handling to switch to login step instead of redirecting, and enhance UI in LoginDialog for better responsiveness and accessibility. Adjust styling for form elements and improve layout consistency.
iamkiddy
2025-11-24 16:21:21 +0000
c7871cfb46Enhance 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.
iamkiddy
2025-11-24 16:04:39 +0000
4f6e64bf99Refactor 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.
iamkiddy
2025-11-23 22:28:02 +0000
43d0eae01fRefactor Navbar component to simplify button class names by removing conditional logic for styling. This improves readability and maintains consistent styling for logout buttons based on user state.
iamkiddy
2025-11-23 21:58:14 +0000
37531f2b2bRefactor 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.
iamkiddy
2025-11-23 21:43:13 +0000
041c36079dEnhance 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.
iamkiddy
2025-11-23 21:13:18 +0000
7b5f57ea89Add Next.js Link import to Footer component for improved navigation
iamkiddy
2025-11-23 19:14:23 +0000
41b60c930eMerge branch 'feat/login-integrations' into feat/authentication
iamkiddy
2025-11-23 19:13:56 +0000
72860dc63dEnhance Footer component by adding an Admin Panel link and updating quick links to support scroll behavior. Replace button elements with Next.js Link for navigation to the Admin Panel.
iamkiddy
2025-11-23 19:06:09 +0000
1541b77f63Merge pull request 'Update button labels in BookNowPage and HeroSection for consistency, and refactor Navbar to conditionally render navigation links and sign-in button based on user dashboard state.' (#20) from fix/landing into masterHammond2025-11-23 14:02:01 +0000
b53e418099Remove duplicate age category from ClientFocus component for clarity and accuracy.
fix/landing
iamkiddy
2025-11-23 13:59:16 +0000
453ce68a66Update contact information across multiple components, including phone numbers and location details, to reflect new business contact. Rename section in ClientFocus component for clarity.
iamkiddy
2025-11-23 13:46:33 +0000
eb8a800eb7Enhance 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.
iamkiddy
2025-11-23 13:29:31 +0000
d6750d7c16Refactor Finances component by removing the unused insurance provider list and adjusting the grid layout from three to two columns for improved responsiveness.
iamkiddy
2025-11-22 21:31:52 +0000
a819dc3a04Update button labels in BookNowPage and HeroSection for consistency, and refactor Navbar to conditionally render navigation links and sign-in button based on user dashboard state.
iamkiddy
2025-11-22 21:29:35 +0000
487132ee9bUpdate login and book-now pages to enhance user experience by changing images for better representation, refactoring appointment scheduling to use preferred days and times, and improving error handling for user input.
fix/landing-page-issues
iamkiddy
2025-11-22 20:18:52 +0000
911ae7433fRefactor ClientFocus component by renaming sections to 'Who We Serve' and 'Communities', and replacing community representation with an image of flags for enhanced visual appeal and inclusivity.
iamkiddy
2025-11-22 19:16:35 +0000
1a8969defcRevert merge of recent PR
David McNeill
2025-11-21 19:51:29 -0500
4b5209365aMerge pull request 'fix/landing-page-issues' (#18) from fix/landing-page-issues into masterHammond2025-11-21 23:50:27 +0000
24c62510a9Enhance ClientFocus component by renaming section to 'Client Focus' and adding a diverse community representation with flags and colors, improving inclusivity and visual appeal.
iamkiddy
2025-11-21 23:47:53 +0000
6ed23f1573Update images and text in login and book-now pages for improved representation and clarity; rename 'Ethnicity' to 'Communities' in ClientFocus component, and adjust service description to emphasize inclusivity.
iamkiddy
2025-11-21 23:38:16 +0000
1247b7dc0cUpdate HeroSection background color for improved contrast in dark and light modes
iamkiddy
2025-11-21 23:20:55 +0000
092bbbd47fRefactor Finances component by removing unused insurance provider list and adjusting grid layout for improved responsiveness.
iamkiddy
2025-11-21 22:17:06 +0000
d31f7045f5Update header and navbar components to consistently display the full name "Attune Heart Therapy" instead of the abbreviated form, enhancing clarity in the UI.
iamkiddy
2025-11-14 13:05:05 +0000
dccc1ad6c5Fix missing icon imports in Services.tsx
iamkiddy
2025-11-13 13:39:30 +0000
93d3a739dfResolve merge conflicts in About.tsx and Services.tsx
iamkiddy
2025-11-13 13:38:02 +0000
54a9b63df9Merge pull request 'Add submit button click handler in Book Now page to manage login dialog display' (#17) from fix/conflicts into masterDevelopment Director2025-11-13 13:22:20 +0000
f97074e757Add submit button click handler in Book Now page to manage login dialog display
iamkiddy
2025-11-13 13:20:04 +0000
934f31e1f5Add icon SVG and update layout metadata to include icon reference. Adjust ContactSection card background gradient for improved visibility. Update footer copyright text to include LLC designation
iamkiddy
2025-11-13 13:00:02 +0000
35e654cf46Integrate 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.
fix/landing-page
iamkiddy
2025-11-13 11:42:56 +0000
f4c3fe0c51Refactor User Dashboard layout to improve responsiveness and visual consistency. Update button styles for better alignment and flexibility in different screen sizes.
iamkiddy
2025-11-13 11:17:17 +0000
c0ff0386a0Enhance UI components across the application by integrating theme support for dark mode. Update styles in Login, Book Now, User Dashboard, and Settings pages to improve visual consistency. Refactor various components to utilize the ThemeProvider for dynamic styling based on the selected theme.
iamkiddy
2025-11-13 11:10:00 +0000
79a5bb9fb9Merge pull request 'fix/landing-page' (#13) from fix/landing-page into masterDevelopment Director2025-11-12 21:55:24 +0000
d51942a8deMerge pull request '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 N…' (#12) from feat/book-now into masterDevelopment Director2025-11-12 21:54:57 +0000
1cf94cca0aAdd new components to Home page: Specialties, ClientFocus, Finances, and Location for enhanced content presentation.
iamkiddy
2025-11-12 19:38:14 +0000
632d08cd29Refactor 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.
iamkiddy
2025-11-12 12:33:36 +0000
486feec8bcUpdate HeroSection component to correct therapist title and add smooth scroll functionality to the "Learn More" button for improved navigation experience.
iamkiddy
2025-11-12 12:24:36 +0000
d9ddfee0cfRefactor 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.
iamkiddy
2025-11-12 00:28:29 +0000
64e82ec64cMerge pull request 'Update login redirection to home page and add automatic redirect after booking submission. Enhance user flow by ensuring users are directed to the home page upon successful actions.' (#7) from feat/book-now into masterSoftware Developer II (Fullstack)2025-11-07 21:48:45 +0000
bff566eb9bUpdate login redirection to home page and add automatic redirect after booking submission. Enhance user flow by ensuring users are directed to the home page upon successful actions.
iamkiddy
2025-11-07 21:27:14 +0000
75a89fc07cEnhance LoginDialog component by adding signup functionality, including form fields for full name, email, and phone number. Implement state management for signup process and error handling. Update UI to toggle between login and signup views, improving user experience.
iamkiddy
2025-11-07 20:28:22 +0000
561d2ee2b5Implement booking form functionality with loading state and error handling. Add user and booking interfaces, and display confirmation message upon successful submission. Enhance form submission process with time conversion and mock API response for development.
iamkiddy
2025-11-07 20:19:08 +0000
77ecc28df1Add custom pink scrollbar styles and update Popover and Select components for consistent border styling. Modify Hero and Navbar components to link to booking page.
iamkiddy
2025-11-07 19:47:18 +0000
c80c05e74dRefactor Navbar component to use linear gradient classes for improved styling consistency. Update background gradient classes for both the heart icon and the title text.
iamkiddy
2025-11-07 13:46:06 +0000
ce73cbde6cEnhance 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.
iamkiddy
2025-11-07 13:45:14 +0000
7a6a2a3a20Implement 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.
iamkiddy
2025-11-07 11:53:00 +0000
f3fb1100caAdvance the website with images and possibly some image of the client
abubakarim78
2025-11-06 22:44:29 +0000
3c27026371Refactor 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.
iamkiddy
2025-11-06 14:40:30 +0000
af29ec2a48Refactor 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.
iamkiddy
2025-11-06 12:56:20 +0000
458d9993e9Enhance application structure by adding new components for About, Services, Contact, and Footer sections. Implement theme management with ThemeProvider and ThemeToggle. Update layout and global styles for improved responsiveness and aesthetics. Integrate framer-motion for animations and add new dependencies for UI enhancements.
iamkiddy
2025-11-06 12:43:24 +0000
4d7201d03eUpdate 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.
iamkiddy
2025-11-06 12:34:29 +0000
c1233f2643Design a basic website for the therapy
abubakarim78
2025-11-06 12:02:10 +0000