Commit Graph
25 Commits
Author SHA1 Message Date
defiQUGandCursor 22a889fb91 Align site copy with foundation brief, restore Portals nav, and audit public routes.
Portals link in nav/footer/mobile; foundation-aligned request assistance, donate, legal, and SEO; expanded sitemap; families-focused impact labels; fix document.title hook placement.

Co-authored-by: Cursor <[email protected]>
2026-05-26 22:33:06 -07:00
defiQUGandCursor 83727e217a Remove hero gap below header
Drop min-h-screen vertical centering on hero; use compact top padding so copy and photos sit directly under the nav in light and dark mode.

Co-authored-by: Cursor <[email protected]>
2026-05-26 22:10:57 -07:00
defiQUGandCursor e24cb6379a Fix stale home copy, enlarge nav logo, and refresh PWA cache
Replace student/counselor sections with foundation messaging; show nav from md breakpoint; workbox skipWaiting so deploys reach browsers faster.

Co-authored-by: Cursor <[email protected]>
2026-05-26 22:00:39 -07:00
defiQUGandCursor 6b0c561fc1 Add client wellness and PTSD awareness campaign graphics
Healing minds and June PTSD awareness artwork on home and mission pages, with wellness tagline in footer and accessible captions.

Co-authored-by: Cursor <[email protected]>
2026-05-26 21:11:58 -07:00
defiQUGandCursor 3a9d8082ac Add client outreach photos and Instagram profile link
Five optimized community images and outreach video on home hero, gallery, and events page; footer and SEO link to @miraclesinmotionfoundation on Instagram.

Co-authored-by: Cursor <[email protected]>
2026-05-26 21:09:12 -07:00
defiQUGandCursor c9948dff4a Align site copy and structure with client foundation brief
Add About, Mission, What We Do, Events, and Contact pages; update hero, footer, nav, EIN 33-4887159, and [email protected]; warm cream/beige palette and faith-centered messaging for LA County outreach.

Co-authored-by: Cursor <[email protected]>
2026-05-26 21:02:02 -07:00
defiQUGandCursor 33aab0d3de Add brand kit, #/brand page, and responsive logo marks
Export script generates PNG/WebP/favicons/ZIP and OG image; nav uses symbol on mobile and horizontal lockup on desktop; press kit at #/brand with download links and print-friendly guidelines.

Co-authored-by: Cursor <[email protected]>
2026-05-26 20:53:37 -07:00
defiQUGandCursor f5d305bfcb feat(brand): official logo, forest green/gold theme, and favicon set
Wire public/logo.png into nav/footer LogoMark with responsive sizing,
remap primary/secondary Tailwind scales to brand colors, and refresh
CTAs, PWA manifest, and favicon assets for mim4u.org.

Co-authored-by: Cursor <[email protected]>
2026-05-26 18:14:43 -07:00
defiQUG 101fdb90e2 feat: Azure chat function wiring and MIM chat agent UI
- Register AI chat HTTP function and export api entrypoints.
- DI container and donation handlers updated for chat integration.
- Frontend: MimChatAgent, App wiring, Vite env types.
- Refresh api/package-lock.json after dependency install.

Made-with: Cursor
2026-04-07 22:59:20 -07:00
defiQUG 16b9b02d70 MIM4U: UX/SEO/performance/security – self-host Inter, CSP, first-party analytics, cookie consent, Get Help form, impact page, LazyImage fix
Made-with: Cursor
2026-02-26 22:34:45 -08:00
defiQUG f1c61c8339 Deploy to production - ensure all endpoints operational 2025-11-12 08:17:28 -08:00
defiQUG 12764ceb86 chore: comprehensive project update with dependency modernization, contact information standardization, copyright updates, and build configuration improvements
- Updated dependencies to latest compatible versions including React, TypeScript, and Vite.
- Standardized contact information across all components (phone, email, address, EIN).
- Updated copyright year to 2025 and ensured consistent legal status messaging.
- Modernized Azure infrastructure with updated API versions and enhanced security practices.
- Optimized build configurations for TypeScript and Vite, ensuring production readiness.
- Cleaned up console logs and improved code quality with type safety and test coverage updates.
2025-10-05 19:41:51 -07:00
defiQUG 93bcf4d560 feat: Refactor UI components by extracting Navigation, Footer, LogoMark, and Card; implement responsive design and improve code organization 2025-10-05 09:31:54 -07:00
defiQUG a883cec1f8 feat: Add Phase 3B Enterprise Features including Advanced Analytics, Mobile Volunteer App, and Staff Training System; update deployment guide and environment configuration 2025-10-05 05:32:41 -07:00
defiQUG 972669d325 feat: Implement Salesforce Nonprofit Cloud CRM integration and Real-Time Data Processing system
- Added SalesforceConnector for handling Salesforce authentication, case creation, and updates.
- Integrated real-time processing capabilities with StudentAssistanceAI and Salesforce.
- Implemented WebSocket support for real-time updates and request handling.
- Enhanced metrics tracking for processing performance and sync status.
- Added error handling and retry logic for processing requests.
- Created factory function for easy initialization of RealTimeProcessor with default configurations.
2025-10-05 05:29:36 -07:00
defiQUG 3aa2e758be feat: Add AI Assistance Portal components and enhance layout; update notification service and processing pipeline for improved request handling 2025-10-05 05:20:00 -07:00
defiQUG 47d913cf34 feat: Implement AI Assistance Portal with types and components for student requests and insights 2025-10-05 05:14:58 -07:00
defiQUG 914c4180b5 feat: implement authentication context and user session management; enhance donation impact calculator and UI interactions 2025-10-04 22:55:41 -07:00
defiQUG ff7233bfed feat: optimize 3D floating particles and enhance parallax effects; improve visibility and interaction of UI elements 2025-10-04 22:11:41 -07:00
defiQUG 184057a0f7 feat: enhance 3D floating particles and geometric shapes; improve background animations and parallax effects 2025-10-04 21:21:44 -07:00
defiQUG b96b9d93d5 Implement feature X to enhance user experience and optimize performance 2025-10-04 21:10:03 -07:00
defiQUG e1de9fa161 feat: implement 3D parallax effects and floating particles in the main app layout; enhance Tailwind CSS configuration with perspective utilities 2025-10-04 20:52:35 -07:00
defiQUG 0393deeaa7 fix: update contact information and email addresses in various sections 2025-10-04 20:39:10 -07:00
defiQUG b36a68d5bb refactor: clean up imports and remove unused state variables in App component 2025-10-04 20:25:25 -07:00
defiQUG 1b3793447a feat: initialize project with Tailwind CSS, React, and TypeScript setup
- Added Tailwind CSS configuration with custom theme colors and animations.
- Created global styles in index.css including custom scrollbar and button components.
- Set up main entry point in main.tsx to render the App component.
- Configured TypeScript with strict settings and path mapping.
- Added support for high contrast mode and reduced motion in styles.
- Included print styles for better printing experience.
2025-10-04 18:11:14 -07:00