mortezaei
d2c603e1b7
fox list question
6 days ago
mortezaei
af37dda4f0
refactor: improve snap-list drag gesture logic and suppress accidental clicks on interactive elements
6 days ago
mortezaei
872abf8b79
refactor: improve touch-to-focus reliability by isolating interactive elements from the drag gesture and adjusting snap thresholds.
6 days ago
mortezaei
36cfcc8a76
refactor: remove read-only state management from question inputs and update snap list ignore selectors to improve touch interaction reliability
6 days ago
mortezaei
6c8cc01727
refactor: replace useQuestionInputFocusSync with question-viewport-coordinator for improved list management
1 week ago
mortezaei
66cecd6639
refactor: improve mobile keyboard interaction sync by introducing strict input validation and explicit state resets
1 week ago
mortezaei
d250873226
feat: add loading shimmer placeholders for question list component
1 week ago
mortezaei
bab927154a
fix
1 week ago
mortezaei
9ee426ddc7
feat: implement sheet scroll locking and keyboard-aware input focus management for mobile responsiveness
1 week ago
ghorbani
f70b3fd273
feat: implement interactive questions-list page with local progress tracking and sync-before-submission logic
2 weeks ago
ghorbani
ae1c830517
feat: implement multi-language infrastructure and dynamic question components for marriage matching system
3 weeks ago
ghorbani
12eb4c6f71
feat: implement comprehensive marriage matching system with multi-language support and core UI components
3 weeks ago
ghorbani
ab8b055d8a
feat: implement core matchmaking application structure and multi-language support
3 weeks ago
ghorbani
6309fe2897
feat: implement multi-language support and comprehensive question-based marriage matching workflow
3 weeks ago
ghorbani
8ab2bef94d
feat: implement question flow system with localized support and UI components
3 weeks ago
ghorbani
0facb88510
feat: implement core marriage matching application architecture including UI components, question workflows, and multi-language support.
3 weeks ago
ghorbani
4ae71fb836
feat: implement reusable navigation and action button components with modal and countdown support
3 weeks ago
ghorbani
a3bda4ecd3
feat: implement question flow system with dynamic components and custom styling
4 weeks ago
ghorbani
130f518c45
feat: implement dynamic question components, slider functionality, and registration flow pages
4 weeks ago
ghorbani
574b00aba3
feat: implement introduction page, question flow components, and UI utility elements for the marriage matching process
4 weeks ago
sina_sajjadi
63a4edc24f
feat: add OpenAPI documentation, question management components, and section-specific data hooks
2 months ago
sina_sajjadi
3076f8089a
feat: implement core question workflow with multi-step navigation, storage, and onboarding screens
2 months ago
sina_sajjadi
c14d577aa0
feat: add QuestionCheckbox component for handling multiple choice questions with "Doesn't matter" option
3 months ago
sina_sajjadi
f0edf39d58
feat: implement modular question components, match summary display, and profile navigation infrastructure
4 months ago
sina_sajjadi
b0c2b89410
feat: add marriage profile and section data hooks
- Implemented `useMarriageProfileQuery` and `getMarriageProfile` for fetching main marriage profile data.
- Created `useMarriageSectionDataQuery` and `updateMarriageSectionData` for managing section data with query and mutation hooks.
- Added `useMarriageSectionsQuery` for retrieving available marriage sections.
feat: add temporary media upload hook
- Introduced `useUploadTmpMediaMutation` and `uploadTmpMedia` for handling temporary media uploads.
feat: implement internationalization support
- Added localization configuration and dictionaries for English and Persian languages.
- Created `I18nProvider` for managing locale and dictionary context.
- Implemented utility functions for locale management and path localization.
feat: define API communication layer
- Established an HTTP client using Axios with proxy path handling for API requests.
4 months ago