-
Notifications
You must be signed in to change notification settings - Fork 11
fix: login to save button overflow #1221
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
also fixes button alignment
adrian-rpf
approved these changes
Jun 19, 2025
Contributor
adrian-rpf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good changes.
Merged
jamiebenstead
added a commit
that referenced
this pull request
Jul 22, 2025
## [0.30.2] - 2025-07-22 ### Fixed - Styling issue preventing scrolling in the sidebar (#1216) - Styling issue on status bar on mobile (#1217) - Change tab `block-size` to `min-block-size` to allow for height increase when text wraps (#1219) - Changed `SkulptRunner.jsx` implementation of hiding elements to use `display: none` rather than `block-size: 0` (#1219) - Enabled `hyphens: auto` globally (with exceptions) to prevent overflow with longer words (#1215) - Removed fixed size from `ProjectBar` to prevent overflow when text wraps (#1221) - Added missing translation strings (#1222) - Changed `colour_raw` to now correctly return a 4-tuple (R, G, B, Clear) in simulation ### Changed - Improved status bar styling (#1221) - Added horizontal scrollbar to editor (#1228) - Add theme for scrollbars (#1233)
jamiebenstead
added a commit
that referenced
this pull request
Jul 28, 2025
## [0.30.2] - 2025-07-22 ### Fixed - Styling issue preventing scrolling in the sidebar (#1216) - Styling issue on status bar on mobile (#1217) - Change tab `block-size` to `min-block-size` to allow for height increase when text wraps (#1219) - Changed `SkulptRunner.jsx` implementation of hiding elements to use `display: none` rather than `block-size: 0` (#1219) - Enabled `hyphens: auto` globally (with exceptions) to prevent overflow with longer words (#1215) - Removed fixed size from `ProjectBar` to prevent overflow when text wraps (#1221) - Added missing translation strings (#1222) - Changed `colour_raw` to now correctly return a 4-tuple (R, G, B, Clear) in simulation ### Changed - Improved status bar styling (#1221) - Added horizontal scrollbar to editor (#1228) - Add theme for scrollbars (#1233)
Merged
loiswells97
added a commit
that referenced
this pull request
Sep 19, 2025
### Added - Ability to translate demo project instructions (#1230) - Translations (#1212) ### Changed - Improved status bar styling (#1221) - Added method to translate last saved time (#1223) - Deleting unused strings and components (#1225) - Determine locale from web component attribute instead of browser path (#1244) ### Fixed - CrowdIn issue for pluralised strings with no `one` version (#1234) - Update `imagePanel.gallery` string to remove Title Casing for consistency (#1238) - Update `imageUploadButton.uploadImage` string to remove Title Casing for consistency (#1238) - Fixed typo in the `en.json` translation file (#1241) ### Removed - Remove unused translation string `filePanel.images` (#1238)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes https://github.com/RaspberryPiFoundation/digital-editor-issues/issues/691
Summary
Demo
English
Screenshot.2025-06-19.at.16.04.15.mp4
German / Longer text (logged out)
Screenshot.2025-06-19.at.16.03.54.mp4
German / Longer text (logged in)
Screenshot.2025-06-19.at.16.03.03.mp4
Other
Did consider changing the text box to fill available space but decided against it.