Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature: localized-explore #645

Merged
merged 2 commits into from
Aug 11, 2023
Merged

New feature: localized-explore #645

merged 2 commits into from
Aug 11, 2023

Conversation

rgantzos
Copy link
Member

No description provided.

@rgantzos rgantzos added priority: 2 The 2nd most important. new feature Adds a new feature to the settings page labels Aug 11, 2023
@rgantzos rgantzos added this to the ScratchTools v3.2.0 milestone Aug 11, 2023
@scratchtools-bot
Copy link
Contributor

⚠️ This pull request was linked to a suggestion in the ScratchTools server. The user's Scratch profile is unknown at the moment.

Comment on lines +5 to +7
`https://api.scratch.mit.edu/users/${feature.redux
.getState()
.session.session.user.username.replace("*", "")}/`

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of "*".
Comment on lines +21 to +23
`https://api.scratch.mit.edu/users/${author.textContent
.replaceAll("\n", "")
.replace("*", "")

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of "*".
@rgantzos rgantzos merged commit 956e64e into STForScratch:main Aug 11, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Adds a new feature to the settings page priority: 2 The 2nd most important.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant