forked from mfittko/geo-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
Hackathon 2025 Main branch #3
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
Open
Jsscrdng
wants to merge
61
commits into
main
Choose a base branch
from
hackathon-2025
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
…n examples - Introduced documentation for the toolbar configuration feature, detailing user stories, implementation checklist, and technical details. - Added implementation examples for updating ConfigContext, ConfigModal, and Index components to support toolbar visibility and default tool selection. - Included necessary translation updates for new UI elements and settings.
…ations - Implemented toolbar visibility toggle in ConfigModal, allowing users to show or hide the toolbar. - Updated ConfigContext to manage toolbar visibility state and persist it in local storage. - Enhanced Index component to conditionally render the toolbar based on the visibility state. - Added necessary translations for toolbar visibility settings in multiple languages.
- Updated Index component to show GeometryHeader only when the toolbar is visible. - Adjusted layout calculations to account for toolbar visibility, ensuring proper spacing and layout when the toolbar is hidden. - Enhanced user experience by maintaining the header's position in the layout even when the toolbar is not displayed.
…ation checklist progress - Marked completed items in the implementation checklist for the toolbar configuration feature. - Updated documentation to reflect the current status of configuration context updates, UI updates, index component integration, translations, and key UX considerations. - Ensured clarity and completeness of the documentation for future reference and development.
…st - Update test to check for correct DOM hierarchy - Add border-accent-foreground class assertion
…next to GeometryCanvas - Fix type mismatches in props - Add proper styling and border
…bar - Only show editor for selected formula - Add visual separation with border
…tasks as completed - Update component hierarchy tasks as completed - Mark style and UI improvements as completed
…rcel - Update README.md to include deployment instructions for automatic and manual deployment to Vercel. - Create deploy-production.yml for GitHub Actions to automate production deployment on main branch push.
…ional rollup modules - Added react-i18next version 15.4.1 to package.json and package-lock.json. - Included various rollup optional dependencies for improved compatibility across platforms. - Updated html-parse-stringify and i18next versions in package-lock.json.
…playground into feature/view-options
Hackathon 2025: View Options
- Fix provider order in App.tsx to ensure proper context nesting - Add ConfigModal component to Index page - Ensure global settings button works correctly
…ound into hackathon-2025
…liders-not-showing
fix: parameter sliders not showing in embedded view when loading from iframe for the first time
mfittko
reviewed
Aug 14, 2025
mfittko
reviewed
Aug 14, 2025
mfittko
reviewed
Aug 14, 2025
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.
This PR adds the ability to configure the toolbar visibility and default tool selection, along with URL sharing functionality for pre-selected tools.