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

feat(form): add published version of fields #55

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

miguelgrc
Copy link
Collaborator

@miguelgrc miguelgrc commented Jun 12, 2024

Closes #40

  • Adds published version of some fields
  • Uses the default version with disabled=true for the rest
  • FormuleForm now shows the preview version by default
  • FormuleForm can show the editable version with isEditable=true
  • Updates the README with related information
  • Reorganizes the current fields and widgets in base/published folders
  • Adds a toggle to switch between editable and published in the demo
  • Now shows form data in the schema json viewer modal

@miguelgrc miguelgrc force-pushed the add-published-field-versions branch 2 times, most recently from a8c91d1 to 4668817 Compare June 12, 2024 15:26
@miguelgrc miguelgrc changed the title feat(form): add preview version of fields feat(form): add published version of fields Jun 12, 2024
@miguelgrc miguelgrc force-pushed the add-published-field-versions branch from 4668817 to 56b97e0 Compare July 2, 2024 14:22
@miguelgrc miguelgrc force-pushed the add-published-field-versions branch from 56b97e0 to 37753d3 Compare August 7, 2024 09:14
- Adds published version of some fields
- Uses the default version with disabled=true for the rest
- FormuleForm now shows the preview version by default
- FormuleForm can show the editable version with isEditable=true
- Updates the README with related information and adds new badges
- Reorganizes the current fields and widgets in base/published folders
- Adds a toggle to switch between editable and published in the demo
- Now shows form data in the schema json viewer modal
@miguelgrc miguelgrc force-pushed the add-published-field-versions branch from 37753d3 to 57616fd Compare August 7, 2024 09:55
@pamfilos pamfilos merged commit 1a250b0 into cern-sis:master Aug 7, 2024
2 checks passed
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.

Add preview/published version of fields
2 participants