-
Notifications
You must be signed in to change notification settings - Fork 9
docs: update bedtime story teller #20
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
stefanotorneo
merged 33 commits into
arduino:release-1.0
from
91volt:docs-bedtime-storyteller
Nov 27, 2025
Merged
docs: update bedtime story teller #20
stefanotorneo
merged 33 commits into
arduino:release-1.0
from
91volt:docs-bedtime-storyteller
Nov 27, 2025
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
…ation Ensured the 'clear-story-button' is explicitly set to display: 'block' and is enabled after both random test story generation and actual story generation via socket.io response. This addresses the user's request for the button to be visible and clickable once a story has been generated.
Enhanced the 'resetStoryView' function to clear all selected parameters, input fields, and reset the UI state of the parameter containers to their initial configuration. This includes deselecting chips, clearing textareas and character inputs, and managing the visibility and state of parameter containers and the 'Generate story' button.
Added 'background-attachment: fixed;' and 'background-repeat: no-repeat;' to the '.play-area' class. This ensures the background image remains fixed to the viewport and does not resize or move when the content height changes, providing a more stable visual experience.
Removed the 'Generate randomly' button from the UI, the associated 'generateRandomTestStory' function, and its event listener. This change prepares the application for use with the live Arduino backend by removing test-specific code.
* Update audio classification doc (arduino#6) * PR 143 Migration to up to date repository --------- Co-authored-by: Mirko Curtolo <[email protected]>
stefanotorneo
requested changes
Nov 25, 2025
mcmchris
approved these changes
Nov 25, 2025
mcmchris
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.
LGTM!
Co-authored-by: Stefano Torneo <[email protected]>
Co-authored-by: Stefano Torneo <[email protected]>
Co-authored-by: Stefano Torneo <[email protected]>
…app-bricks-examples into docs-bedtime-storyteller
stefanotorneo
approved these changes
Nov 27, 2025
Contributor
stefanotorneo
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.
LGTM
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.
Summary
This PR rewrites the documentation for the Bedtime Story Teller example to provide complete setup instructions, explain the random generation feature, and clarify the application architecture.
What changed
Documentation:
--
Notes
Screenshots need updates once tested with enabled cloud llm brick in bricks list.