Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

refactor: rearrange base of metadata forms for generic use

perl_d requested to merge refactor/genericise_metadata_widget into pre_release_v2

Description

To reuse the dynamic form generation from scan metadata for parameters for DAP blocks, the widgets were split up into a few levels. Forms can now be generated from a list of types or from a pydantic model using the same basic components.

Merge request reports

Loading