MAX_IMAGE_MB | Number | 2 | Maximum size for profile and club images in MB. |
loading | Boolean | true | Indicates if the view is loading. |
user | Object | null | The user object containing user information. |
newProfilePicture | string|null | null | The new profile picture file to be uploaded. |
currentProfilePictureBlob | Blob|null | null | The current profile picture as a Blob. |
username | string|null | null | The username of the user. |
email | string|null | null | The email address of the user. |
newClubLogo | string|null | null | The new club logo file to be uploaded. |
currentClubLogoBlob | Blob|null | null | The current club logo as a Blob. |
clubName | string|null | null | The name of the club. |
tracking | Boolean | false | Indicates if tracking is enabled. |
profilePictureIsHovered | Boolean | false | Whether the profile picture is hovered. |
clubLogoIsHovered | Boolean | false | Whether the club logo is hovered. |
profilePictureDeletion | Boolean | false | Whether the profile picture is marked for deletion. |
clubLogoDeletion | Boolean | false | Whether the club logo is marked for deletion. |
clubTabIndex | Number | 0 | The index of the currently selected club tab. |