mortezaei
c332ec235d
refactor: fix layout scrolling behavior by enabling sticky headers and adjusting section min-heights
2 weeks ago
mortezaei
e06f5bd344
fix: prevent premature redirects using stale initialData and improve payment error handling for Habcoin transactions
2 weeks ago
mortezaei
99889adf1e
fix(ui): move profile action button outside of main container
Relocate the profile edit/lock button from inside the `<main>` element
to outside of it. This prevents the `page-slide-enter` animation's
`will-change: transform` property from creating a new containing block,
which was causing layout issues with `position: fixed` elements.
3 weeks ago
mortezaei
916513ea90
refactor(ui): improve layout consistency and profile redirection logic
Refactor various client components to improve UI responsiveness, spacing, and icon sizing. Additionally, update the profile redirection logic to allow users to access specific sections when their profile is not locked.
- Update `FindingMatchClient` with improved min-height, padding, and responsive spacing.
- Standardize icon sizes using `size-[18px]` in `FindingMatchClient` and `NewMatchClient`.
- Refactor `isProfileRedirecting` in `QuestionsListClient` using `useMemo` to allow access to `finding-match` when `can_edit_profile` is true.
- Adjust `Button` component to use flexbox for better text alignment and centering.
3 weeks ago
mortezaei
2e1267bc48
refactor: update layout styles, adjust component dimensions, and refine profile redirection logic
3 weeks ago
mortezaei
6960754c1d
fix match hook start
3 weeks ago
mortezaei
c89cc8e958
fix auth
3 weeks ago
mortezaei
8830dee187
fix ssr loading
3 weeks ago
mortezaei
714bd677dd
feat: localize country names across all supported languages and update exit navigation flow
3 weeks ago
Muhammad A. Ghorbani
970d277231
feat: implement phone input component with Flutter-based geolocation, country-specific formatting, and validation testing
3 weeks ago
Muhammad A. Ghorbani
4907477e87
feat: add reusable button, swipe-button, question-card, and section-icon components
3 weeks ago
mortezaei
82f1db1d8b
fix intro
3 weeks ago
mortezaei
6477bde98e
fix images
3 weeks ago
Muhammad A. Ghorbani
0acd67c88d
feat: add request-accepted client component and multi-language translation support
3 weeks ago
mortezaei
03fba161c3
debug log
3 weeks ago
mortezaei
5779e0b5c0
fix header icon
3 weeks ago
mortezaei
0c9208fee9
fix webview
3 weeks ago
mortezaei
2ce77beb5c
fix page
3 weeks ago
mortezaei
f7e556382d
fix page
3 weeks ago
mortezaei
70d3fe6394
fix page
3 weeks ago
mortezaei
25fecebb07
fix header
3 weeks ago
mortezaei
69d6b817e3
fix image
3 weeks ago
mortezaei
28e8259b34
remove video
3 weeks ago
mortezaei
a772036337
fix header request approved
3 weeks ago
mortezaei
a5fa49e77d
fix image
3 weeks ago
mortezaei
f9be584db4
fix ui request send
3 weeks ago
mortezaei
8604436149
fix redirect page
3 weeks ago
mortezaei
360c537543
fix page header
3 weeks ago
mortezaei
eaca8e7d7d
fix start
3 weeks ago
mortezaei
29e45e9c6f
fix phone
3 weeks ago
mortezaei
da69d7b80a
fix question
3 weeks ago
mortezaei
352227ff84
fix icon
3 weeks ago
mortezaei
dd9878e562
fix icon
3 weeks ago
mortezaei
57506ddfaf
fix fileds
3 weeks ago
mortezaei
e49816342f
fix question
3 weeks ago
mortezaei
be5286f2d6
fix translation
3 weeks ago
mortezaei
0726313487
fix question answer
3 weeks ago
mortezaei
9a227fa469
fix buttion
3 weeks ago
mortezaei
4658037b27
fix buttion
3 weeks ago
mortezaei
cd52fdaa3f
fix buttion
3 weeks ago
mortezaei
cdb92ab1e0
fix profile
3 weeks ago
Muhammad A. Ghorbani
82936af95d
Merge branch 'master' of https://git.habibapp.com/sina_sajjadi/marriage
3 weeks ago
Muhammad A. Ghorbani
cc4b984478
feat: add multi-language support and implement terms and question detail pages
3 weeks ago
mortezaei
2b4fb2e241
fix header
3 weeks ago
mortezaei
674eb2a4a4
Revert "fix(ui): match AppBar specs exactly with Flutter 56px toolbar and safe area on scroll"
This reverts commit 953ab545f8 .
3 weeks ago
mortezaei
953ab545f8
fix(ui): match AppBar specs exactly with Flutter 56px toolbar and safe area on scroll
3 weeks ago
mortezaei
a257745377
Revert "fix(ui): unify PageHeader with Flutter AppBar specs (56px toolbar, safeArea, sticky blur)"
This reverts commit dd0424e5a1 .
3 weeks ago
Alireza
dd0424e5a1
fix(ui): unify PageHeader with Flutter AppBar specs (56px toolbar, safeArea, sticky blur)
3 weeks ago
Alireza
5be5d8815e
fix(ui): make top PageHeader sticky on new-match screen during scroll
3 weeks ago
Alireza
4808877b71
fix(i18n): pass locale headers in SSR fetch and ensure English fallback for match summary fields
3 weeks ago