Skip to content

Commit

Permalink
Merge pull request #161 from HarmlessKey/feature/test-encounter
Browse files Browse the repository at this point in the history
Run encounter in test mode
  • Loading branch information
Lakeyzer authored Jun 2, 2023
2 parents 77e07e4 + ec77372 commit 19b089c
Show file tree
Hide file tree
Showing 24 changed files with 1,545 additions and 1,282 deletions.
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ export default {
await store.dispatch("initialize");
},
async mounted() {
this.setTips();
const cookies = document.cookie.split(";");
for (let cookie of cookies) {
Expand Down Expand Up @@ -318,6 +319,7 @@ export default {
"initialize",
"reinitialize",
"setUser",
"setTips",
]),
setSize(size) {
this.small_screen = size.width < 576;
Expand Down
Loading

0 comments on commit 19b089c

Please sign in to comment.