@mbpockets/shared-ui 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +681 -0
- package/README.md +85 -0
- package/dist/EventPage/editMode/index.cjs +573 -0
- package/dist/EventPage/editMode/index.cjs.map +1 -0
- package/dist/EventPage/editMode/index.d.cts +5 -0
- package/dist/EventPage/editMode/index.d.ts +5 -0
- package/dist/EventPage/editMode/index.mjs +559 -0
- package/dist/EventPage/editMode/index.mjs.map +1 -0
- package/dist/EventPage/editMode.cjs +573 -0
- package/dist/EventPage/editMode.cjs.map +1 -0
- package/dist/EventPage/editMode.d.cts +5 -0
- package/dist/EventPage/editMode.d.ts +5 -0
- package/dist/EventPage/editMode.mjs +559 -0
- package/dist/EventPage/editMode.mjs.map +1 -0
- package/dist/EventPage/index.cjs +1245 -0
- package/dist/EventPage/index.cjs.map +1 -0
- package/dist/EventPage/index.d.cts +6 -0
- package/dist/EventPage/index.d.ts +6 -0
- package/dist/EventPage/index.mjs +1215 -0
- package/dist/EventPage/index.mjs.map +1 -0
- package/dist/EventPage.cjs +1245 -0
- package/dist/EventPage.cjs.map +1 -0
- package/dist/EventPage.d.cts +42 -0
- package/dist/EventPage.d.ts +42 -0
- package/dist/EventPage.mjs +1215 -0
- package/dist/EventPage.mjs.map +1 -0
- package/dist/PlayerPage/index.cjs +370 -0
- package/dist/PlayerPage/index.cjs.map +1 -0
- package/dist/PlayerPage/index.d.cts +4 -0
- package/dist/PlayerPage/index.d.ts +4 -0
- package/dist/PlayerPage/index.mjs +358 -0
- package/dist/PlayerPage/index.mjs.map +1 -0
- package/dist/PlayerPage.cjs +370 -0
- package/dist/PlayerPage.cjs.map +1 -0
- package/dist/PlayerPage.d.cts +32 -0
- package/dist/PlayerPage.d.ts +32 -0
- package/dist/PlayerPage.mjs +358 -0
- package/dist/PlayerPage.mjs.map +1 -0
- package/dist/ProfilePage/index.cjs +136 -0
- package/dist/ProfilePage/index.cjs.map +1 -0
- package/dist/ProfilePage/index.d.cts +3 -0
- package/dist/ProfilePage/index.d.ts +3 -0
- package/dist/ProfilePage/index.mjs +124 -0
- package/dist/ProfilePage/index.mjs.map +1 -0
- package/dist/ProfilePage.cjs +136 -0
- package/dist/ProfilePage.cjs.map +1 -0
- package/dist/ProfilePage.d.cts +10 -0
- package/dist/ProfilePage.d.ts +10 -0
- package/dist/ProfilePage.mjs +124 -0
- package/dist/ProfilePage.mjs.map +1 -0
- package/dist/SearchPage/Filters/index.cjs +270 -0
- package/dist/SearchPage/Filters/index.cjs.map +1 -0
- package/dist/SearchPage/Filters/index.d.cts +4 -0
- package/dist/SearchPage/Filters/index.d.ts +4 -0
- package/dist/SearchPage/Filters/index.mjs +250 -0
- package/dist/SearchPage/Filters/index.mjs.map +1 -0
- package/dist/SearchPage/Filters.cjs +270 -0
- package/dist/SearchPage/Filters.cjs.map +1 -0
- package/dist/SearchPage/Filters.d.cts +31 -0
- package/dist/SearchPage/Filters.d.ts +31 -0
- package/dist/SearchPage/Filters.mjs +250 -0
- package/dist/SearchPage/Filters.mjs.map +1 -0
- package/dist/SearchPage/Results/index.cjs +226 -0
- package/dist/SearchPage/Results/index.cjs.map +1 -0
- package/dist/SearchPage/Results/index.d.cts +4 -0
- package/dist/SearchPage/Results/index.d.ts +4 -0
- package/dist/SearchPage/Results/index.mjs +212 -0
- package/dist/SearchPage/Results/index.mjs.map +1 -0
- package/dist/SearchPage/Results.cjs +226 -0
- package/dist/SearchPage/Results.cjs.map +1 -0
- package/dist/SearchPage/Results.d.cts +53 -0
- package/dist/SearchPage/Results.d.ts +53 -0
- package/dist/SearchPage/Results.mjs +212 -0
- package/dist/SearchPage/Results.mjs.map +1 -0
- package/dist/SearchPage/index.cjs +737 -0
- package/dist/SearchPage/index.cjs.map +1 -0
- package/dist/SearchPage/index.d.cts +7 -0
- package/dist/SearchPage/index.d.ts +7 -0
- package/dist/SearchPage/index.mjs +695 -0
- package/dist/SearchPage/index.mjs.map +1 -0
- package/dist/SearchPage.cjs +737 -0
- package/dist/SearchPage.cjs.map +1 -0
- package/dist/SearchPage.d.cts +110 -0
- package/dist/SearchPage.d.ts +110 -0
- package/dist/SearchPage.mjs +695 -0
- package/dist/SearchPage.mjs.map +1 -0
- package/dist/TablePage/GameTableProvider/index.cjs +26 -0
- package/dist/TablePage/GameTableProvider/index.cjs.map +1 -0
- package/dist/TablePage/GameTableProvider/index.d.cts +4 -0
- package/dist/TablePage/GameTableProvider/index.d.ts +4 -0
- package/dist/TablePage/GameTableProvider/index.mjs +19 -0
- package/dist/TablePage/GameTableProvider/index.mjs.map +1 -0
- package/dist/TablePage/GameTableProvider.cjs +26 -0
- package/dist/TablePage/GameTableProvider.cjs.map +1 -0
- package/dist/TablePage/GameTableProvider.d.cts +15 -0
- package/dist/TablePage/GameTableProvider.d.ts +15 -0
- package/dist/TablePage/GameTableProvider.mjs +19 -0
- package/dist/TablePage/GameTableProvider.mjs.map +1 -0
- package/dist/TablePage/ModalProvider/index.cjs +83 -0
- package/dist/TablePage/ModalProvider/index.cjs.map +1 -0
- package/dist/TablePage/ModalProvider/index.css +49 -0
- package/dist/TablePage/ModalProvider/index.css.map +1 -0
- package/dist/TablePage/ModalProvider/index.d.cts +3 -0
- package/dist/TablePage/ModalProvider/index.d.ts +3 -0
- package/dist/TablePage/ModalProvider/index.mjs +79 -0
- package/dist/TablePage/ModalProvider/index.mjs.map +1 -0
- package/dist/TablePage/ModalProvider.cjs +83 -0
- package/dist/TablePage/ModalProvider.cjs.map +1 -0
- package/dist/TablePage/ModalProvider.css +49 -0
- package/dist/TablePage/ModalProvider.css.map +1 -0
- package/dist/TablePage/ModalProvider.d.cts +17 -0
- package/dist/TablePage/ModalProvider.d.ts +17 -0
- package/dist/TablePage/ModalProvider.mjs +79 -0
- package/dist/TablePage/ModalProvider.mjs.map +1 -0
- package/dist/TablePage/index.cjs +606 -0
- package/dist/TablePage/index.cjs.map +1 -0
- package/dist/TablePage/index.css +49 -0
- package/dist/TablePage/index.css.map +1 -0
- package/dist/TablePage/index.d.cts +10 -0
- package/dist/TablePage/index.d.ts +10 -0
- package/dist/TablePage/index.mjs +579 -0
- package/dist/TablePage/index.mjs.map +1 -0
- package/dist/TablePage/players/index.cjs +85 -0
- package/dist/TablePage/players/index.cjs.map +1 -0
- package/dist/TablePage/players/index.d.cts +4 -0
- package/dist/TablePage/players/index.d.ts +4 -0
- package/dist/TablePage/players/index.mjs +76 -0
- package/dist/TablePage/players/index.mjs.map +1 -0
- package/dist/TablePage/players.cjs +85 -0
- package/dist/TablePage/players.cjs.map +1 -0
- package/dist/TablePage/players.d.cts +22 -0
- package/dist/TablePage/players.d.ts +22 -0
- package/dist/TablePage/players.mjs +76 -0
- package/dist/TablePage/players.mjs.map +1 -0
- package/dist/TablePage.cjs +606 -0
- package/dist/TablePage.cjs.map +1 -0
- package/dist/TablePage.css +49 -0
- package/dist/TablePage.css.map +1 -0
- package/dist/TablePage.d.cts +54 -0
- package/dist/TablePage.d.ts +54 -0
- package/dist/TablePage.mjs +579 -0
- package/dist/TablePage.mjs.map +1 -0
- package/dist/common/Modal/index.cjs +64 -0
- package/dist/common/Modal/index.cjs.map +1 -0
- package/dist/common/Modal/index.css +49 -0
- package/dist/common/Modal/index.css.map +1 -0
- package/dist/common/Modal/index.d.cts +2 -0
- package/dist/common/Modal/index.d.ts +2 -0
- package/dist/common/Modal/index.mjs +62 -0
- package/dist/common/Modal/index.mjs.map +1 -0
- package/dist/common/Modal.cjs +64 -0
- package/dist/common/Modal.cjs.map +1 -0
- package/dist/common/Modal.css +49 -0
- package/dist/common/Modal.css.map +1 -0
- package/dist/common/Modal.d.cts +9 -0
- package/dist/common/Modal.d.ts +9 -0
- package/dist/common/Modal.mjs +62 -0
- package/dist/common/Modal.mjs.map +1 -0
- package/dist/common/index.cjs +210 -0
- package/dist/common/index.cjs.map +1 -0
- package/dist/common/index.css +49 -0
- package/dist/common/index.css.map +1 -0
- package/dist/common/index.d.cts +4 -0
- package/dist/common/index.d.ts +4 -0
- package/dist/common/index.mjs +194 -0
- package/dist/common/index.mjs.map +1 -0
- package/dist/common.cjs +210 -0
- package/dist/common.cjs.map +1 -0
- package/dist/common.css +49 -0
- package/dist/common.css.map +1 -0
- package/dist/common.d.cts +28 -0
- package/dist/common.d.ts +28 -0
- package/dist/common.mjs +194 -0
- package/dist/common.mjs.map +1 -0
- package/dist/index-D7WHhl3Q.d.ts +64 -0
- package/dist/index-DC0kK3aC.d.cts +64 -0
- package/dist/index.cjs +2608 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.css +49 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.cts +20 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.mjs +2529 -0
- package/dist/index.mjs.map +1 -0
- package/dist/mocks/EventDB.cjs +171 -0
- package/dist/mocks/EventDB.cjs.map +1 -0
- package/dist/mocks/EventDB.d.cts +6 -0
- package/dist/mocks/EventDB.d.ts +6 -0
- package/dist/mocks/EventDB.mjs +169 -0
- package/dist/mocks/EventDB.mjs.map +1 -0
- package/dist/mocks/Events.cjs +59 -0
- package/dist/mocks/Events.cjs.map +1 -0
- package/dist/mocks/Events.d.cts +13 -0
- package/dist/mocks/Events.d.ts +13 -0
- package/dist/mocks/Events.mjs +57 -0
- package/dist/mocks/Events.mjs.map +1 -0
- package/dist/mocks/Players.cjs +75 -0
- package/dist/mocks/Players.cjs.map +1 -0
- package/dist/mocks/Players.d.cts +15 -0
- package/dist/mocks/Players.d.ts +15 -0
- package/dist/mocks/Players.mjs +73 -0
- package/dist/mocks/Players.mjs.map +1 -0
- package/dist/mocks/SearchResults.cjs +143 -0
- package/dist/mocks/SearchResults.cjs.map +1 -0
- package/dist/mocks/SearchResults.d.cts +30 -0
- package/dist/mocks/SearchResults.d.ts +30 -0
- package/dist/mocks/SearchResults.mjs +137 -0
- package/dist/mocks/SearchResults.mjs.map +1 -0
- package/dist/mocks/Tables.cjs +133 -0
- package/dist/mocks/Tables.cjs.map +1 -0
- package/dist/mocks/Tables.d.cts +38 -0
- package/dist/mocks/Tables.d.ts +38 -0
- package/dist/mocks/Tables.mjs +131 -0
- package/dist/mocks/Tables.mjs.map +1 -0
- package/dist/mocks/Tags.cjs +142 -0
- package/dist/mocks/Tags.cjs.map +1 -0
- package/dist/mocks/Tags.d.cts +5 -0
- package/dist/mocks/Tags.d.ts +5 -0
- package/dist/mocks/Tags.mjs +140 -0
- package/dist/mocks/Tags.mjs.map +1 -0
- package/dist/mocks/index.cjs +566 -0
- package/dist/mocks/index.cjs.map +1 -0
- package/dist/mocks/index.d.cts +8 -0
- package/dist/mocks/index.d.ts +8 -0
- package/dist/mocks/index.mjs +555 -0
- package/dist/mocks/index.mjs.map +1 -0
- package/dist/mocks.cjs +566 -0
- package/dist/mocks.cjs.map +1 -0
- package/dist/mocks.d.cts +8 -0
- package/dist/mocks.d.ts +8 -0
- package/dist/mocks.mjs +555 -0
- package/dist/mocks.mjs.map +1 -0
- package/dist/types/event.cjs +4 -0
- package/dist/types/event.cjs.map +1 -0
- package/dist/types/event.d.cts +37 -0
- package/dist/types/event.d.ts +37 -0
- package/dist/types/event.mjs +3 -0
- package/dist/types/event.mjs.map +1 -0
- package/dist/types/index.cjs +4 -0
- package/dist/types/index.cjs.map +1 -0
- package/dist/types/index.d.cts +6 -0
- package/dist/types/index.d.ts +6 -0
- package/dist/types/index.mjs +3 -0
- package/dist/types/index.mjs.map +1 -0
- package/dist/types/player.cjs +4 -0
- package/dist/types/player.cjs.map +1 -0
- package/dist/types/player.d.cts +20 -0
- package/dist/types/player.d.ts +20 -0
- package/dist/types/player.mjs +3 -0
- package/dist/types/player.mjs.map +1 -0
- package/dist/types/search.cjs +4 -0
- package/dist/types/search.cjs.map +1 -0
- package/dist/types/search.d.cts +20 -0
- package/dist/types/search.d.ts +20 -0
- package/dist/types/search.mjs +3 -0
- package/dist/types/search.mjs.map +1 -0
- package/dist/types/table.cjs +4 -0
- package/dist/types/table.cjs.map +1 -0
- package/dist/types/table.d.cts +21 -0
- package/dist/types/table.d.ts +21 -0
- package/dist/types/table.mjs +3 -0
- package/dist/types/table.mjs.map +1 -0
- package/dist/types/tables.cjs +4 -0
- package/dist/types/tables.cjs.map +1 -0
- package/dist/types/tables.d.cts +21 -0
- package/dist/types/tables.d.ts +21 -0
- package/dist/types/tables.mjs +3 -0
- package/dist/types/tables.mjs.map +1 -0
- package/dist/types/tag.cjs +4 -0
- package/dist/types/tag.cjs.map +1 -0
- package/dist/types/tag.d.cts +14 -0
- package/dist/types/tag.d.ts +14 -0
- package/dist/types/tag.mjs +3 -0
- package/dist/types/tag.mjs.map +1 -0
- package/dist/types.cjs +4 -0
- package/dist/types.cjs.map +1 -0
- package/dist/types.d.cts +6 -0
- package/dist/types.d.ts +6 -0
- package/dist/types.mjs +3 -0
- package/dist/types.mjs.map +1 -0
- package/package.json +117 -0
package/dist/mocks.mjs
ADDED
|
@@ -0,0 +1,555 @@
|
|
|
1
|
+
// src/mocks/Tags.ts
|
|
2
|
+
var MockedTags = [
|
|
3
|
+
// Game tags
|
|
4
|
+
{
|
|
5
|
+
id: 1,
|
|
6
|
+
label: "D&D 5e",
|
|
7
|
+
color: "#FF5733",
|
|
8
|
+
appliesTo: {
|
|
9
|
+
players: true,
|
|
10
|
+
events: true,
|
|
11
|
+
tables: true
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
id: 2,
|
|
16
|
+
label: "Smash Bros",
|
|
17
|
+
color: "#33FF57",
|
|
18
|
+
appliesTo: {
|
|
19
|
+
players: true,
|
|
20
|
+
events: true,
|
|
21
|
+
tables: true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
id: 3,
|
|
26
|
+
label: "Settlers of Catan",
|
|
27
|
+
color: "#3357FF",
|
|
28
|
+
appliesTo: {
|
|
29
|
+
players: true,
|
|
30
|
+
events: true,
|
|
31
|
+
tables: true
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
id: 4,
|
|
36
|
+
label: "Magic: The Gathering",
|
|
37
|
+
color: "#FF33A1",
|
|
38
|
+
appliesTo: {
|
|
39
|
+
players: true,
|
|
40
|
+
events: true,
|
|
41
|
+
tables: true
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
// Play style tags
|
|
45
|
+
{
|
|
46
|
+
id: 5,
|
|
47
|
+
label: "Competitive",
|
|
48
|
+
color: "#57FF33",
|
|
49
|
+
appliesTo: {
|
|
50
|
+
players: true,
|
|
51
|
+
events: true,
|
|
52
|
+
tables: false
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
id: 6,
|
|
57
|
+
label: "Casual",
|
|
58
|
+
color: "#33FFF7",
|
|
59
|
+
appliesTo: {
|
|
60
|
+
players: true,
|
|
61
|
+
events: true,
|
|
62
|
+
tables: false
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
id: 7,
|
|
67
|
+
label: "RP Heavy",
|
|
68
|
+
color: "#FF8A33",
|
|
69
|
+
appliesTo: {
|
|
70
|
+
players: true,
|
|
71
|
+
events: true,
|
|
72
|
+
tables: false
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
id: 8,
|
|
77
|
+
label: "Grimdark",
|
|
78
|
+
color: "#D433FF",
|
|
79
|
+
appliesTo: {
|
|
80
|
+
players: true,
|
|
81
|
+
events: true,
|
|
82
|
+
tables: false
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
// Social indicator tags
|
|
86
|
+
{
|
|
87
|
+
id: 9,
|
|
88
|
+
label: "LGBT-Friendly",
|
|
89
|
+
color: "#33FF93",
|
|
90
|
+
appliesTo: {
|
|
91
|
+
players: true,
|
|
92
|
+
events: true,
|
|
93
|
+
tables: true
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
id: 10,
|
|
98
|
+
label: "No Politics",
|
|
99
|
+
color: "#FFC300",
|
|
100
|
+
appliesTo: {
|
|
101
|
+
players: true,
|
|
102
|
+
events: true,
|
|
103
|
+
tables: true
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
id: 11,
|
|
108
|
+
label: "Beginner Friendly",
|
|
109
|
+
color: "#FF8A33",
|
|
110
|
+
appliesTo: {
|
|
111
|
+
players: true,
|
|
112
|
+
events: true,
|
|
113
|
+
tables: true
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
id: 12,
|
|
118
|
+
label: "Family Friendly",
|
|
119
|
+
color: "#FFC300",
|
|
120
|
+
appliesTo: {
|
|
121
|
+
players: true,
|
|
122
|
+
events: true,
|
|
123
|
+
tables: true
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
id: 13,
|
|
128
|
+
label: "Youmacon 2025",
|
|
129
|
+
color: "#FFC300",
|
|
130
|
+
appliesTo: {
|
|
131
|
+
players: true,
|
|
132
|
+
events: true,
|
|
133
|
+
tables: true
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
];
|
|
137
|
+
|
|
138
|
+
// src/mocks/EventDB.ts
|
|
139
|
+
var MockedEventObjects = [
|
|
140
|
+
{
|
|
141
|
+
id: 1,
|
|
142
|
+
title: "Youmacon 2025",
|
|
143
|
+
eventTag: MockedTags[12],
|
|
144
|
+
bannerUrl: {
|
|
145
|
+
desktop: "/youmacon.png",
|
|
146
|
+
mobile: "/youmacon.png"
|
|
147
|
+
},
|
|
148
|
+
links: [
|
|
149
|
+
{
|
|
150
|
+
url: "https://www.youmacon.com",
|
|
151
|
+
text: "Home"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
url: "https://discord.gg/PKW99btT",
|
|
155
|
+
text: "Discord"
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
description: "Youmacon is a 4-day experience celebrating Japanese Animation, Gaming, and Pop Culture. Whether you\u2019re a convention pro, or have yet to attend an Anime event, we have what you\u2019re looking for. Since 2005, Youmacon has been an immersive and innovative event unlike any other. Get your tickets today.\n\nTake a quick tour to see what we have in store for you!\n\nEvent times coming soon!",
|
|
159
|
+
date: "Main Convention:\n Thu - 5pm to 9pm\n Fri & Sat - 10am to 9pm\n Sun 10am to 2pm\nGaming Room Hours:\n Thu - 6pm to 10pm\n Fri & Sat - 10am to 1am\n Sun - 10am to 4pm",
|
|
160
|
+
timezone: "America/New_York",
|
|
161
|
+
startingDate: "2025-10-30T15:00:00Z",
|
|
162
|
+
endingDate: "2025-11-02T12:00:00Z",
|
|
163
|
+
active: true
|
|
164
|
+
}
|
|
165
|
+
];
|
|
166
|
+
|
|
167
|
+
// src/mocks/Events.ts
|
|
168
|
+
var MockedEvents = [
|
|
169
|
+
{
|
|
170
|
+
id: 1,
|
|
171
|
+
title: "Epic Raid Tournament",
|
|
172
|
+
description: "Annual tournament featuring the best raid teams from around the world.",
|
|
173
|
+
date: "2025-08-15",
|
|
174
|
+
location: "Los Angeles Convention Center",
|
|
175
|
+
organizer: "GameCon Events",
|
|
176
|
+
tags: [1, 5, 11],
|
|
177
|
+
imageUrl: "/images/events/event1.jpg"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
id: 2,
|
|
181
|
+
title: "Summer Gaming Festival",
|
|
182
|
+
description: "Three-day event with tournaments, workshops, and networking opportunities.",
|
|
183
|
+
date: "2025-07-30",
|
|
184
|
+
location: "Chicago Expo Center",
|
|
185
|
+
organizer: "Midwest Gaming Association",
|
|
186
|
+
tags: [2, 4, 9, 11],
|
|
187
|
+
imageUrl: "/images/events/event2.jpg"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
id: 3,
|
|
191
|
+
title: "Strategy Masters Competition",
|
|
192
|
+
description: "Elite competition for strategy game enthusiasts with cash prizes.",
|
|
193
|
+
date: "2025-09-10",
|
|
194
|
+
location: "Online",
|
|
195
|
+
organizer: "Strategic Minds Inc.",
|
|
196
|
+
tags: [3, 5],
|
|
197
|
+
imageUrl: "/images/events/event3.jpg"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
id: 4,
|
|
201
|
+
title: "RPG Immersion Weekend",
|
|
202
|
+
description: "Immersive role-playing experience with professional game masters.",
|
|
203
|
+
date: "2025-10-05",
|
|
204
|
+
location: "Seattle Gaming Hub",
|
|
205
|
+
organizer: "Narrative Adventures",
|
|
206
|
+
tags: [1, 7, 12],
|
|
207
|
+
imageUrl: "/images/events/event4.jpg"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
id: 5,
|
|
211
|
+
title: "Indie Game Showcase",
|
|
212
|
+
description: "Showcase of innovative indie games with developer panels and playable demos.",
|
|
213
|
+
date: "2025-11-20",
|
|
214
|
+
location: "San Francisco Game Center",
|
|
215
|
+
organizer: "Independent Developers Collective",
|
|
216
|
+
tags: [6, 9, 11],
|
|
217
|
+
imageUrl: "/images/events/event5.jpg"
|
|
218
|
+
}
|
|
219
|
+
];
|
|
220
|
+
|
|
221
|
+
// src/mocks/Players.ts
|
|
222
|
+
var MockedPlayers = [
|
|
223
|
+
{
|
|
224
|
+
id: 1,
|
|
225
|
+
username: "DragonSlayer99",
|
|
226
|
+
description: "Professional gamer specializing in RPGs and strategy games.",
|
|
227
|
+
experience: 15e3,
|
|
228
|
+
preferredGames: ["World of Warcraft", "Starcraft II", "Baldur's Gate 3"],
|
|
229
|
+
tags: [1, 5, 7],
|
|
230
|
+
imageUrl: "/man-walking-silhouette-clipart.jpg",
|
|
231
|
+
joinDate: "2020-03-15",
|
|
232
|
+
miniPic: "/quick-PFP.png"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
id: 2,
|
|
236
|
+
username: "MysticHealer",
|
|
237
|
+
description: "Support specialist with over 5 years of competitive gaming experience.",
|
|
238
|
+
experience: 12500,
|
|
239
|
+
preferredGames: ["League of Legends", "Overwatch", "Final Fantasy XIV"],
|
|
240
|
+
tags: [5, 9, 11, 7, 6, 3, 2, 1],
|
|
241
|
+
imageUrl: "/images/players/player2.jpg",
|
|
242
|
+
joinDate: "2019-07-22",
|
|
243
|
+
miniPic: "/quick-PFP.png"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
id: 3,
|
|
247
|
+
username: "StrategyMaster42",
|
|
248
|
+
description: "Top-ranked player known for innovative tactics and leadership.",
|
|
249
|
+
experience: 2e4,
|
|
250
|
+
preferredGames: ["Civilization VI", "Age of Empires IV", "Total War: Warhammer III"],
|
|
251
|
+
tags: [3, 5],
|
|
252
|
+
imageUrl: "/images/players/player3.jpg",
|
|
253
|
+
joinDate: "2018-11-05",
|
|
254
|
+
miniPic: ""
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
id: 4,
|
|
258
|
+
username: "SpeedRunner",
|
|
259
|
+
description: "World record holder for multiple game speedruns.",
|
|
260
|
+
experience: 11e3,
|
|
261
|
+
preferredGames: ["Dark Souls", "Celeste", "Hollow Knight"],
|
|
262
|
+
tags: [2, 5, 8],
|
|
263
|
+
imageUrl: "/images/players/player4.jpg",
|
|
264
|
+
joinDate: "2021-02-10",
|
|
265
|
+
miniPic: ""
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
id: 5,
|
|
269
|
+
username: "CasualGamer123",
|
|
270
|
+
description: "Enjoys a variety of games and playing with friends.",
|
|
271
|
+
experience: 7500,
|
|
272
|
+
preferredGames: ["Minecraft", "Animal Crossing", "Mario Kart"],
|
|
273
|
+
tags: [2, 6, 9, 12],
|
|
274
|
+
imageUrl: "/images/players/player5.jpg",
|
|
275
|
+
joinDate: "2022-05-18",
|
|
276
|
+
miniPic: ""
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
id: 6,
|
|
280
|
+
username: "Trolololol98",
|
|
281
|
+
description: "Just in it for the lulz",
|
|
282
|
+
experience: 500,
|
|
283
|
+
preferredGames: ["World of Warcraft", "Doom", "Munchkin"],
|
|
284
|
+
tags: [2, 6, 9, 12],
|
|
285
|
+
imageUrl: "/images/players/player6.jpg",
|
|
286
|
+
joinDate: "2024-09-12",
|
|
287
|
+
miniPic: ""
|
|
288
|
+
}
|
|
289
|
+
];
|
|
290
|
+
|
|
291
|
+
// src/mocks/SearchResults.ts
|
|
292
|
+
var MockedSearchResults = [
|
|
293
|
+
{
|
|
294
|
+
id: 1,
|
|
295
|
+
title: "DragonSlayer99",
|
|
296
|
+
description: "Professional gamer specializing in RPGs and strategy games.",
|
|
297
|
+
type: "player",
|
|
298
|
+
tags: [1, 5, 7],
|
|
299
|
+
imageUrl: "/images/players/player1.jpg"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
id: 2,
|
|
303
|
+
title: "MysticHealer",
|
|
304
|
+
description: "Support specialist with over 5 years of competitive gaming experience.",
|
|
305
|
+
type: "player",
|
|
306
|
+
tags: [5, 9, 11],
|
|
307
|
+
imageUrl: "/images/players/player2.jpg"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
id: 3,
|
|
311
|
+
title: "Epic Raid Tournament",
|
|
312
|
+
description: "Annual tournament featuring the best raid teams from around the world.",
|
|
313
|
+
type: "event",
|
|
314
|
+
tags: [1, 5, 11],
|
|
315
|
+
date: "2025-08-15",
|
|
316
|
+
numTables: 12,
|
|
317
|
+
numPlayers: 96
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
id: 4,
|
|
321
|
+
title: "Critical Hit Table",
|
|
322
|
+
description: "Premium gaming table with integrated digital features for enhanced gameplay.",
|
|
323
|
+
type: "table",
|
|
324
|
+
tags: [1, 4, 10],
|
|
325
|
+
imageUrl: "/images/tables/table1.jpg",
|
|
326
|
+
capacity: 6,
|
|
327
|
+
numPlayers: 4,
|
|
328
|
+
waitlistCount: 1,
|
|
329
|
+
hasDM: true
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
id: 5,
|
|
333
|
+
title: "StrategyMaster42",
|
|
334
|
+
description: "Top-ranked player known for innovative tactics and leadership.",
|
|
335
|
+
type: "player",
|
|
336
|
+
tags: [3, 5, 11],
|
|
337
|
+
imageUrl: "/images/players/player3.jpg"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
id: 6,
|
|
341
|
+
title: "Summer Gaming Festival",
|
|
342
|
+
description: "Three-day event with tournaments, workshops, and networking opportunities.",
|
|
343
|
+
type: "event",
|
|
344
|
+
tags: [2, 6, 9],
|
|
345
|
+
date: "2025-07-30",
|
|
346
|
+
numTables: 20,
|
|
347
|
+
numPlayers: 150
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
id: 7,
|
|
351
|
+
title: "Dragon's Lair Table",
|
|
352
|
+
description: "Themed gaming table with immersive lighting and sound effects for RPG sessions.",
|
|
353
|
+
type: "table",
|
|
354
|
+
tags: [1, 7, 12],
|
|
355
|
+
imageUrl: "/images/tables/table2.jpg",
|
|
356
|
+
capacity: 8,
|
|
357
|
+
numPlayers: 3,
|
|
358
|
+
waitlistCount: 3,
|
|
359
|
+
hasDM: false
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
id: 8,
|
|
363
|
+
title: "SpeedRunner",
|
|
364
|
+
description: "World record holder for multiple game speedruns.",
|
|
365
|
+
type: "player",
|
|
366
|
+
tags: [2, 5, 8],
|
|
367
|
+
imageUrl: "/images/players/player4.jpg"
|
|
368
|
+
},
|
|
369
|
+
// Additional Players
|
|
370
|
+
{ id: 9, title: "ArcaneArcher", description: "Precision DPS with mastery in ranged combat and crowd control.", type: "player", tags: [4, 8, 12], imageUrl: "/images/players/player5.jpg" },
|
|
371
|
+
{ id: 10, title: "TankTitan", description: "Unbreakable frontline with superb aggro management.", type: "player", tags: [1, 6, 10], imageUrl: "/images/players/player6.jpg" },
|
|
372
|
+
{ id: 11, title: "PuzzleProdigy", description: "Solves complex mechanics and leads strat calls.", type: "player", tags: [3, 5, 9], imageUrl: "/images/players/player7.jpg" },
|
|
373
|
+
{ id: 12, title: "ShadowRogue", description: "Stealth expert with burst damage and utility.", type: "player", tags: [2, 7, 11], imageUrl: "/images/players/player8.jpg" },
|
|
374
|
+
{ id: 13, title: "HealingHaven", description: "Clutch healer with excellent resource management.", type: "player", tags: [5, 9, 12], imageUrl: "/images/players/player9.jpg" },
|
|
375
|
+
{ id: 14, title: "MetaBreaker", description: "Innovator who discovers unconventional winning tactics.", type: "player", tags: [1, 3, 11], imageUrl: "/images/players/player10.jpg" },
|
|
376
|
+
{ id: 15, title: "FrostMage", description: "Controls the battlefield with slows and AoE.", type: "player", tags: [4, 8, 10], imageUrl: "/images/players/player11.jpg" },
|
|
377
|
+
{ id: 16, title: "BardicInspire", description: "Support player boosting team morale and stats.", type: "player", tags: [5, 6, 12], imageUrl: "/images/players/player12.jpg" },
|
|
378
|
+
{ id: 17, title: "CritCommander", description: "Leads teams with macro awareness and decisive calls.", type: "player", tags: [1, 5, 11], imageUrl: "/images/players/player13.jpg" },
|
|
379
|
+
{ id: 18, title: "SummonerSeer", description: "Pet class specialist managing multiple units.", type: "player", tags: [2, 4, 7], imageUrl: "/images/players/player14.jpg" },
|
|
380
|
+
{ id: 19, title: "GeoMonk", description: "Tanky support with environmental control.", type: "player", tags: [6, 8, 10], imageUrl: "/images/players/player15.jpg" },
|
|
381
|
+
{ id: 20, title: "LightningLancer", description: "Fast-paced melee with high mobility plays.", type: "player", tags: [1, 2, 8], imageUrl: "/images/players/player16.jpg" },
|
|
382
|
+
// Additional Events
|
|
383
|
+
{ id: 21, title: "Winter Clash Cup", description: "Seasonal PvP event with elimination brackets.", type: "event", tags: [1, 4, 9], date: "2025-12-10", numTables: 10, numPlayers: 80 },
|
|
384
|
+
{ id: 22, title: "Indie Dev Showcase", description: "Spotlight on community-made modules and tools.", type: "event", tags: [3, 6, 11], date: "2025-11-05", numTables: 6, numPlayers: 42 },
|
|
385
|
+
{ id: 23, title: "Dungeon Delvers Open", description: "Open registration raid race with live commentary.", type: "event", tags: [2, 5, 8], date: "2025-10-20", numTables: 12, numPlayers: 96 },
|
|
386
|
+
{ id: 24, title: "Spring Strategy Summit", description: "Workshops on tactics, VOD reviews, and team building.", type: "event", tags: [5, 7, 12], date: "2025-03-18", numTables: 8, numPlayers: 64 },
|
|
387
|
+
{ id: 25, title: "Speedrun Marathon", description: "Charity marathon featuring top speedrunners.", type: "event", tags: [2, 8, 10], date: "2025-09-01", numTables: 5, numPlayers: 30 },
|
|
388
|
+
{ id: 26, title: "Creators Con", description: "Panels and meetups with content creators.", type: "event", tags: [3, 9, 11], date: "2025-06-22", numTables: 14, numPlayers: 120 },
|
|
389
|
+
{ id: 27, title: "Arena Masters", description: "Team-based arena battles with seasonal rewards.", type: "event", tags: [1, 6, 12], date: "2025-05-12", numTables: 16, numPlayers: 128 },
|
|
390
|
+
{ id: 28, title: "Co-op Quest Fest", description: "Casual co-op challenges and puzzle races.", type: "event", tags: [4, 7, 10], date: "2025-04-08", numTables: 7, numPlayers: 49 },
|
|
391
|
+
{ id: 29, title: "VR Adventures Expo", description: "Hands-on demos for upcoming VR titles.", type: "event", tags: [2, 3, 9], date: "2025-08-05", numTables: 9, numPlayers: 72 },
|
|
392
|
+
{ id: 30, title: "Tactics League Finals", description: "Grand finals for the national tactics league.", type: "event", tags: [1, 5, 11], date: "2025-10-02", numTables: 10, numPlayers: 80 },
|
|
393
|
+
{ id: 31, title: "Guild Summit", description: "Networking event for guild leaders and organizers.", type: "event", tags: [6, 9, 12], date: "2025-07-12", numTables: 4, numPlayers: 28 },
|
|
394
|
+
{ id: 32, title: "Retro Games Carnival", description: "Celebration of classic games with tournaments.", type: "event", tags: [3, 4, 8], date: "2025-02-14", numTables: 6, numPlayers: 48 },
|
|
395
|
+
// Additional Tables
|
|
396
|
+
{ id: 33, title: "Nebula Nexus Table", description: "Sci-fi themed table with modular hex grid.", type: "table", tags: [2, 4, 9], imageUrl: "/images/tables/table3.jpg", capacity: 6, numPlayers: 5, waitlistCount: 0, hasDM: false },
|
|
397
|
+
{ id: 34, title: "Oakheart Deluxe", description: "Handcrafted oak table with felt inlays.", type: "table", tags: [1, 6, 10], imageUrl: "/images/tables/table4.jpg", capacity: 8, numPlayers: 6, waitlistCount: 1, hasDM: true },
|
|
398
|
+
{ id: 35, title: "ArenaPro Surface", description: "Durable top for miniature wargames.", type: "table", tags: [3, 7, 11], imageUrl: "/images/tables/table5.jpg", capacity: 4, numPlayers: 2, waitlistCount: 0, hasDM: false },
|
|
399
|
+
{ id: 36, title: "Crystal Cavern Table", description: "LED-lit terrain zones for ambience.", type: "table", tags: [4, 8, 12], imageUrl: "/images/tables/table6.jpg", capacity: 8, numPlayers: 7, waitlistCount: 2, hasDM: false },
|
|
400
|
+
{ id: 37, title: "FoldAway Battleboard", description: "Portable, compact table for small spaces.", type: "table", tags: [2, 5, 10], imageUrl: "/images/tables/table7.jpg", capacity: 4, numPlayers: 3, waitlistCount: 0, hasDM: false },
|
|
401
|
+
{ id: 38, title: "KingsCourt Table", description: "Regal design perfect for board game nights.", type: "table", tags: [1, 3, 9], imageUrl: "/images/tables/table8.jpg", capacity: 6, numPlayers: 4, waitlistCount: 1, hasDM: true },
|
|
402
|
+
{ id: 39, title: "Vaulted Vale Table", description: "Storage drawers and cable management built-in.", type: "table", tags: [6, 8, 11], imageUrl: "/images/tables/table9.jpg", capacity: 6, numPlayers: 5, waitlistCount: 0, hasDM: false },
|
|
403
|
+
{ id: 40, title: "Rogue\u2019s Rest", description: "Compact RPG table with dice towers.", type: "table", tags: [5, 7, 12], imageUrl: "/images/tables/table10.jpg", capacity: 5, numPlayers: 5, waitlistCount: 2, hasDM: true },
|
|
404
|
+
{ id: 41, title: "Starforge Station", description: "Magnetic tile system for modular setups.", type: "table", tags: [2, 4, 10], imageUrl: "/images/tables/table11.jpg", capacity: 7, numPlayers: 4, waitlistCount: 0, hasDM: false },
|
|
405
|
+
{ id: 42, title: "Seafarer\u2019s Deck", description: "Nautical theme with resin river centerpiece.", type: "table", tags: [3, 6, 9], imageUrl: "/images/tables/table12.jpg", capacity: 6, numPlayers: 6, waitlistCount: 3, hasDM: true },
|
|
406
|
+
{ id: 43, title: "Runebound Workbench", description: "Etched runes with underglow lighting.", type: "table", tags: [1, 8, 11], imageUrl: "/images/tables/table13.jpg", capacity: 8, numPlayers: 6, waitlistCount: 1, hasDM: false },
|
|
407
|
+
{ id: 44, title: "Verdant Grove Table", description: "Green felt ecosystem for nature-themed games.", type: "table", tags: [4, 7, 12], imageUrl: "/images/tables/table14.jpg", capacity: 8, numPlayers: 7, waitlistCount: 2, hasDM: false }
|
|
408
|
+
];
|
|
409
|
+
var MockedSearchFilters = {
|
|
410
|
+
types: [
|
|
411
|
+
{ id: "player", label: "Players" },
|
|
412
|
+
{ id: "event", label: "Events" },
|
|
413
|
+
{ id: "table", label: "Tables" }
|
|
414
|
+
],
|
|
415
|
+
sortOptions: [
|
|
416
|
+
{ id: "relevance", label: "Relevance" },
|
|
417
|
+
{ id: "date", label: "Date" },
|
|
418
|
+
{ id: "name", label: "Name" }
|
|
419
|
+
]
|
|
420
|
+
};
|
|
421
|
+
var MockedSearchResultsEventsOnly = MockedSearchResults.filter((item) => item.type === "event");
|
|
422
|
+
var MockedSearchResultsTablesOnly = MockedSearchResults.filter((item) => item.type === "table");
|
|
423
|
+
var MockedSearchResultsPlayersOnly = MockedSearchResults.filter((item) => item.type === "player");
|
|
424
|
+
|
|
425
|
+
// src/mocks/Tables.ts
|
|
426
|
+
var MockedTables = [
|
|
427
|
+
{
|
|
428
|
+
id: 1,
|
|
429
|
+
title: "Critical Hit Table",
|
|
430
|
+
shortDescription: "description coming soon",
|
|
431
|
+
description: `**Welcome to the Mystical Realms Campaign!**
|
|
432
|
+
This D&D campaign is perfect for players who have already participated in a session zero. If you haven't had a session zero yet, feel free to reach out to us to schedule one!
|
|
433
|
+
In this campaign, you can chart the stars, salvage ships, or discover secrets on your base planet. This long-term adventure offers the progression and character development you desire, without the commitment of fixed schedules. There are no regular scheduled times, and the group membership is flexible\u2014players can join or leave at any session.
|
|
434
|
+
Players begin their journey in the town of Eldridge, where they can take on various jobs and form crews with other players according to available time slots. At the end of each quest, any magic items and experience earned will carry over to the next adventure.
|
|
435
|
+
This campaign follows a West Marches style, where players are free to drop into any new quest, roleplay with other guild members, and ensure they never miss a session.
|
|
436
|
+
We will be using the 2024 Player's Handbook (PHB) rules along with "Celestial Ventures" by Sage Press as a third-party supplement and general setting. This is not a Spelljammer campaign.
|
|
437
|
+
**Campaign Premise:** In a world of endless possibilities, your characters will embark on quests that span the stars and the realms beyond. From exploring ancient ruins to battling fearsome creatures, the adventure is entirely up to you and your crew.
|
|
438
|
+
**Gameplay Style:**
|
|
439
|
+
- **Flexibility:** No regular scheduled times, and the group membership is flexible. Players can join or leave at any session.
|
|
440
|
+
- **Progression:** Character development and progression are key. At the end of each quest, any magic items and experience earned will carry over to the next adventure.
|
|
441
|
+
- **West Marches:** Players are free to drop into any new quest, roleplay with other guild members, and ensure they never miss a session.
|
|
442
|
+
|
|
443
|
+
**Town of Eldridge:**
|
|
444
|
+
- **Starting Point:** Your journey begins in the bustling town of Eldridge, where you can take on various jobs, hire other players to form your crew, and explore the local surroundings.
|
|
445
|
+
- **Dynamic Jobs:** From scavenging for treasures to defending the town from invaders, the jobs in Eldridge offer endless opportunities for adventure and growth.
|
|
446
|
+
|
|
447
|
+
**Quests and Adventures:**
|
|
448
|
+
- **Chart the Stars:** Embark on starship journeys to distant planets and galaxies. Discover hidden starbases, salvage derelict ships, and uncover ancient star charts.
|
|
449
|
+
- **Salvage Ships:** Dive deep into space to salvage derelict ships and recover valuable treasures. Be cautious of the dangers lurking in the void.
|
|
450
|
+
- **Discover Secrets:** Explore ancient ruins, forgotten temples, and secret bases on your base planet. Uncover hidden secrets and uncover the mysteries of the past.
|
|
451
|
+
|
|
452
|
+
**Character Development:**
|
|
453
|
+
- **Experience Points:** Earn experience points through quests and adventures. These points will help you level up and unlock new abilities and powers.
|
|
454
|
+
- **Magic Items:** Discover and collect magic items that will enhance your character's abilities and help you overcome challenges.
|
|
455
|
+
|
|
456
|
+
**General Setting:**
|
|
457
|
+
- **2024 Player's Handbook (PHB):** The core rules for character creation, combat, and roleplaying.
|
|
458
|
+
- **Celestial Ventures by Sage Press:** A third-party supplement that provides additional setting details, rules, and inspiration for your adventures.
|
|
459
|
+
|
|
460
|
+
**How to Get Involved:**
|
|
461
|
+
- **Session Zero:** If you haven't had a session zero yet, feel free to reach out to us to schedule one. This session will help establish the game world and your character backgrounds.
|
|
462
|
+
- **Join Us:** Feel free to join us at any session. We welcome new players who want to explore this exciting campaign.
|
|
463
|
+
|
|
464
|
+
**Learn More:** For more information on the campaign setting, rules, and general guidelines, please refer to the Campaign Primer document. This document will help you get a better understanding of the world you will be exploring and the rules that govern your adventures.
|
|
465
|
+
`,
|
|
466
|
+
features: ["Digital mapping system", "Integrated lighting", "Sound effects", "Hidden compartments"],
|
|
467
|
+
capacity: 8,
|
|
468
|
+
location: "GameHaven Seattle",
|
|
469
|
+
tags: [1, 4, 5],
|
|
470
|
+
imageUrl: "/images/tables/table1.jpg",
|
|
471
|
+
availability: "Weekends only",
|
|
472
|
+
communicationPreferences: "",
|
|
473
|
+
dungeonMaster: "1",
|
|
474
|
+
players: [2, 3, 4],
|
|
475
|
+
waitlist: [5, 6],
|
|
476
|
+
numPlayers: 3,
|
|
477
|
+
hasDM: true
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
id: 2,
|
|
481
|
+
title: "Dragon's Lair Table",
|
|
482
|
+
description: "Themed gaming table with immersive lighting and sound effects for RPG sessions.",
|
|
483
|
+
shortDescription: "description coming soon",
|
|
484
|
+
features: ["Themed lighting", "Surround sound", "Modular terrain", "Dice towers"],
|
|
485
|
+
capacity: 6,
|
|
486
|
+
location: "Fantasy Realms Chicago",
|
|
487
|
+
tags: [1, 7, 12],
|
|
488
|
+
imageUrl: "/images/tables/table2.jpg",
|
|
489
|
+
availability: "Daily",
|
|
490
|
+
communicationPreferences: "",
|
|
491
|
+
dungeonMaster: "1",
|
|
492
|
+
players: [],
|
|
493
|
+
waitlist: [],
|
|
494
|
+
numPlayers: 0,
|
|
495
|
+
hasDM: true
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
id: 3,
|
|
499
|
+
title: "Strategy Command Center",
|
|
500
|
+
shortDescription: "description coming soon",
|
|
501
|
+
description: "Specialized table designed for strategy board games with built-in organization systems.",
|
|
502
|
+
features: ["Card holders", "Token organizers", "Game piece storage", "Drink holders"],
|
|
503
|
+
capacity: 4,
|
|
504
|
+
location: "Strategic Mind Games NYC",
|
|
505
|
+
tags: [3, 4, 11],
|
|
506
|
+
imageUrl: "/images/tables/table3.jpg",
|
|
507
|
+
availability: "Weekdays after 5pm, all day weekends",
|
|
508
|
+
communicationPreferences: "",
|
|
509
|
+
dungeonMaster: "2",
|
|
510
|
+
players: [],
|
|
511
|
+
waitlist: [],
|
|
512
|
+
numPlayers: 0,
|
|
513
|
+
hasDM: true
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
id: 4,
|
|
517
|
+
title: "Tournament Master Table",
|
|
518
|
+
shortDescription: "description coming soon",
|
|
519
|
+
description: "Professional-grade table designed for competitive card and miniature games.",
|
|
520
|
+
features: ["Tournament-sized play area", "Precision measurements", "Overhead camera mount", "Spectator screens"],
|
|
521
|
+
capacity: 2,
|
|
522
|
+
location: "Pro Gaming Arena Los Angeles",
|
|
523
|
+
tags: [4, 5, 10],
|
|
524
|
+
imageUrl: "/images/tables/table4.jpg",
|
|
525
|
+
availability: "By reservation only",
|
|
526
|
+
communicationPreferences: "",
|
|
527
|
+
dungeonMaster: "1",
|
|
528
|
+
players: [],
|
|
529
|
+
waitlist: [],
|
|
530
|
+
numPlayers: 0,
|
|
531
|
+
hasDM: true
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
id: 5,
|
|
535
|
+
title: "Casual Corner Table",
|
|
536
|
+
shortDescription: "description coming soon",
|
|
537
|
+
description: "Comfortable and versatile table perfect for casual gaming sessions and family games.",
|
|
538
|
+
features: ["Padded edges", "Adjustable height", "Expandable surface", "Built-in storage"],
|
|
539
|
+
capacity: 6,
|
|
540
|
+
location: "Family Game Center Austin",
|
|
541
|
+
tags: [6, 9, 12],
|
|
542
|
+
imageUrl: "/images/tables/table5.jpg",
|
|
543
|
+
availability: "Daily 10am-10pm",
|
|
544
|
+
communicationPreferences: "",
|
|
545
|
+
dungeonMaster: "3",
|
|
546
|
+
players: [],
|
|
547
|
+
waitlist: [],
|
|
548
|
+
numPlayers: 0,
|
|
549
|
+
hasDM: true
|
|
550
|
+
}
|
|
551
|
+
];
|
|
552
|
+
|
|
553
|
+
export { MockedEventObjects, MockedEvents, MockedPlayers, MockedSearchFilters, MockedSearchResults, MockedSearchResultsEventsOnly, MockedSearchResultsPlayersOnly, MockedSearchResultsTablesOnly, MockedTables, MockedTags };
|
|
554
|
+
//# sourceMappingURL=mocks.mjs.map
|
|
555
|
+
//# sourceMappingURL=mocks.mjs.map
|