feat: time machine and time travel flow draft 1
This commit is contained in:
parent
c85debba56
commit
6e14d26ee4
7 changed files with 217 additions and 88 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue