- Added `ProfileAvatar` for consistent avatar rendering across profiles, with fallback initials and gradient backgrounds.
- Created `ShareCTAButton` for sharing links with native sharing support and clipboard fallback.
- Integrated custom `tiptap` video extension (`tiptap-video`) for video support in rich text editing.
- Introduced `useColumnCount` for responsive column count management in dynamic masonry layouts.
- Enhanced onboarding flow with refined "Share My Profile" feature using the new share button.
- Updated styles and layout in filtered profiles and onboarding screens for better consistency and responsiveness.
- Implemented `parseFaq` to transform markdown into structured data for improved rendering and SEO.
- Introduced `react-markdown` with custom styling for better alignment with the application design.
- Added search functionality with query matching and automatic expansion of relevant answers.
- Designed a sticky navigation rail for easier category navigation.
- Enabled deep linking to questions and categories for external reference.
- Created reusable components for FAQ items and markdown rendering.
- Updated markdown file handling to exclude FAQ from generic loader (`MD_PATHS`).
- Implemented `AudioPlayer` for custom audio playback controls.
- Added `useAudioRecorder` hook for managing microphone audio recording with visual feedback.
- Introduced audio transcription API integration using OpenAI Whisper.
- Created `blobToBase64` utility to encode recorded blobs for API consumption.
- Added IndexedDB-based `recording-store` for saving in-progress recordings.
- Developed `VoiceAutofillSection` for guided recording, playback, transcription, and editing.
- Implemented `getChannelsCount` function in the backend for querying channel count.
- Added public `get-channels-count` schema definition with related metadata.
- Integrated the new endpoint into client-side user utilities for specific table reads.
- Adjusted documentation for migration process consistency.
- Introduced `capture-search.mjs` script for end-to-end mobile search flow captures.
- Added `SearchDemo` scene as a Remotion composition for the home-page hero clip.
- Integrated dynamic video selection based on theme in `home/search-demo.tsx` component.
- Included `fetch-media.mjs` script for fetching demo assets during build.
- Enabled optional email verification bypass for local captures (`dev-flags.ts`).
- Updated related documentation and scripts for media creation and deployment.
* Fixed Type errors
* Organizing testing utilities
* Added Database checks to the onboarding flow
* Updated Onboarding flow
Changed type ChildrenExpectation so that it can be used for database verification
* Added compatibility page setup
Added more compatibility questions
* Fix
* .
* Fix: Typo
* Fix: Faker usernames can no longer generate symbols
* Fix: Changed how work area is verified
* .
* .
* Fix: Trying to work in headed mode
* Fix: Change back to headless
* Fix: Added timeout after workArea selection
* .
* Clean e2e
* Improve E2E setup
* Prettier
* Log
* Fix: should pull test account from unique identifier like email, username or id; not the display name
* Source env vars in playwright directly
* Clean e2e data
* Clean test account id to be the same for email and username
* Fix import warning
* Add error handling
* Add log
* Temp remove env load
* Update
* Add logs and safeguards against using remote supabase during e2e tests
* Fix playwright report path in C@
* Remove locale log
* Check if userInformationFromDb loading with name instead of username was the issue
* Remove login log
* Check if initial work area names were the issue
* Ignore if no files found
* Cache Firebase emulators in CI
* Reload env vars in playwright
* It did not break tests...
* Clean verifyWorkArea
* Add caching for node modules in CI
* Add caching for node modules in CI (2)
* Do not raise if emulator not running during db seed
* Do not raise if using firebase emulator
* Fix supabase cache in CI
* Add Cache Playwright browsers in CI
* Fix
* Test cache
* Turn off unused supabase services to speed things up
* Back to good one
* Set CI=true
* api is required for client connection
* Add safeguards for missing supabase env vars
* Remove echo
* Remove supabase cache
---------
Co-authored-by: Martin Braquet <martin.braquet@gmail.com>