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
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
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
352227ff84
fix icon
3 weeks ago
mortezaei
dd9878e562
fix icon
3 weeks ago
mortezaei
57506ddfaf
fix fileds
3 weeks ago
mortezaei
9a227fa469
fix buttion
3 weeks ago
mortezaei
cd52fdaa3f
fix buttion
3 weeks ago
Muhammad A. Ghorbani
cc4b984478
feat: add multi-language support and implement terms and question detail pages
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
mortezaei
844cd18920
feat(payment): show success toast with green indicator on subscription purchase before opening full profile
3 weeks ago
mortezaei
5cebb33ad1
fix(progress): sync completed assessment status and results with sectionProgressBySlug
3 weeks ago
mortezaei
afe4909e4b
fix(textarea): make textarea responsive and keep continue button static at bottom with overlays-content viewport
3 weeks ago
mortezaei
fb4c3ed60e
fix(coordinator): refine lift calculation to prevent overshooting top badge and add detailed geometry logging
3 weeks ago
mortezaei
63d638c5df
fix(coordinator): hide bottom action button during keyboard open to prevent glow artifact
3 weeks ago
mortezaei
ab3ed39b03
fix client
3 weeks ago
mortezaei
063a4f34a4
fix modal
3 weeks ago
mortezaei
3560001496
fix(sheets): resolve bottom sheet bounce and double-reopen lifecycle bug on exit
3 weeks ago
mortezaei
4496053d98
refactor: standardize bottom sheet animations using CSS classes and consistent 200ms timing
3 weeks ago
mortezaei
ee384ab066
feat(request-accepted): optimize no-contact action button and add 24-locale translations
3 weeks ago
mortezaei
3fe56abd62
feat: integrate reviewed Dev branch UI enhancements, test sheets, and conditional form logic
3 weeks ago
mortezaei
cf71fc9f65
fix(questions-list): handle optional tips sheet in hardware back stack cleanly
4 weeks ago
mortezaei
a8423a2d89
fix(navigation): remove history stack pollution in useSheetScrollLock and overlays to fix hardware back sheet closing
4 weeks ago
mortezaei
ceb2c88593
fix(question-file): add upload progress percentage, fix border jumping on tap, sync initial stored files, and fix hardware back history handling
4 weeks ago
mortezaei
b1e75845f1
fix(navigation): implement synchronous hardware back handler to prevent accidental webview exit on section back
4 weeks ago