Skip to content

[PB-6386] Fix display name#241

Merged
TamaraFinogina merged 8 commits into
kickout_worksfrom
fix_display_name
May 22, 2026
Merged

[PB-6386] Fix display name#241
TamaraFinogina merged 8 commits into
kickout_worksfrom
fix_display_name

Conversation

@TamaraFinogina
Copy link
Copy Markdown

@TamaraFinogina TamaraFinogina commented May 22, 2026

Description

This PR fixes a bug that caused the drive user's temporary name change. Also, it fixes the name reset on reload. Now the display name is kept as long as local storage is not cleaned.

Also, it updates the icon to the new style (+ removes the unused icon), fixes chunk serving error in logs on the prod, and 404 error for apple-touch icon.

Related Issues

PB-6386

Related Pull Requests

Kick out PR

Checklist

  • Changes have been tested locally.
  • Unit tests have been written or updated as necessary.
  • The code adheres to the repository's coding standards.
  • Relevant documentation has been added or updated.
  • No new warnings or errors have been introduced.
  • SonarCloud issues have been reviewed and addressed.
  • QA Passed

How Has This Been Tested?

Local QA

Additional Notes

I couldn't find any proper icon. I guess once we do the app, we'll think of it. This is just to make sure that when Chrome proposes to install Meet as an app, the icon is somewhat new.

@TamaraFinogina TamaraFinogina self-assigned this May 22, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 22, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
meet-web 2faf66d Commit Preview URL

Branch Preview URL
May 22 2026, 02:35 PM

@TamaraFinogina TamaraFinogina requested a review from xabg2 May 22, 2026 13:42
@TamaraFinogina TamaraFinogina marked this pull request as ready for review May 22, 2026 13:42
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I would recommend you to use When..., then... to describe the tests and avoiding using technical words so if a variable changes, you don't need to change the test description. It would be better if you describes the functionality rather than the expected behavior of a variable/function. You know what I mean?
E.g. test('Wen calling the storage multiple times, then the same storage is returned always'... ), test('When there is no name, then nothing is stored', ...)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@xabg2 Fixed

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Use test instead of it. it is for should... and test to describe when..., then...

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@xabg2 Done

Comment thread Makefile
deploy-appbundle:
cp $(BUILD_DIR)/*.min.js $(DEPLOY_DIR)
-cp $(BUILD_DIR)/*.min.js.map $(DEPLOY_DIR)
@if [ -d "$(BUILD_DIR)/chunks" ]; then \
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why? 🤔

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Because in prod, we (Jitsi) build in chunks for performance. Now in prod, there are a bunch of errors because of chunks not being found (because the chunks folder is not copied). All works, because it falls back to serving the entier file I think, but still complains a lot:
Screenshot 2026-05-22 at 15 57 38

@TamaraFinogina TamaraFinogina requested a review from xabg2 May 22, 2026 14:12
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

Deploying meet-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2faf66d
Status:  ✅  Deploy successful!
Preview URL: https://765c9192.meet-web.pages.dev
Updated (Europe/Madrid): 22/5/2026, 16:34:50

View logs

@TamaraFinogina TamaraFinogina merged commit 0c93040 into kickout_works May 22, 2026
8 checks passed
@TamaraFinogina TamaraFinogina deleted the fix_display_name branch May 22, 2026 14:43
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.

2 participants