Skip to content

Simplify routing in presentation mode and creator content carousel

  • Show current index directly in content presentation
  • Adjust use of LAST_INDEX: Instead of removing the item on presentation mode initialization, it's now removed when leaving presentation mode. So no further checks in content presentation component were needed.
  • Cleanup unused and redundant code in content presentation component
  • Use router outlet for components in presentation mode

Closes #734 (closed), #983 (closed)

Edited by Lukas Weingarten

Merge request reports