UPDATE: Add more category thumbnails & rename some categories
BIN
frontend/public/images/category_thumbnails/abstract.webp
Normal file
|
After Width: | Height: | Size: 508 KiB |
BIN
frontend/public/images/category_thumbnails/among_us.webp
Normal file
|
After Width: | Height: | Size: 333 KiB |
|
Before Width: | Height: | Size: 508 KiB After Width: | Height: | Size: 748 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
BIN
frontend/public/images/category_thumbnails/cyberpunk_2077.webp
Normal file
|
After Width: | Height: | Size: 559 KiB |
BIN
frontend/public/images/category_thumbnails/dead_by_daylight.webp
Normal file
|
After Width: | Height: | Size: 111 KiB |
BIN
frontend/public/images/category_thumbnails/default.webp
Normal file
|
After Width: | Height: | Size: 458 KiB |
BIN
frontend/public/images/category_thumbnails/ea_sports_fc_25.webp
Normal file
|
After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 54 KiB |
BIN
frontend/public/images/category_thumbnails/genshin_impact.webp
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
frontend/public/images/category_thumbnails/hogwarts_legacy.webp
Normal file
|
After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 61 KiB |
BIN
frontend/public/images/category_thumbnails/overwatch_2.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 318 KiB |
BIN
frontend/public/images/category_thumbnails/rocket_league.webp
Normal file
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 168 KiB |
BIN
frontend/public/images/category_thumbnails/the_sims_4.webp
Normal file
|
After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 133 KiB |
|
After Width: | Height: | Size: 518 KiB |
@@ -60,16 +60,16 @@ INSERT INTO categories (category_name) VALUES
|
||||
('Dota 2'),
|
||||
('Apex Legends'),
|
||||
('Grand Theft Auto V'),
|
||||
('The Legend of Zelda Breath of the Wild'),
|
||||
('The Legend of Zelda: Tears of the Kingdom'),
|
||||
('Elden Ring'),
|
||||
('Red Dead Redemption 2'),
|
||||
('Cyberpunk 2077'),
|
||||
('Super Smash Bros Ultimate'),
|
||||
('Super Smash Bros. Ultimate'),
|
||||
('Overwatch 2'),
|
||||
('Genshin Impact'),
|
||||
('World of Warcraft'),
|
||||
('Rocket League'),
|
||||
('FIFA 24'),
|
||||
('EA Sports FC 25'),
|
||||
('The Sims 4'),
|
||||
('Among Us'),
|
||||
('Dead by Daylight'),
|
||||
|
||||
@@ -10,7 +10,7 @@ CREATE TABLE users
|
||||
is_partnered BOOLEAN NOT NULL DEFAULT 0,
|
||||
is_live BOOLEAN NOT NULL DEFAULT 0,
|
||||
bio VARCHAR(1024) DEFAULT 'This user does not have a Bio.',
|
||||
is_admin BOOLEAN NOT NULL DEFAULT 0,
|
||||
is_admin BOOLEAN NOT NULL DEFAULT 0
|
||||
);
|
||||
|
||||
SELECT * FROM users;
|
||||
|
||||