@mbpockets/shared-ui 0.1.20 → 0.2.0
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/dist/EventPage/index.cjs +208 -121
- package/dist/EventPage/index.cjs.map +1 -1
- package/dist/EventPage/index.mjs +200 -119
- package/dist/EventPage/index.mjs.map +1 -1
- package/dist/EventPage.cjs +208 -121
- package/dist/EventPage.cjs.map +1 -1
- package/dist/EventPage.mjs +200 -119
- package/dist/EventPage.mjs.map +1 -1
- package/dist/PlayerPage/index.cjs.map +1 -1
- package/dist/PlayerPage/index.mjs.map +1 -1
- package/dist/PlayerPage.cjs.map +1 -1
- package/dist/PlayerPage.mjs.map +1 -1
- package/dist/ProfilePage/index.cjs.map +1 -1
- package/dist/ProfilePage/index.mjs.map +1 -1
- package/dist/ProfilePage.cjs.map +1 -1
- package/dist/ProfilePage.mjs.map +1 -1
- package/dist/SearchPage/Filters/index.cjs +149 -43
- package/dist/SearchPage/Filters/index.cjs.map +1 -1
- package/dist/SearchPage/Filters/index.d.cts +1 -2
- package/dist/SearchPage/Filters/index.d.ts +1 -2
- package/dist/SearchPage/Filters/index.mjs +146 -42
- package/dist/SearchPage/Filters/index.mjs.map +1 -1
- package/dist/SearchPage/Filters.cjs +149 -43
- package/dist/SearchPage/Filters.cjs.map +1 -1
- package/dist/SearchPage/Filters.d.cts +38 -3
- package/dist/SearchPage/Filters.d.ts +38 -3
- package/dist/SearchPage/Filters.mjs +146 -42
- package/dist/SearchPage/Filters.mjs.map +1 -1
- package/dist/SearchPage/Results/index.cjs +138 -67
- package/dist/SearchPage/Results/index.cjs.map +1 -1
- package/dist/SearchPage/Results/index.mjs +126 -63
- package/dist/SearchPage/Results/index.mjs.map +1 -1
- package/dist/SearchPage/Results.cjs +138 -67
- package/dist/SearchPage/Results.cjs.map +1 -1
- package/dist/SearchPage/Results.d.cts +21 -12
- package/dist/SearchPage/Results.d.ts +21 -12
- package/dist/SearchPage/Results.mjs +126 -63
- package/dist/SearchPage/Results.mjs.map +1 -1
- package/dist/SearchPage/index.cjs +495 -221
- package/dist/SearchPage/index.cjs.map +1 -1
- package/dist/SearchPage/index.d.cts +1 -1
- package/dist/SearchPage/index.d.ts +1 -1
- package/dist/SearchPage/index.mjs +482 -216
- package/dist/SearchPage/index.mjs.map +1 -1
- package/dist/SearchPage.cjs +495 -221
- package/dist/SearchPage.cjs.map +1 -1
- package/dist/SearchPage.d.cts +78 -7
- package/dist/SearchPage.d.ts +78 -7
- package/dist/SearchPage.mjs +482 -216
- package/dist/SearchPage.mjs.map +1 -1
- package/dist/TablePage/index.cjs +10 -1
- package/dist/TablePage/index.cjs.map +1 -1
- package/dist/TablePage/index.d.cts +2 -2
- package/dist/TablePage/index.d.ts +2 -2
- package/dist/TablePage/index.mjs +10 -2
- package/dist/TablePage/index.mjs.map +1 -1
- package/dist/TablePage.cjs +10 -1
- package/dist/TablePage.cjs.map +1 -1
- package/dist/TablePage.d.cts +7 -2
- package/dist/TablePage.d.ts +7 -2
- package/dist/TablePage.mjs +10 -2
- package/dist/TablePage.mjs.map +1 -1
- package/dist/index.cjs +446 -178
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +434 -175
- package/dist/index.mjs.map +1 -1
- package/dist/mocks/SearchResults.cjs +22 -15
- package/dist/mocks/SearchResults.cjs.map +1 -1
- package/dist/mocks/SearchResults.d.cts +3 -15
- package/dist/mocks/SearchResults.d.ts +3 -15
- package/dist/mocks/SearchResults.mjs +22 -15
- package/dist/mocks/SearchResults.mjs.map +1 -1
- package/dist/mocks/index.cjs +22 -15
- package/dist/mocks/index.cjs.map +1 -1
- package/dist/mocks/index.d.cts +2 -1
- package/dist/mocks/index.d.ts +2 -1
- package/dist/mocks/index.mjs +22 -15
- package/dist/mocks/index.mjs.map +1 -1
- package/dist/mocks.cjs +22 -15
- package/dist/mocks.cjs.map +1 -1
- package/dist/mocks.d.cts +2 -1
- package/dist/mocks.d.ts +2 -1
- package/dist/mocks.mjs +22 -15
- package/dist/mocks.mjs.map +1 -1
- package/dist/{common → shared}/index.cjs.map +1 -1
- package/dist/{common → shared}/index.d.cts +1 -1
- package/dist/{common → shared}/index.d.ts +1 -1
- package/dist/{common → shared}/index.mjs.map +1 -1
- package/dist/{common.cjs → shared.cjs} +2 -2
- package/dist/{common.cjs.map → shared.cjs.map} +1 -1
- package/dist/{common.css → shared.css} +1 -1
- package/dist/{common.mjs → shared.mjs} +2 -2
- package/dist/{common.mjs.map → shared.mjs.map} +1 -1
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/search.d.cts +23 -1
- package/dist/types/search.d.ts +23 -1
- package/dist/types.d.cts +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/{common → shared}/Modal/index.cjs +0 -0
- /package/dist/{common → shared}/Modal/index.cjs.map +0 -0
- /package/dist/{common → shared}/Modal/index.css +0 -0
- /package/dist/{common → shared}/Modal/index.css.map +0 -0
- /package/dist/{common → shared}/Modal/index.d.cts +0 -0
- /package/dist/{common → shared}/Modal/index.d.ts +0 -0
- /package/dist/{common → shared}/Modal/index.mjs +0 -0
- /package/dist/{common → shared}/Modal/index.mjs.map +0 -0
- /package/dist/{common → shared}/Modal.cjs +0 -0
- /package/dist/{common → shared}/Modal.cjs.map +0 -0
- /package/dist/{common → shared}/Modal.css +0 -0
- /package/dist/{common → shared}/Modal.css.map +0 -0
- /package/dist/{common → shared}/Modal.d.cts +0 -0
- /package/dist/{common → shared}/Modal.d.ts +0 -0
- /package/dist/{common → shared}/Modal.mjs +0 -0
- /package/dist/{common → shared}/Modal.mjs.map +0 -0
- /package/dist/{common → shared}/index.cjs +0 -0
- /package/dist/{common → shared}/index.css +0 -0
- /package/dist/{common → shared}/index.css.map +0 -0
- /package/dist/{common → shared}/index.mjs +0 -0
- /package/dist/{common.css.map → shared.css.map} +0 -0
- /package/dist/{common.d.cts → shared.d.cts} +0 -0
- /package/dist/{common.d.ts → shared.d.ts} +0 -0
|
@@ -26,7 +26,9 @@ var MockedSearchResults = [
|
|
|
26
26
|
tags: [1, 5, 11],
|
|
27
27
|
date: "2025-08-15",
|
|
28
28
|
numTables: 12,
|
|
29
|
-
numPlayers: 96
|
|
29
|
+
numPlayers: 96,
|
|
30
|
+
location: "Los Angeles Convention Center",
|
|
31
|
+
organizer: "GameCon Events"
|
|
30
32
|
},
|
|
31
33
|
{
|
|
32
34
|
id: 4,
|
|
@@ -38,7 +40,10 @@ var MockedSearchResults = [
|
|
|
38
40
|
capacity: 6,
|
|
39
41
|
numPlayers: 4,
|
|
40
42
|
waitlistCount: 1,
|
|
41
|
-
hasDM: true
|
|
43
|
+
hasDM: true,
|
|
44
|
+
shortDescription: "Active weekly campaign",
|
|
45
|
+
fullDescription: "We are playing a high-fantasy campaign set in the world of Exandria. Looking for reliable players who enjoy a mix of RP and combat.",
|
|
46
|
+
nextGameTime: "2025-04-20T18:00:00Z"
|
|
42
47
|
},
|
|
43
48
|
{
|
|
44
49
|
id: 5,
|
|
@@ -56,7 +61,9 @@ var MockedSearchResults = [
|
|
|
56
61
|
tags: [2, 6, 9],
|
|
57
62
|
date: "2025-07-30",
|
|
58
63
|
numTables: 20,
|
|
59
|
-
numPlayers: 150
|
|
64
|
+
numPlayers: 150,
|
|
65
|
+
location: "Chicago Expo Center",
|
|
66
|
+
organizer: "Midwest Gaming Association"
|
|
60
67
|
},
|
|
61
68
|
{
|
|
62
69
|
id: 7,
|
|
@@ -92,18 +99,18 @@ var MockedSearchResults = [
|
|
|
92
99
|
{ id: 19, title: "GeoMonk", description: "Tanky support with environmental control.", type: "player", tags: [6, 8, 10], imageUrl: "/images/players/player15.jpg" },
|
|
93
100
|
{ id: 20, title: "LightningLancer", description: "Fast-paced melee with high mobility plays.", type: "player", tags: [1, 2, 8], imageUrl: "/images/players/player16.jpg" },
|
|
94
101
|
// Additional Events
|
|
95
|
-
{ 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 },
|
|
96
|
-
{ 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 },
|
|
97
|
-
{ 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 },
|
|
98
|
-
{ 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 },
|
|
99
|
-
{ 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 },
|
|
100
|
-
{ 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 },
|
|
101
|
-
{ 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 },
|
|
102
|
-
{ 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 },
|
|
103
|
-
{ 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 },
|
|
104
|
-
{ 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 },
|
|
105
|
-
{ 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 },
|
|
106
|
-
{ 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 },
|
|
102
|
+
{ 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, location: "Denver Arena", organizer: "Winter League" },
|
|
103
|
+
{ 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, location: "San Jose Hall", organizer: "DevCollective" },
|
|
104
|
+
{ 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, location: "Online", organizer: "RaidMasters" },
|
|
105
|
+
{ 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, location: "Boston Center", organizer: "StratLeague" },
|
|
106
|
+
{ 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, location: "Online", organizer: "SpeedRunners United" },
|
|
107
|
+
{ 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, location: "Austin Expo", organizer: "Creator Network" },
|
|
108
|
+
{ 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, location: "Miami Stadium", organizer: "ArenaPro" },
|
|
109
|
+
{ 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, location: "Portland Hub", organizer: "QuestGivers" },
|
|
110
|
+
{ 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, location: "Seattle Tech Lab", organizer: "VR Collective" },
|
|
111
|
+
{ 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, location: "Las Vegas Arena", organizer: "Tactics League" },
|
|
112
|
+
{ 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, location: "Dallas Hall", organizer: "GuildMasters" },
|
|
113
|
+
{ 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, location: "Atlanta Expo", organizer: "RetroGamer Society" },
|
|
107
114
|
// Additional Tables
|
|
108
115
|
{ 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 },
|
|
109
116
|
{ 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 },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/mocks/SearchResults.ts"],"names":[],"mappings":"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","file":"SearchResults.cjs","sourcesContent":["export interface SearchResultItem {\r\n id: number;\r\n title: string;\r\n description: string;\r\n type: 'player' | 'event' | 'table';\r\n tags?: number[];\r\n imageUrl?: string;\r\n date?: string;\r\n // Optional metrics for events and tables\r\n numTables?: number; // events only\r\n numPlayers?: number; // events and tables\r\n // Table-specific optional fields\r\n capacity?: number;\r\n waitlistCount?: number;\r\n hasDM?: boolean;\r\n}\r\n\r\nexport const MockedSearchResults: SearchResultItem[] = [\r\n {\r\n id: 1,\r\n title: 'DragonSlayer99',\r\n description: 'Professional gamer specializing in RPGs and strategy games.',\r\n type: 'player',\r\n tags: [1, 5, 7],\r\n imageUrl: '/images/players/player1.jpg'\r\n },\r\n {\r\n id: 2,\r\n title: 'MysticHealer',\r\n description: 'Support specialist with over 5 years of competitive gaming experience.',\r\n type: 'player',\r\n tags: [5, 9, 11],\r\n imageUrl: '/images/players/player2.jpg'\r\n },\r\n {\r\n id: 3,\r\n title: 'Epic Raid Tournament',\r\n description: 'Annual tournament featuring the best raid teams from around the world.',\r\n type: 'event',\r\n tags: [1, 5, 11],\r\n date: '2025-08-15',\r\n numTables: 12,\r\n numPlayers: 96\r\n },\r\n {\r\n id: 4,\r\n title: 'Critical Hit Table',\r\n description: 'Premium gaming table with integrated digital features for enhanced gameplay.',\r\n type: 'table',\r\n tags: [1, 4, 10],\r\n imageUrl: '/images/tables/table1.jpg',\r\n capacity: 6,\r\n numPlayers: 4,\r\n waitlistCount: 1,\r\n hasDM: true\r\n },\r\n {\r\n id: 5,\r\n title: 'StrategyMaster42',\r\n description: 'Top-ranked player known for innovative tactics and leadership.',\r\n type: 'player',\r\n tags: [3, 5, 11],\r\n imageUrl: '/images/players/player3.jpg'\r\n },\r\n {\r\n id: 6,\r\n title: 'Summer Gaming Festival',\r\n description: 'Three-day event with tournaments, workshops, and networking opportunities.',\r\n type: 'event',\r\n tags: [2, 6, 9],\r\n date: '2025-07-30',\r\n numTables: 20,\r\n numPlayers: 150\r\n },\r\n {\r\n id: 7,\r\n title: 'Dragon\\'s Lair Table',\r\n description: 'Themed gaming table with immersive lighting and sound effects for RPG sessions.',\r\n type: 'table',\r\n tags: [1, 7, 12],\r\n imageUrl: '/images/tables/table2.jpg',\r\n capacity: 8,\r\n numPlayers: 3,\r\n waitlistCount: 3,\r\n hasDM: false\r\n },\r\n {\r\n id: 8,\r\n title: 'SpeedRunner',\r\n description: 'World record holder for multiple game speedruns.',\r\n type: 'player',\r\n tags: [2, 5, 8],\r\n imageUrl: '/images/players/player4.jpg'\r\n },\r\n // Additional Players\r\n { 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' },\r\n { id: 10, title: 'TankTitan', description: 'Unbreakable frontline with superb aggro management.', type: 'player', tags: [1, 6, 10], imageUrl: '/images/players/player6.jpg' },\r\n { id: 11, title: 'PuzzleProdigy', description: 'Solves complex mechanics and leads strat calls.', type: 'player', tags: [3, 5, 9], imageUrl: '/images/players/player7.jpg' },\r\n { id: 12, title: 'ShadowRogue', description: 'Stealth expert with burst damage and utility.', type: 'player', tags: [2, 7, 11], imageUrl: '/images/players/player8.jpg' },\r\n { id: 13, title: 'HealingHaven', description: 'Clutch healer with excellent resource management.', type: 'player', tags: [5, 9, 12], imageUrl: '/images/players/player9.jpg' },\r\n { id: 14, title: 'MetaBreaker', description: 'Innovator who discovers unconventional winning tactics.', type: 'player', tags: [1, 3, 11], imageUrl: '/images/players/player10.jpg' },\r\n { id: 15, title: 'FrostMage', description: 'Controls the battlefield with slows and AoE.', type: 'player', tags: [4, 8, 10], imageUrl: '/images/players/player11.jpg' },\r\n { id: 16, title: 'BardicInspire', description: 'Support player boosting team morale and stats.', type: 'player', tags: [5, 6, 12], imageUrl: '/images/players/player12.jpg' },\r\n { id: 17, title: 'CritCommander', description: 'Leads teams with macro awareness and decisive calls.', type: 'player', tags: [1, 5, 11], imageUrl: '/images/players/player13.jpg' },\r\n { id: 18, title: 'SummonerSeer', description: 'Pet class specialist managing multiple units.', type: 'player', tags: [2, 4, 7], imageUrl: '/images/players/player14.jpg' },\r\n { id: 19, title: 'GeoMonk', description: 'Tanky support with environmental control.', type: 'player', tags: [6, 8, 10], imageUrl: '/images/players/player15.jpg' },\r\n { id: 20, title: 'LightningLancer', description: 'Fast-paced melee with high mobility plays.', type: 'player', tags: [1, 2, 8], imageUrl: '/images/players/player16.jpg' },\r\n\r\n // Additional Events\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n\r\n // Additional Tables\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { id: 40, title: 'Rogue’s 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 },\r\n { 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 },\r\n { id: 42, title: 'Seafarer’s 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 },\r\n { 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 },\r\n { 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 }\r\n];\r\n\r\nexport const MockedSearchFilters = {\r\n types: [\r\n { id: 'player', label: 'Players' },\r\n { id: 'event', label: 'Events' },\r\n { id: 'table', label: 'Tables' }\r\n ],\r\n sortOptions: [\r\n { id: 'relevance', label: 'Relevance' },\r\n { id: 'date', label: 'Date' },\r\n { id: 'name', label: 'Name' }\r\n ]\r\n};\r\n\r\n// Convenience filtered mock datasets\r\nexport const MockedSearchResultsEventsOnly: SearchResultItem[] = MockedSearchResults.filter(item => item.type === 'event');\r\nexport const MockedSearchResultsTablesOnly: SearchResultItem[] = MockedSearchResults.filter(item => item.type === 'table');\r\nexport const MockedSearchResultsPlayersOnly: SearchResultItem[] = MockedSearchResults.filter(item => item.type === 'player');\r\n"]}
|
|
1
|
+
{"version":3,"sources":["../../src/mocks/SearchResults.ts"],"names":[],"mappings":"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","file":"SearchResults.cjs","sourcesContent":["import { SearchResultItem } from '@/types/search';\r\n\r\nexport const MockedSearchResults: SearchResultItem[] = [\r\n {\r\n id: 1,\r\n title: 'DragonSlayer99',\r\n description: 'Professional gamer specializing in RPGs and strategy games.',\r\n type: 'player',\r\n tags: [1, 5, 7],\r\n imageUrl: '/images/players/player1.jpg'\r\n },\r\n {\r\n id: 2,\r\n title: 'MysticHealer',\r\n description: 'Support specialist with over 5 years of competitive gaming experience.',\r\n type: 'player',\r\n tags: [5, 9, 11],\r\n imageUrl: '/images/players/player2.jpg'\r\n },\r\n {\r\n id: 3,\r\n title: 'Epic Raid Tournament',\r\n description: 'Annual tournament featuring the best raid teams from around the world.',\r\n type: 'event',\r\n tags: [1, 5, 11],\r\n date: '2025-08-15',\r\n numTables: 12,\r\n numPlayers: 96,\r\n location: 'Los Angeles Convention Center',\r\n organizer: 'GameCon Events'\r\n },\r\n {\r\n id: 4,\r\n title: 'Critical Hit Table',\r\n description: 'Premium gaming table with integrated digital features for enhanced gameplay.',\r\n type: 'table',\r\n tags: [1, 4, 10],\r\n imageUrl: '/images/tables/table1.jpg',\r\n capacity: 6,\r\n numPlayers: 4,\r\n waitlistCount: 1,\r\n hasDM: true,\r\n shortDescription: 'Active weekly campaign',\r\n fullDescription: 'We are playing a high-fantasy campaign set in the world of Exandria. Looking for reliable players who enjoy a mix of RP and combat.',\r\n nextGameTime: '2025-04-20T18:00:00Z'\r\n },\r\n {\r\n id: 5,\r\n title: 'StrategyMaster42',\r\n description: 'Top-ranked player known for innovative tactics and leadership.',\r\n type: 'player',\r\n tags: [3, 5, 11],\r\n imageUrl: '/images/players/player3.jpg'\r\n },\r\n {\r\n id: 6,\r\n title: 'Summer Gaming Festival',\r\n description: 'Three-day event with tournaments, workshops, and networking opportunities.',\r\n type: 'event',\r\n tags: [2, 6, 9],\r\n date: '2025-07-30',\r\n numTables: 20,\r\n numPlayers: 150,\r\n location: 'Chicago Expo Center',\r\n organizer: 'Midwest Gaming Association'\r\n },\r\n {\r\n id: 7,\r\n title: 'Dragon\\'s Lair Table',\r\n description: 'Themed gaming table with immersive lighting and sound effects for RPG sessions.',\r\n type: 'table',\r\n tags: [1, 7, 12],\r\n imageUrl: '/images/tables/table2.jpg',\r\n capacity: 8,\r\n numPlayers: 3,\r\n waitlistCount: 3,\r\n hasDM: false\r\n },\r\n {\r\n id: 8,\r\n title: 'SpeedRunner',\r\n description: 'World record holder for multiple game speedruns.',\r\n type: 'player',\r\n tags: [2, 5, 8],\r\n imageUrl: '/images/players/player4.jpg'\r\n },\r\n // Additional Players\r\n { 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' },\r\n { id: 10, title: 'TankTitan', description: 'Unbreakable frontline with superb aggro management.', type: 'player', tags: [1, 6, 10], imageUrl: '/images/players/player6.jpg' },\r\n { id: 11, title: 'PuzzleProdigy', description: 'Solves complex mechanics and leads strat calls.', type: 'player', tags: [3, 5, 9], imageUrl: '/images/players/player7.jpg' },\r\n { id: 12, title: 'ShadowRogue', description: 'Stealth expert with burst damage and utility.', type: 'player', tags: [2, 7, 11], imageUrl: '/images/players/player8.jpg' },\r\n { id: 13, title: 'HealingHaven', description: 'Clutch healer with excellent resource management.', type: 'player', tags: [5, 9, 12], imageUrl: '/images/players/player9.jpg' },\r\n { id: 14, title: 'MetaBreaker', description: 'Innovator who discovers unconventional winning tactics.', type: 'player', tags: [1, 3, 11], imageUrl: '/images/players/player10.jpg' },\r\n { id: 15, title: 'FrostMage', description: 'Controls the battlefield with slows and AoE.', type: 'player', tags: [4, 8, 10], imageUrl: '/images/players/player11.jpg' },\r\n { id: 16, title: 'BardicInspire', description: 'Support player boosting team morale and stats.', type: 'player', tags: [5, 6, 12], imageUrl: '/images/players/player12.jpg' },\r\n { id: 17, title: 'CritCommander', description: 'Leads teams with macro awareness and decisive calls.', type: 'player', tags: [1, 5, 11], imageUrl: '/images/players/player13.jpg' },\r\n { id: 18, title: 'SummonerSeer', description: 'Pet class specialist managing multiple units.', type: 'player', tags: [2, 4, 7], imageUrl: '/images/players/player14.jpg' },\r\n { id: 19, title: 'GeoMonk', description: 'Tanky support with environmental control.', type: 'player', tags: [6, 8, 10], imageUrl: '/images/players/player15.jpg' },\r\n { id: 20, title: 'LightningLancer', description: 'Fast-paced melee with high mobility plays.', type: 'player', tags: [1, 2, 8], imageUrl: '/images/players/player16.jpg' },\r\n\r\n // Additional Events\r\n { 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, location: 'Denver Arena', organizer: 'Winter League' },\r\n { 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, location: 'San Jose Hall', organizer: 'DevCollective' },\r\n { 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, location: 'Online', organizer: 'RaidMasters' },\r\n { 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, location: 'Boston Center', organizer: 'StratLeague' },\r\n { 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, location: 'Online', organizer: 'SpeedRunners United' },\r\n { 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, location: 'Austin Expo', organizer: 'Creator Network' },\r\n { 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, location: 'Miami Stadium', organizer: 'ArenaPro' },\r\n { 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, location: 'Portland Hub', organizer: 'QuestGivers' },\r\n { 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, location: 'Seattle Tech Lab', organizer: 'VR Collective' },\r\n { 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, location: 'Las Vegas Arena', organizer: 'Tactics League' },\r\n { 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, location: 'Dallas Hall', organizer: 'GuildMasters' },\r\n { 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, location: 'Atlanta Expo', organizer: 'RetroGamer Society' },\r\n\r\n // Additional Tables\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { id: 40, title: 'Rogue’s 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 },\r\n { 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 },\r\n { id: 42, title: 'Seafarer’s 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 },\r\n { 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 },\r\n { 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 }\r\n];\r\n\r\nexport const MockedSearchFilters = {\r\n types: [\r\n { id: 'player', label: 'Players' },\r\n { id: 'event', label: 'Events' },\r\n { id: 'table', label: 'Tables' }\r\n ],\r\n sortOptions: [\r\n { id: 'relevance', label: 'Relevance' },\r\n { id: 'date', label: 'Date' },\r\n { id: 'name', label: 'Name' }\r\n ]\r\n};\r\n\r\n// Convenience filtered mock datasets\r\nexport const MockedSearchResultsEventsOnly: SearchResultItem[] = MockedSearchResults.filter(item => item.type === 'event');\r\nexport const MockedSearchResultsTablesOnly: SearchResultItem[] = MockedSearchResults.filter(item => item.type === 'table');\r\nexport const MockedSearchResultsPlayersOnly: SearchResultItem[] = MockedSearchResults.filter(item => item.type === 'player');\r\n"]}
|
|
@@ -1,17 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
title: string;
|
|
4
|
-
description: string;
|
|
5
|
-
type: 'player' | 'event' | 'table';
|
|
6
|
-
tags?: number[];
|
|
7
|
-
imageUrl?: string;
|
|
8
|
-
date?: string;
|
|
9
|
-
numTables?: number;
|
|
10
|
-
numPlayers?: number;
|
|
11
|
-
capacity?: number;
|
|
12
|
-
waitlistCount?: number;
|
|
13
|
-
hasDM?: boolean;
|
|
14
|
-
}
|
|
1
|
+
import { SearchResultItem } from '../types/search';
|
|
2
|
+
|
|
15
3
|
declare const MockedSearchResults: SearchResultItem[];
|
|
16
4
|
declare const MockedSearchFilters: {
|
|
17
5
|
types: {
|
|
@@ -27,4 +15,4 @@ declare const MockedSearchResultsEventsOnly: SearchResultItem[];
|
|
|
27
15
|
declare const MockedSearchResultsTablesOnly: SearchResultItem[];
|
|
28
16
|
declare const MockedSearchResultsPlayersOnly: SearchResultItem[];
|
|
29
17
|
|
|
30
|
-
export { MockedSearchFilters, MockedSearchResults, MockedSearchResultsEventsOnly, MockedSearchResultsPlayersOnly, MockedSearchResultsTablesOnly
|
|
18
|
+
export { MockedSearchFilters, MockedSearchResults, MockedSearchResultsEventsOnly, MockedSearchResultsPlayersOnly, MockedSearchResultsTablesOnly };
|
|
@@ -1,17 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
title: string;
|
|
4
|
-
description: string;
|
|
5
|
-
type: 'player' | 'event' | 'table';
|
|
6
|
-
tags?: number[];
|
|
7
|
-
imageUrl?: string;
|
|
8
|
-
date?: string;
|
|
9
|
-
numTables?: number;
|
|
10
|
-
numPlayers?: number;
|
|
11
|
-
capacity?: number;
|
|
12
|
-
waitlistCount?: number;
|
|
13
|
-
hasDM?: boolean;
|
|
14
|
-
}
|
|
1
|
+
import { SearchResultItem } from '../types/search';
|
|
2
|
+
|
|
15
3
|
declare const MockedSearchResults: SearchResultItem[];
|
|
16
4
|
declare const MockedSearchFilters: {
|
|
17
5
|
types: {
|
|
@@ -27,4 +15,4 @@ declare const MockedSearchResultsEventsOnly: SearchResultItem[];
|
|
|
27
15
|
declare const MockedSearchResultsTablesOnly: SearchResultItem[];
|
|
28
16
|
declare const MockedSearchResultsPlayersOnly: SearchResultItem[];
|
|
29
17
|
|
|
30
|
-
export { MockedSearchFilters, MockedSearchResults, MockedSearchResultsEventsOnly, MockedSearchResultsPlayersOnly, MockedSearchResultsTablesOnly
|
|
18
|
+
export { MockedSearchFilters, MockedSearchResults, MockedSearchResultsEventsOnly, MockedSearchResultsPlayersOnly, MockedSearchResultsTablesOnly };
|
|
@@ -24,7 +24,9 @@ var MockedSearchResults = [
|
|
|
24
24
|
tags: [1, 5, 11],
|
|
25
25
|
date: "2025-08-15",
|
|
26
26
|
numTables: 12,
|
|
27
|
-
numPlayers: 96
|
|
27
|
+
numPlayers: 96,
|
|
28
|
+
location: "Los Angeles Convention Center",
|
|
29
|
+
organizer: "GameCon Events"
|
|
28
30
|
},
|
|
29
31
|
{
|
|
30
32
|
id: 4,
|
|
@@ -36,7 +38,10 @@ var MockedSearchResults = [
|
|
|
36
38
|
capacity: 6,
|
|
37
39
|
numPlayers: 4,
|
|
38
40
|
waitlistCount: 1,
|
|
39
|
-
hasDM: true
|
|
41
|
+
hasDM: true,
|
|
42
|
+
shortDescription: "Active weekly campaign",
|
|
43
|
+
fullDescription: "We are playing a high-fantasy campaign set in the world of Exandria. Looking for reliable players who enjoy a mix of RP and combat.",
|
|
44
|
+
nextGameTime: "2025-04-20T18:00:00Z"
|
|
40
45
|
},
|
|
41
46
|
{
|
|
42
47
|
id: 5,
|
|
@@ -54,7 +59,9 @@ var MockedSearchResults = [
|
|
|
54
59
|
tags: [2, 6, 9],
|
|
55
60
|
date: "2025-07-30",
|
|
56
61
|
numTables: 20,
|
|
57
|
-
numPlayers: 150
|
|
62
|
+
numPlayers: 150,
|
|
63
|
+
location: "Chicago Expo Center",
|
|
64
|
+
organizer: "Midwest Gaming Association"
|
|
58
65
|
},
|
|
59
66
|
{
|
|
60
67
|
id: 7,
|
|
@@ -90,18 +97,18 @@ var MockedSearchResults = [
|
|
|
90
97
|
{ id: 19, title: "GeoMonk", description: "Tanky support with environmental control.", type: "player", tags: [6, 8, 10], imageUrl: "/images/players/player15.jpg" },
|
|
91
98
|
{ id: 20, title: "LightningLancer", description: "Fast-paced melee with high mobility plays.", type: "player", tags: [1, 2, 8], imageUrl: "/images/players/player16.jpg" },
|
|
92
99
|
// Additional Events
|
|
93
|
-
{ 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 },
|
|
94
|
-
{ 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 },
|
|
95
|
-
{ 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 },
|
|
96
|
-
{ 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 },
|
|
97
|
-
{ 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 },
|
|
98
|
-
{ 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 },
|
|
99
|
-
{ 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 },
|
|
100
|
-
{ 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 },
|
|
101
|
-
{ 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 },
|
|
102
|
-
{ 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 },
|
|
103
|
-
{ 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 },
|
|
104
|
-
{ 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 },
|
|
100
|
+
{ 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, location: "Denver Arena", organizer: "Winter League" },
|
|
101
|
+
{ 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, location: "San Jose Hall", organizer: "DevCollective" },
|
|
102
|
+
{ 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, location: "Online", organizer: "RaidMasters" },
|
|
103
|
+
{ 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, location: "Boston Center", organizer: "StratLeague" },
|
|
104
|
+
{ 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, location: "Online", organizer: "SpeedRunners United" },
|
|
105
|
+
{ 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, location: "Austin Expo", organizer: "Creator Network" },
|
|
106
|
+
{ 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, location: "Miami Stadium", organizer: "ArenaPro" },
|
|
107
|
+
{ 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, location: "Portland Hub", organizer: "QuestGivers" },
|
|
108
|
+
{ 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, location: "Seattle Tech Lab", organizer: "VR Collective" },
|
|
109
|
+
{ 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, location: "Las Vegas Arena", organizer: "Tactics League" },
|
|
110
|
+
{ 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, location: "Dallas Hall", organizer: "GuildMasters" },
|
|
111
|
+
{ 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, location: "Atlanta Expo", organizer: "RetroGamer Society" },
|
|
105
112
|
// Additional Tables
|
|
106
113
|
{ 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 },
|
|
107
114
|
{ 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 },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/mocks/SearchResults.ts"],"names":[],"mappings":"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","file":"SearchResults.mjs","sourcesContent":["export interface SearchResultItem {\r\n id: number;\r\n title: string;\r\n description: string;\r\n type: 'player' | 'event' | 'table';\r\n tags?: number[];\r\n imageUrl?: string;\r\n date?: string;\r\n // Optional metrics for events and tables\r\n numTables?: number; // events only\r\n numPlayers?: number; // events and tables\r\n // Table-specific optional fields\r\n capacity?: number;\r\n waitlistCount?: number;\r\n hasDM?: boolean;\r\n}\r\n\r\nexport const MockedSearchResults: SearchResultItem[] = [\r\n {\r\n id: 1,\r\n title: 'DragonSlayer99',\r\n description: 'Professional gamer specializing in RPGs and strategy games.',\r\n type: 'player',\r\n tags: [1, 5, 7],\r\n imageUrl: '/images/players/player1.jpg'\r\n },\r\n {\r\n id: 2,\r\n title: 'MysticHealer',\r\n description: 'Support specialist with over 5 years of competitive gaming experience.',\r\n type: 'player',\r\n tags: [5, 9, 11],\r\n imageUrl: '/images/players/player2.jpg'\r\n },\r\n {\r\n id: 3,\r\n title: 'Epic Raid Tournament',\r\n description: 'Annual tournament featuring the best raid teams from around the world.',\r\n type: 'event',\r\n tags: [1, 5, 11],\r\n date: '2025-08-15',\r\n numTables: 12,\r\n numPlayers: 96\r\n },\r\n {\r\n id: 4,\r\n title: 'Critical Hit Table',\r\n description: 'Premium gaming table with integrated digital features for enhanced gameplay.',\r\n type: 'table',\r\n tags: [1, 4, 10],\r\n imageUrl: '/images/tables/table1.jpg',\r\n capacity: 6,\r\n numPlayers: 4,\r\n waitlistCount: 1,\r\n hasDM: true\r\n },\r\n {\r\n id: 5,\r\n title: 'StrategyMaster42',\r\n description: 'Top-ranked player known for innovative tactics and leadership.',\r\n type: 'player',\r\n tags: [3, 5, 11],\r\n imageUrl: '/images/players/player3.jpg'\r\n },\r\n {\r\n id: 6,\r\n title: 'Summer Gaming Festival',\r\n description: 'Three-day event with tournaments, workshops, and networking opportunities.',\r\n type: 'event',\r\n tags: [2, 6, 9],\r\n date: '2025-07-30',\r\n numTables: 20,\r\n numPlayers: 150\r\n },\r\n {\r\n id: 7,\r\n title: 'Dragon\\'s Lair Table',\r\n description: 'Themed gaming table with immersive lighting and sound effects for RPG sessions.',\r\n type: 'table',\r\n tags: [1, 7, 12],\r\n imageUrl: '/images/tables/table2.jpg',\r\n capacity: 8,\r\n numPlayers: 3,\r\n waitlistCount: 3,\r\n hasDM: false\r\n },\r\n {\r\n id: 8,\r\n title: 'SpeedRunner',\r\n description: 'World record holder for multiple game speedruns.',\r\n type: 'player',\r\n tags: [2, 5, 8],\r\n imageUrl: '/images/players/player4.jpg'\r\n },\r\n // Additional Players\r\n { 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' },\r\n { id: 10, title: 'TankTitan', description: 'Unbreakable frontline with superb aggro management.', type: 'player', tags: [1, 6, 10], imageUrl: '/images/players/player6.jpg' },\r\n { id: 11, title: 'PuzzleProdigy', description: 'Solves complex mechanics and leads strat calls.', type: 'player', tags: [3, 5, 9], imageUrl: '/images/players/player7.jpg' },\r\n { id: 12, title: 'ShadowRogue', description: 'Stealth expert with burst damage and utility.', type: 'player', tags: [2, 7, 11], imageUrl: '/images/players/player8.jpg' },\r\n { id: 13, title: 'HealingHaven', description: 'Clutch healer with excellent resource management.', type: 'player', tags: [5, 9, 12], imageUrl: '/images/players/player9.jpg' },\r\n { id: 14, title: 'MetaBreaker', description: 'Innovator who discovers unconventional winning tactics.', type: 'player', tags: [1, 3, 11], imageUrl: '/images/players/player10.jpg' },\r\n { id: 15, title: 'FrostMage', description: 'Controls the battlefield with slows and AoE.', type: 'player', tags: [4, 8, 10], imageUrl: '/images/players/player11.jpg' },\r\n { id: 16, title: 'BardicInspire', description: 'Support player boosting team morale and stats.', type: 'player', tags: [5, 6, 12], imageUrl: '/images/players/player12.jpg' },\r\n { id: 17, title: 'CritCommander', description: 'Leads teams with macro awareness and decisive calls.', type: 'player', tags: [1, 5, 11], imageUrl: '/images/players/player13.jpg' },\r\n { id: 18, title: 'SummonerSeer', description: 'Pet class specialist managing multiple units.', type: 'player', tags: [2, 4, 7], imageUrl: '/images/players/player14.jpg' },\r\n { id: 19, title: 'GeoMonk', description: 'Tanky support with environmental control.', type: 'player', tags: [6, 8, 10], imageUrl: '/images/players/player15.jpg' },\r\n { id: 20, title: 'LightningLancer', description: 'Fast-paced melee with high mobility plays.', type: 'player', tags: [1, 2, 8], imageUrl: '/images/players/player16.jpg' },\r\n\r\n // Additional Events\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n\r\n // Additional Tables\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { id: 40, title: 'Rogue’s 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 },\r\n { 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 },\r\n { id: 42, title: 'Seafarer’s 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 },\r\n { 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 },\r\n { 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 }\r\n];\r\n\r\nexport const MockedSearchFilters = {\r\n types: [\r\n { id: 'player', label: 'Players' },\r\n { id: 'event', label: 'Events' },\r\n { id: 'table', label: 'Tables' }\r\n ],\r\n sortOptions: [\r\n { id: 'relevance', label: 'Relevance' },\r\n { id: 'date', label: 'Date' },\r\n { id: 'name', label: 'Name' }\r\n ]\r\n};\r\n\r\n// Convenience filtered mock datasets\r\nexport const MockedSearchResultsEventsOnly: SearchResultItem[] = MockedSearchResults.filter(item => item.type === 'event');\r\nexport const MockedSearchResultsTablesOnly: SearchResultItem[] = MockedSearchResults.filter(item => item.type === 'table');\r\nexport const MockedSearchResultsPlayersOnly: SearchResultItem[] = MockedSearchResults.filter(item => item.type === 'player');\r\n"]}
|
|
1
|
+
{"version":3,"sources":["../../src/mocks/SearchResults.ts"],"names":[],"mappings":"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","file":"SearchResults.mjs","sourcesContent":["import { SearchResultItem } from '@/types/search';\r\n\r\nexport const MockedSearchResults: SearchResultItem[] = [\r\n {\r\n id: 1,\r\n title: 'DragonSlayer99',\r\n description: 'Professional gamer specializing in RPGs and strategy games.',\r\n type: 'player',\r\n tags: [1, 5, 7],\r\n imageUrl: '/images/players/player1.jpg'\r\n },\r\n {\r\n id: 2,\r\n title: 'MysticHealer',\r\n description: 'Support specialist with over 5 years of competitive gaming experience.',\r\n type: 'player',\r\n tags: [5, 9, 11],\r\n imageUrl: '/images/players/player2.jpg'\r\n },\r\n {\r\n id: 3,\r\n title: 'Epic Raid Tournament',\r\n description: 'Annual tournament featuring the best raid teams from around the world.',\r\n type: 'event',\r\n tags: [1, 5, 11],\r\n date: '2025-08-15',\r\n numTables: 12,\r\n numPlayers: 96,\r\n location: 'Los Angeles Convention Center',\r\n organizer: 'GameCon Events'\r\n },\r\n {\r\n id: 4,\r\n title: 'Critical Hit Table',\r\n description: 'Premium gaming table with integrated digital features for enhanced gameplay.',\r\n type: 'table',\r\n tags: [1, 4, 10],\r\n imageUrl: '/images/tables/table1.jpg',\r\n capacity: 6,\r\n numPlayers: 4,\r\n waitlistCount: 1,\r\n hasDM: true,\r\n shortDescription: 'Active weekly campaign',\r\n fullDescription: 'We are playing a high-fantasy campaign set in the world of Exandria. Looking for reliable players who enjoy a mix of RP and combat.',\r\n nextGameTime: '2025-04-20T18:00:00Z'\r\n },\r\n {\r\n id: 5,\r\n title: 'StrategyMaster42',\r\n description: 'Top-ranked player known for innovative tactics and leadership.',\r\n type: 'player',\r\n tags: [3, 5, 11],\r\n imageUrl: '/images/players/player3.jpg'\r\n },\r\n {\r\n id: 6,\r\n title: 'Summer Gaming Festival',\r\n description: 'Three-day event with tournaments, workshops, and networking opportunities.',\r\n type: 'event',\r\n tags: [2, 6, 9],\r\n date: '2025-07-30',\r\n numTables: 20,\r\n numPlayers: 150,\r\n location: 'Chicago Expo Center',\r\n organizer: 'Midwest Gaming Association'\r\n },\r\n {\r\n id: 7,\r\n title: 'Dragon\\'s Lair Table',\r\n description: 'Themed gaming table with immersive lighting and sound effects for RPG sessions.',\r\n type: 'table',\r\n tags: [1, 7, 12],\r\n imageUrl: '/images/tables/table2.jpg',\r\n capacity: 8,\r\n numPlayers: 3,\r\n waitlistCount: 3,\r\n hasDM: false\r\n },\r\n {\r\n id: 8,\r\n title: 'SpeedRunner',\r\n description: 'World record holder for multiple game speedruns.',\r\n type: 'player',\r\n tags: [2, 5, 8],\r\n imageUrl: '/images/players/player4.jpg'\r\n },\r\n // Additional Players\r\n { 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' },\r\n { id: 10, title: 'TankTitan', description: 'Unbreakable frontline with superb aggro management.', type: 'player', tags: [1, 6, 10], imageUrl: '/images/players/player6.jpg' },\r\n { id: 11, title: 'PuzzleProdigy', description: 'Solves complex mechanics and leads strat calls.', type: 'player', tags: [3, 5, 9], imageUrl: '/images/players/player7.jpg' },\r\n { id: 12, title: 'ShadowRogue', description: 'Stealth expert with burst damage and utility.', type: 'player', tags: [2, 7, 11], imageUrl: '/images/players/player8.jpg' },\r\n { id: 13, title: 'HealingHaven', description: 'Clutch healer with excellent resource management.', type: 'player', tags: [5, 9, 12], imageUrl: '/images/players/player9.jpg' },\r\n { id: 14, title: 'MetaBreaker', description: 'Innovator who discovers unconventional winning tactics.', type: 'player', tags: [1, 3, 11], imageUrl: '/images/players/player10.jpg' },\r\n { id: 15, title: 'FrostMage', description: 'Controls the battlefield with slows and AoE.', type: 'player', tags: [4, 8, 10], imageUrl: '/images/players/player11.jpg' },\r\n { id: 16, title: 'BardicInspire', description: 'Support player boosting team morale and stats.', type: 'player', tags: [5, 6, 12], imageUrl: '/images/players/player12.jpg' },\r\n { id: 17, title: 'CritCommander', description: 'Leads teams with macro awareness and decisive calls.', type: 'player', tags: [1, 5, 11], imageUrl: '/images/players/player13.jpg' },\r\n { id: 18, title: 'SummonerSeer', description: 'Pet class specialist managing multiple units.', type: 'player', tags: [2, 4, 7], imageUrl: '/images/players/player14.jpg' },\r\n { id: 19, title: 'GeoMonk', description: 'Tanky support with environmental control.', type: 'player', tags: [6, 8, 10], imageUrl: '/images/players/player15.jpg' },\r\n { id: 20, title: 'LightningLancer', description: 'Fast-paced melee with high mobility plays.', type: 'player', tags: [1, 2, 8], imageUrl: '/images/players/player16.jpg' },\r\n\r\n // Additional Events\r\n { 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, location: 'Denver Arena', organizer: 'Winter League' },\r\n { 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, location: 'San Jose Hall', organizer: 'DevCollective' },\r\n { 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, location: 'Online', organizer: 'RaidMasters' },\r\n { 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, location: 'Boston Center', organizer: 'StratLeague' },\r\n { 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, location: 'Online', organizer: 'SpeedRunners United' },\r\n { 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, location: 'Austin Expo', organizer: 'Creator Network' },\r\n { 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, location: 'Miami Stadium', organizer: 'ArenaPro' },\r\n { 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, location: 'Portland Hub', organizer: 'QuestGivers' },\r\n { 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, location: 'Seattle Tech Lab', organizer: 'VR Collective' },\r\n { 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, location: 'Las Vegas Arena', organizer: 'Tactics League' },\r\n { 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, location: 'Dallas Hall', organizer: 'GuildMasters' },\r\n { 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, location: 'Atlanta Expo', organizer: 'RetroGamer Society' },\r\n\r\n // Additional Tables\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { 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 },\r\n { id: 40, title: 'Rogue’s 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 },\r\n { 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 },\r\n { id: 42, title: 'Seafarer’s 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 },\r\n { 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 },\r\n { 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 }\r\n];\r\n\r\nexport const MockedSearchFilters = {\r\n types: [\r\n { id: 'player', label: 'Players' },\r\n { id: 'event', label: 'Events' },\r\n { id: 'table', label: 'Tables' }\r\n ],\r\n sortOptions: [\r\n { id: 'relevance', label: 'Relevance' },\r\n { id: 'date', label: 'Date' },\r\n { id: 'name', label: 'Name' }\r\n ]\r\n};\r\n\r\n// Convenience filtered mock datasets\r\nexport const MockedSearchResultsEventsOnly: SearchResultItem[] = MockedSearchResults.filter(item => item.type === 'event');\r\nexport const MockedSearchResultsTablesOnly: SearchResultItem[] = MockedSearchResults.filter(item => item.type === 'table');\r\nexport const MockedSearchResultsPlayersOnly: SearchResultItem[] = MockedSearchResults.filter(item => item.type === 'player');\r\n"]}
|
package/dist/mocks/index.cjs
CHANGED
|
@@ -316,7 +316,9 @@ var MockedSearchResults = [
|
|
|
316
316
|
tags: [1, 5, 11],
|
|
317
317
|
date: "2025-08-15",
|
|
318
318
|
numTables: 12,
|
|
319
|
-
numPlayers: 96
|
|
319
|
+
numPlayers: 96,
|
|
320
|
+
location: "Los Angeles Convention Center",
|
|
321
|
+
organizer: "GameCon Events"
|
|
320
322
|
},
|
|
321
323
|
{
|
|
322
324
|
id: 4,
|
|
@@ -328,7 +330,10 @@ var MockedSearchResults = [
|
|
|
328
330
|
capacity: 6,
|
|
329
331
|
numPlayers: 4,
|
|
330
332
|
waitlistCount: 1,
|
|
331
|
-
hasDM: true
|
|
333
|
+
hasDM: true,
|
|
334
|
+
shortDescription: "Active weekly campaign",
|
|
335
|
+
fullDescription: "We are playing a high-fantasy campaign set in the world of Exandria. Looking for reliable players who enjoy a mix of RP and combat.",
|
|
336
|
+
nextGameTime: "2025-04-20T18:00:00Z"
|
|
332
337
|
},
|
|
333
338
|
{
|
|
334
339
|
id: 5,
|
|
@@ -346,7 +351,9 @@ var MockedSearchResults = [
|
|
|
346
351
|
tags: [2, 6, 9],
|
|
347
352
|
date: "2025-07-30",
|
|
348
353
|
numTables: 20,
|
|
349
|
-
numPlayers: 150
|
|
354
|
+
numPlayers: 150,
|
|
355
|
+
location: "Chicago Expo Center",
|
|
356
|
+
organizer: "Midwest Gaming Association"
|
|
350
357
|
},
|
|
351
358
|
{
|
|
352
359
|
id: 7,
|
|
@@ -382,18 +389,18 @@ var MockedSearchResults = [
|
|
|
382
389
|
{ id: 19, title: "GeoMonk", description: "Tanky support with environmental control.", type: "player", tags: [6, 8, 10], imageUrl: "/images/players/player15.jpg" },
|
|
383
390
|
{ id: 20, title: "LightningLancer", description: "Fast-paced melee with high mobility plays.", type: "player", tags: [1, 2, 8], imageUrl: "/images/players/player16.jpg" },
|
|
384
391
|
// Additional Events
|
|
385
|
-
{ 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 },
|
|
386
|
-
{ 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 },
|
|
387
|
-
{ 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 },
|
|
388
|
-
{ 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 },
|
|
389
|
-
{ 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 },
|
|
390
|
-
{ 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 },
|
|
391
|
-
{ 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 },
|
|
392
|
-
{ 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 },
|
|
393
|
-
{ 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 },
|
|
394
|
-
{ 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 },
|
|
395
|
-
{ 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 },
|
|
396
|
-
{ 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 },
|
|
392
|
+
{ 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, location: "Denver Arena", organizer: "Winter League" },
|
|
393
|
+
{ 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, location: "San Jose Hall", organizer: "DevCollective" },
|
|
394
|
+
{ 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, location: "Online", organizer: "RaidMasters" },
|
|
395
|
+
{ 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, location: "Boston Center", organizer: "StratLeague" },
|
|
396
|
+
{ 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, location: "Online", organizer: "SpeedRunners United" },
|
|
397
|
+
{ 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, location: "Austin Expo", organizer: "Creator Network" },
|
|
398
|
+
{ 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, location: "Miami Stadium", organizer: "ArenaPro" },
|
|
399
|
+
{ 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, location: "Portland Hub", organizer: "QuestGivers" },
|
|
400
|
+
{ 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, location: "Seattle Tech Lab", organizer: "VR Collective" },
|
|
401
|
+
{ 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, location: "Las Vegas Arena", organizer: "Tactics League" },
|
|
402
|
+
{ 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, location: "Dallas Hall", organizer: "GuildMasters" },
|
|
403
|
+
{ 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, location: "Atlanta Expo", organizer: "RetroGamer Society" },
|
|
397
404
|
// Additional Tables
|
|
398
405
|
{ 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 },
|
|
399
406
|
{ 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 },
|