feat: time machine and time travel flow draft 1

This commit is contained in:
pskfyi 2022-01-12 21:37:30 -08:00 committed by pskfyi
commit 6e14d26ee4
7 changed files with 217 additions and 88 deletions

View file

@ -25,7 +25,7 @@
export default {
computed: {
unlocked() {
return this.$store.state.processes.filter((p) => p.unlocked)
return this.$store.state.processes.filter((p) => p.visited)
},
created() {
return this.unlocked.filter((p) => p.created)