MM-62698 Handles additional property types in the profile popover form. (#30318)

* fix for testing with server

* revert feature flag

* update profile popover for other property types

* lint fixes and test fixes

* src/components/user_settings/general/user_settings_general.tsx

* update from review

* lint fixes and type fixes

* review fixes

* fixes for property changes

* update properties

* fix tests

* fix tests

* update when_set and hidden

* update test for visiibility hidden

* add required fields to tests

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Scott Bishel
2025-04-02 17:41:06 -06:00
коммит произвёл GitHub
родитель c417ac1b57
Коммит 21ca303b5e
14 изменённых файлов: 907 добавлений и 14 удалений

Просмотреть файл

@@ -60,8 +60,8 @@ export type UserProfile = {
terms_of_service_create_at: number;
remote_id?: string;
status?: string;
failed_attempts?: number;
custom_profile_attributes?: Record<string, string | string[]>;
failed_attempts?: number;
};
export type UserProfileWithLastViewAt = UserProfile & {