Compare commits

..

2 commits

Author SHA1 Message Date
b5be03d4df test on every push
All checks were successful
/ test (push) Successful in 50s
/ deploy (push) Successful in 4m37s
2024-11-17 21:53:12 +01:00
9adaa62c89 show tickets filtered by active event
All checks were successful
/ test (push) Successful in 57s
/ deploy (push) Successful in 3m42s
2024-11-17 21:41:23 +01:00

View file

@ -501,7 +501,7 @@ const store = createStore({
isLoadedKey: "persistent_loaded",
state: ["remember", "user", "events", "lastUsed",]
}), sharedStatePlugin({
debug: false,
debug: true,
isLoadedKey: "shared_loaded",
clearingMutation: "logout",
afterInit: "afterSharedInit",