mattermost-mobile/app
Guillermo Vayá 0addf49021
[MM-62701] [MM-62176]Edit custom profile attributes in user profile (#8557)
* feat: Add support for custom profile attributes in edit profile form

feat: Add support for custom profile attributes in edit profile

refactor: Normalize whitespace in CustomAttribute type definition

fix: Resolve type mismatch for customAttributes in UserInfo interface

test: Add test for udpateCustomProfileAttributeValues method

fix typing, submit changes to server

missing files

test: Add tests for CustomProfileField component

fix naming

fix imports

fix

feat: Add field_refs hook for managing field references

feat: Make `setRef` ref parameter optional with default no-op implementation

refactor: Replace CustomProfileField with useFieldRefs for profile form

refactor: Optimize edit profile screen imports and custom attributes handling

refactor: Move custom attributes logic to remote actions in user.ts

address PR reviews

test: Add tests for custom attributes in edit profile

test: Add tests for EditProfile component with custom attributes

fix: Add UserModel type assertion to currentUser in edit profile tests

test: Add tests for ProfileForm custom attributes functionality

test: Add comprehensive tests for useFieldRefs hook

test: Add tests for fetchCustomAttributes and updateCustomAttributes

add tests

remove unneeded files

review changes

remove counter from hook

remove package.resolved

create interface for reuse of record

* fix signature type
2025-02-19 15:51:59 +01:00
..
actions [MM-62701] [MM-62176]Edit custom profile attributes in user profile (#8557) 2025-02-19 15:51:59 +01:00
client [MM-62701] [MM-62176]Edit custom profile attributes in user profile (#8557) 2025-02-19 15:51:59 +01:00
components [MM-62701] [MM-62176]Edit custom profile attributes in user profile (#8557) 2025-02-19 15:51:59 +01:00
constants Fix Android keyboard gap using navigation events (#8565) 2025-02-06 11:18:05 +01:00
context Add the Component Library to the app (#8319) 2025-02-04 13:32:55 +01:00
database Check file id instead of metadata for file removal (#8549) 2025-02-03 15:02:28 +01:00
helpers Network metrics (#8390) 2024-12-17 19:51:26 +08:00
hooks [MM-62701] [MM-62176]Edit custom profile attributes in user profile (#8557) 2025-02-19 15:51:59 +01:00
i18n MM-59761 Add tests for i18n functionality (#8510) 2025-01-31 09:30:42 -05:00
init test: Add tests for launch.ts initialization logic (#8547) 2025-02-03 08:22:16 -05:00
managers Fix MM-61975 (#8459) 2025-02-17 13:45:12 +01:00
products/calls [MM-59773] Add unit tests for Calls (#8480) 2025-01-21 12:02:03 -06:00
queries test: Add entry query function tests (#8534) 2025-01-31 08:22:11 -05:00
screens [MM-62701] [MM-62176]Edit custom profile attributes in user profile (#8557) 2025-02-19 15:51:59 +01:00
store test: Add tests for NavigationStore (#8541) 2025-02-03 08:56:16 -05:00
utils Implementing the Audio Playback/Download on the chat (#7900) 2025-02-19 11:17:30 +01:00