feat: update agent match calculation, enable tag expansion in search, increase socket reconnect attempts, and disable profile title editing

This commit is contained in:
pradeepkumar
2026-03-31 05:32:22 +05:30
parent 8ee77420af
commit 2af7eca16a
3 changed files with 31 additions and 23 deletions

View File

@@ -266,7 +266,7 @@ class _ProfileSettingsTabState extends ConsumerState<ProfileSettingsTab> {
ProfileFormField(
label: isAgent ? 'Career / Agent Type' : 'Professional Title',
controller: _titleController,
enabled: !isAgent,
enabled: false,
),
const SizedBox(height: 24),
ProfileFormField(