Skip to content

Improve content group template preview and selection in rooms

Move content group template selection out of dialog in room overview. Instead use routes (edit/<shortId>/templates and edit//templates/` for this.

Show preview for content templates in content group template preview when clicking on the list items. Preview is displayed in a dialog which uses StepperComponent and ContentPreviewComponent. For navigation two arrow buttons are used to prevent further adjustments on StepperComponent and provide simple and consistent navigation here.

For this make content preview and content answer components standalone. Also rename PreviewComponent to more meaningful ContentPreviewComponent.

Furthermore the following minor adjustments have been made:

  • Make fixed with of stepper component optional
  • Make displaying title and dynamic answer rendering optional in content preview

Closes #1212 (closed)

Merge request reports