- Changed the icon source for the check icon in information-sheet.tsx.
- Added new localization strings for decline and request proceed in dictionaries.ts.
- Introduced new image assets: Group 1597880481.png and Icfdason.svg.
- Created a new page for the new match profile with improved UI and functionality.
- Implemented request and reject profile functionality with corresponding UI sheets.
- 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.