Skip to content

EpisodeWidget as a state machine

Jordan Petridis requested to merge state-machines-experiements into master

Experimenting with wrapping widgets and later on stacks into state machines.

good reads:

Things left to do:

  • Validate that the current states are correct.
  • Make date_label a state machine(minor task, just got bored)
  • Right tests to ensure the valid states won't brake
  • Update Changelog.md
  • Try to refactor whatever is possible
  • Run clippy
Edited by Jordan Petridis

Merge request reports