Skip to content

[Fix]: Share-link encoding(Duplicate fullscreen)#149

Open
Dushyantcoder07 wants to merge 1 commit into
Debmallya-03:mainfrom
Dushyantcoder07:fix/page-fullscreen-base64
Open

[Fix]: Share-link encoding(Duplicate fullscreen)#149
Dushyantcoder07 wants to merge 1 commit into
Debmallya-03:mainfrom
Dushyantcoder07:fix/page-fullscreen-base64

Conversation

@Dushyantcoder07
Copy link
Copy Markdown
Contributor

This PR fixes the share-link encoding logic in the main editor page.

  1. It replaces the deprecated escape and unescape functions with UTF-8 safe TextEncoder and TextDecoder usage.

  2. That prevents Unicode characters from getting corrupted when a project is copied into a shareable link.

  3. The change keeps the existing editor workflow intact while making encoding and decoding more reliable.

  4. It also reduces the risk of broken shared state when users include non-ASCII text in their HTML, CSS, or JavaScript.

  5. The update is limited to the page logic and does not change the UI behavior.

  6. The branch was created specifically for this issue and the fix was validated after editing.

  7. This improves stability for users who share or reopen projects containing international characters.

It is a small but important correctness fix in the main editor flow.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 27, 2026

@Dushyantcoder07 is attempting to deploy a commit to the debmallya-03's projects Team on Vercel.

A member of the Team first needs to authorize it.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 27, 2026

Deploy Preview for webifynet ready!

Name Link
🔨 Latest commit 1258fa3
🔍 Latest deploy log https://app.netlify.com/projects/webifynet/deploys/6a16c48773d4ef0008b3249b
😎 Deploy Preview https://deploy-preview-149--webifynet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Dushyantcoder07
Copy link
Copy Markdown
Contributor Author

Please review the changes @Debmallya-03

or Sir if possible please give Gssoc label's to my pr #90 .

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.

1 participant