Skip to content

Comments

Profile Fixes#2203

Merged
veloce merged 2 commits intolichess-org:mainfrom
HaonRekcef:profile-improvements
Sep 18, 2025
Merged

Profile Fixes#2203
veloce merged 2 commits intolichess-org:mainfrom
HaonRekcef:profile-improvements

Conversation

@HaonRekcef
Copy link
Collaborator

@HaonRekcef HaonRekcef commented Sep 17, 2025

closes #1514
Some improvements to the profile screen:

  • Players cant see if they are shadowbanned in their own profile
  • Do not convert new lines into spaces anymore, as the behavior changed on the website
  • Add a share button to the profile screen
grafik

data: (user) => user == null
? const SizedBox.shrink()
: SemanticIconButton(
icon: const Icon(Icons.share),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should use the PlatformShareIcon here.

actions: [
if (isLoading) const PlatformAppBarLoadingIndicator(),
SemanticIconButton(
icon: const Icon(Icons.share),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same: PlatformShareIcon.

@veloce veloce merged commit 6d57e7d into lichess-org:main Sep 18, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Should there be share links for profiles?

2 participants