You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(classroom): show stage thumbnail-save button for joined students
Surface the upstream Set Thumbnail button on the stage header only while a
student is joined to a classroom, letting them pick which stage frame becomes
their submission thumbnail. The captured frame is cached in redux
(classroom.submissionThumbnail, transient/not persisted) and reused by the
student-submit flow; submitting without setting one keeps the existing
auto-capture behavior. Rewords the button/alert messages for the submission
context (ja / ja-Hira / en) and documents the flow in docs/classroom/ui-ux.md.
Closes#631
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: packages/scratch-gui/src/locales/en.js
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ export default {
6
6
'gui.sharedMessages.meshV1BackpackAutoMigrated':
7
7
'{count, plural, one {# legacy Mesh item in your backpack was} other {# legacy Mesh items in your backpack were}} automatically replaced with the new Mesh blocks.',
8
8
'gui.stageHeader.stageSizeMiddle': 'Switch to middle stage',
0 commit comments