Did a lot. Tested SSE & started on socket.io, should prob kill s.io replace w/ ws

This commit is contained in:
2021-11-26 20:05:42 +01:00
parent 2f88516326
commit b8a61d1a0e
25 changed files with 1200 additions and 47 deletions

View File

@@ -10,6 +10,7 @@ import RegisterWinePage from "@/components/admin/RegisterWinePage";
import archiveLotteryPage from "@/components/admin/archiveLotteryPage";
import registerAttendeePage from "@/components/admin/registerAttendeePage";
import DrawWinnerPage from "@/components/admin/DrawWinnerPage";
import PrizeDistributionPage from "@/components/admin/PrizeDistributionPage";
import PushPage from "@/components/admin/PushPage";
export default {
@@ -37,6 +38,12 @@ export default {
slug: "draw",
counter: null
},
{
name: "Prisutdeling",
component: PrizeDistributionPage,
slug: "price",
counter: null
},
{
name: "Arkiver lotteri",
component: archiveLotteryPage,