Skip to content

entering meeting point from progressbar

dju requested to merge MPInputFromProgressBar into master

Feature Merge Request

Related Issue

closes #275 (closed)

Description of Feature

  • removing the meetingPointEditForm.
  • instead mp-button sends a naviation action to the store
  • the ProgressBar (renamed to ProgressAndINputBar) receives from that store
    • internally it uses a switch statement conditional on the internal state of the component combined with the store-Info

Motivation and Context

unified input experience


Merge request reports