Browse Source
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.master
2 changed files with 7 additions and 4 deletions
Loading…
Reference in new issue