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

fix: workflows backcompat #5897

Merged
merged 3 commits into from
Mar 8, 2024
Merged

fix: workflows backcompat #5897

merged 3 commits into from
Mar 8, 2024

Commits on Mar 8, 2024

  1. fix(mm): add ui_type to model fields

    Recently the schema for models was changed to a generic `ModelField`, and the UI was unable to derive the type of those fields. This didn't affect functionality, but it did break the styling of handles.
    
    Add `ui_type` to the affected fields and update the UI to use the correct capitalizations.
    psychedelicious committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    349b8b5 View commit details
    Browse the repository at this point in the history
  2. chore: ruff

    psychedelicious committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    efac142 View commit details
    Browse the repository at this point in the history
  3. Run typegen

    brandonrising committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    52861fa View commit details
    Browse the repository at this point in the history