9c0e7457e5
Merge pull request 'Added home page with dashboard content and SEO metadata' ( #2 ) from fix/profile-contact-improvements into main
...
Reviewed-on: #2
2026-06-23 11:44:37 +00:00
pradeepkumar
a07484af7e
refactor: decouple /home from cross-route page/layout imports
...
Move /home into the (user) route group so it inherits UserLayout via the
router instead of importing (user)/layout.tsx manually, and render shared
HomeDashboard content in both /home and /user/dashboard instead of importing
the dashboard route's default page export. Removes the fragile cross-route
coupling while keeping the same URL, SEO metadata, and rendered output.
2026-06-23 17:13:55 +05:30
Chinraj P
987ca11a4d
Added home page with dashboard content and SEO metadata
2026-06-23 14:14:08 +05:30
pradeepkumar
2245584734
fix: prevent profile bio/description horizontal overflow
...
Add min-w-0 to the flex-1 right content column so it can shrink below
its content width (flex items default to min-width:auto), and break-words
on the bio paragraph for long unbroken strings.
2026-06-23 12:58:56 +05:30
decea4687e
Merge pull request 'feat: add SEO metadata and profile schema' ( #1 ) from fix/profile-contact-improvements into main
...
Reviewed-on: #1
2026-06-19 05:44:14 +00:00
Chinraj P
376051c41e
feat: add SEO metadata and profile schema
2026-06-18 14:37:55 +05:30
pradeepkumar
9ebc55de73
feat: cloud save-state icons for profile auto-save indicator
2026-06-12 07:47:21 +05:30
pradeepkumar
8f0becb53a
fix: enable profile auto-save for all verification statuses including approved
2026-06-12 07:42:57 +05:30
pradeepkumar
dca0d54e2e
feat: auto-save agent profile drafts with local backup and save-status indicator
2026-06-11 21:41:41 +05:30
pradeepkumar
fb14c4d37c
feat: add availability status check and disable connect button for unavailable agents
2026-05-15 11:28:24 +05:30
pradeepkumar
9033ad8e64
fix: tighten featured agent card stack — only shift the bottom card to clear smith k experience line
2026-05-11 15:07:03 +05:30
pradeepkumar
2e84b72394
fix: increase vertical offset between featured agent cards so prior card content stays visible
2026-05-11 14:43:36 +05:30
pradeepkumar
868e50c41d
refactor: remove agent redirect from user dashboard layout to allow persistent access
2026-05-11 14:04:37 +05:30
pradeepkumar
eb1755c22d
style: increase image container heights and adjust focal points for better portrait photo alignment
2026-05-08 18:40:41 +05:30
pradeepkumar
026fbc348e
chore: update CommonHeader logo comment and profile edit menu label
2026-05-05 22:51:57 +05:30
pradeepkumar
84605b99ea
refactor: update header navigation to dashboard, rename edit profile labels, and update professional search placeholder
2026-04-29 16:57:01 +05:30
pradeepkumar
8f75a2528e
feat: disable agent-to-agent connections and update navigation for agent role
2026-04-29 14:49:38 +05:30
pradeepkumar
8f2a131336
feat: rename Agent label to Professional in login and signup forms
2026-04-28 13:58:58 +05:30
pradeepkumar
6f5ea5a872
feat: integrate Microsoft Clarity and Google Analytics with environment variable support
2026-04-25 05:23:20 +05:30
pradeepkumar
1dba4e70d5
feat: sync profile data with session and implement visibility-based refetching in ProfileSettingsForm
2026-04-24 12:56:20 +05:30
pradeepkumar
cecbba7f3e
fix: improve ProfileCard layout responsiveness by adding flex-wrap and adjusting container constraints
2026-04-21 13:28:19 +05:30
pradeepkumar
bff2eef378
feat: integrate Umami analytics script into root layout
2026-04-20 23:39:06 +05:30
pradeepkumar
6fe5691b5c
feat: hide Billings & Payments menu item in SettingsSidebar pending pricing flow finalization
2026-04-20 23:38:17 +05:30
pradeepkumar
2337f5646f
feat: implement email change functionality with verification modal in profile settings
2026-04-20 14:07:33 +05:30
pradeepkumar
a292bdc694
feat: add location autocomplete functionality to HeroSection search input
2026-04-20 13:36:59 +05:30
pradeepkumar
07b19e3a7c
feat: update search query to include location filtering when no specific location is provided
2026-04-20 10:46:03 +05:30
pradeepkumar
da805fbc5c
feat: add profile links to featured agents and professionals by updating CMS types and card components
2026-04-20 10:31:51 +05:30
pradeepkumar
ba8ce115b2
fix: improve message text wrapping and prevent empty search execution in profiles page
2026-04-20 10:25:21 +05:30
pradeepkumar
3474c97659
refactor: simplify listing type selection by dynamically mapping agent types instead of hardcoded categories
2026-04-20 10:21:23 +05:30
pradeepkumar
3f37b13f8f
feat: add mobile-responsive overlay and improved positioning for emoji and GIF pickers
2026-04-18 16:46:23 +05:30
pradeepkumar
30adc9349c
feat: improve FilterModal mobile responsiveness and handle social auth errors via URL parameters
2026-04-18 12:23:14 +05:30
pradeepkumar
396d68649f
feat: replace mobile agent card slider with horizontal swipe carousel and improve messaging header responsiveness
2026-04-18 11:32:45 +05:30
pradeepkumar
ff17bab0db
fix: update validation error message to overlay layout to prevent content shifting
2026-04-18 10:54:52 +05:30
pradeepkumar
945f0dafaa
style: refine validation error UI in HeroSection and improve FilterModal section header layout
2026-04-18 08:14:46 +05:30
pradeepkumar
39a8d846b4
fix: improve HeroSection responsiveness and remove expertise tag truncation in user profile page
2026-04-17 20:20:31 +05:30
pradeepkumar
b568e4b178
refactor: restrict expertise tag extraction to only the about_me_expertise field
2026-04-17 08:12:40 +05:30
pradeepkumar
9985f533a9
feat: implement horizontal scroll for testimonials and display all reviews in dashboard
2026-04-17 08:08:04 +05:30
pradeepkumar
8cb5902200
feat: truncate testimonial title snippet to 35 characters with line-clamp support
2026-04-17 07:24:23 +05:30
pradeepkumar
97b45fff82
feat: scope filterable fields by agent type and update filters dynamically on selection change
2026-04-16 16:46:02 +05:30
pradeepkumar
52ffd44728
refactor: remove redundant plan name display from subscription form
2026-04-16 16:31:49 +05:30
pradeepkumar
5cac15d742
feat: implement cross-tab logout synchronization using storage event broadcasting
2026-04-15 23:52:05 +05:30
pradeepkumar
c60978aea1
feat: strip state prefixes from city values and format as title case in profile displays
2026-04-15 23:44:44 +05:30
pradeepkumar
d764fe02c9
feat: implement bulk mute/unmute functionality for all conversations in MessagingPage
2026-04-15 19:37:53 +05:30
pradeepkumar
fc0e34293e
refactor: remove licensing area display logic from ExperienceSection component
2026-04-15 19:07:27 +05:30
pradeepkumar
cf2e62801c
refactor: remove licensing areas section from ExperienceSection component
2026-04-15 19:07:01 +05:30
pradeepkumar
b9e52b0485
style: improve TestimonialCard layout consistency and remove redundant availability labels from dashboard and profile pages
2026-04-15 16:57:53 +05:30
pradeepkumar
99a594ed16
feat: implement comprehensive field validation logic and update UI components to enforce validation constraints
2026-04-15 15:44:51 +05:30
pradeepkumar
affaefc29a
refactor: update orphan value filtering and availability type logic in profile data mapper
2026-04-15 14:41:28 +05:30
pradeepkumar
87d8ee389a
feat: display fallback "Not specified" state for agent work environment and tagline info cards
2026-04-15 14:00:40 +05:30
pradeepkumar
1637139f23
fix
2026-04-15 13:40:27 +05:30