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

refactor: decouple system store from variables #4888

Merged
merged 2 commits into from
Feb 18, 2025
Merged

refactor: decouple system store from variables #4888

merged 2 commits into from
Feb 18, 2025

Conversation

TrySound
Copy link
Member

We are moving away from binding system to variables and instead gonna have one global variable.

Here moved system values into separate store coupled to pages instead of variables.

Also fixed suggestions in address bar, probably broke while design system refactorings.

Testing

  • submit form with one named input
  • check system value is rendered
  • check system value can be inspected

We are moving away from binding system to variables and instead gonna
have one global variable.

Here moved system values into separate store coupled to pages instead of
variables.

Also fixed suggestions in address bar, probably broke while design
system refactorings.
@TrySound TrySound requested review from kof and johnsicili February 18, 2025 05:41
Copy link
Member

@kof kof left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done conceptual review

@johnsicili
Copy link
Contributor

@TrySound It doesn't appear form submits are putting the values into system. I added a from, one named text input, submit button and upon submitting nothing showing in system var (within the builder).

Might be good to push a staging branch to test a published site too.

@TrySound
Copy link
Member Author

This is builder only change. Does not affect published sites.

@TrySound TrySound merged commit b798809 into main Feb 18, 2025
17 checks passed
@TrySound TrySound deleted the new-system branch February 18, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants