Added more icons

This commit is contained in:
2026-06-07 14:40:13 +02:00
parent c8ba511ebb
commit 88ed5d324a
15 changed files with 3020 additions and 17 deletions
+7 -2
View File
@@ -431,11 +431,16 @@ img {
flex: none;
}
.rb-console-icon-img {
height: 20px;
height: 22px;
width: auto;
max-width: 96px;
max-width: 110px;
object-fit: contain;
flex: none;
/* Light plate so dark/colored brand logos stay legible on dark themes. */
background: #fff;
padding: 3px 5px;
border-radius: 4px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.rb-fav-name,
.rb-console-name {
+15 -15
View File
@@ -29,8 +29,8 @@ export const CONSOLES: ConsoleDef[] = [
{ id: "nes", name: "NES", maker: "Nintendo", year: 1983, icon: "/consoles/nes.svg" },
{ id: "fds", name: "Famicom Disk System", maker: "Nintendo", year: 1986 },
{ id: "snes", name: "Super Nintendo (SNES)", maker: "Nintendo", year: 1990, icon: "/consoles/snes.svg" },
{ id: "n64", name: "Nintendo 64", maker: "Nintendo", year: 1996 },
{ id: "gamecube", name: "GameCube", maker: "Nintendo", year: 2001 },
{ id: "n64", name: "Nintendo 64", maker: "Nintendo", year: 1996, icon: "/consoles/n64.svg" },
{ id: "gamecube", name: "GameCube", maker: "Nintendo", year: 2001, icon: "/consoles/gamecube.svg" },
{ id: "wii", name: "Wii", maker: "Nintendo", year: 2006, icon: "/consoles/wii.svg" },
{ id: "wiiu", name: "Wii U", maker: "Nintendo", year: 2012, icon: "/consoles/wiiu.svg" },
{ id: "switch", name: "Nintendo Switch", maker: "Nintendo", year: 2017, icon: "/consoles/switch.svg" },
@@ -39,7 +39,7 @@ export const CONSOLES: ConsoleDef[] = [
{ id: "gba", name: "Game Boy Advance", maker: "Nintendo", year: 2001, icon: "/consoles/gba.svg" },
{ id: "nds", name: "Nintendo DS", maker: "Nintendo", year: 2004, icon: "/consoles/nds.svg" },
{ id: "3ds", name: "Nintendo 3DS", maker: "Nintendo", year: 2011, icon: "/consoles/3ds.svg" },
{ id: "virtualboy", name: "Virtual Boy", maker: "Nintendo", year: 1995 },
{ id: "virtualboy", name: "Virtual Boy", maker: "Nintendo", year: 1995, icon: "/consoles/virtualboy.svg" },
// --- Sega (models without their own logo fall back to the Sega mark) ---
{ id: "sg1000", name: "SG-1000", maker: "Sega", year: 1983, icon: "/consoles/sega.svg" },
@@ -73,24 +73,24 @@ export const CONSOLES: ConsoleDef[] = [
{ id: "jaguar", name: "Atari Jaguar", maker: "Atari", year: 1993, icon: "/consoles/atari2600.svg" },
// --- Other consoles / handhelds ---
{ id: "neogeo", name: "Neo Geo (AES)", maker: "SNK", year: 1990 },
{ id: "ngpc", name: "Neo Geo Pocket Color", maker: "SNK", year: 1999 },
{ id: "turbografx16", name: "TurboGrafx-16 / PC Engine", maker: "NEC", year: 1987 },
{ id: "3do", name: "3DO", maker: "Panasonic", year: 1993 },
{ id: "colecovision", name: "ColecoVision", maker: "Coleco", year: 1982 },
{ id: "intellivision", name: "Intellivision", maker: "Mattel", year: 1979 },
{ id: "wonderswan", name: "WonderSwan", maker: "Bandai", year: 1999 },
{ id: "neogeo", name: "Neo Geo (AES)", maker: "SNK", year: 1990, icon: "/consoles/neogeo.svg" },
{ id: "ngpc", name: "Neo Geo Pocket Color", maker: "SNK", year: 1999, icon: "/consoles/ngpc.png" },
{ id: "turbografx16", name: "TurboGrafx-16 / PC Engine", maker: "NEC", year: 1987, icon: "/consoles/turbografx16.svg" },
{ id: "3do", name: "3DO", maker: "Panasonic", year: 1993, icon: "/consoles/3do.svg" },
{ id: "colecovision", name: "ColecoVision", maker: "Coleco", year: 1982, icon: "/consoles/colecovision.svg" },
{ id: "intellivision", name: "Intellivision", maker: "Mattel", year: 1979, icon: "/consoles/intellivision.svg" },
{ id: "wonderswan", name: "WonderSwan", maker: "Bandai", year: 1999, icon: "/consoles/wonderswan.svg" },
{ id: "steamdeck", name: "Steam Deck", maker: "Valve", year: 2022, icon: "/consoles/steamdeck.svg" },
{ id: "ouya", name: "Ouya", maker: "Ouya", year: 2013 },
{ id: "ouya", name: "Ouya", maker: "Ouya", year: 2013, icon: "/consoles/ouya.svg" },
// --- Computers ---
{ id: "pc", name: "PC", maker: "Microsoft Windows" },
{ id: "pc", name: "PC", maker: "Microsoft Windows", icon: "/consoles/pc.svg" },
{ id: "mac", name: "Mac", maker: "Apple", icon: "/consoles/mac.svg" },
{ id: "linux", name: "Linux", maker: "GNU/Linux" },
{ id: "linux", name: "Linux", maker: "GNU/Linux", icon: "/consoles/linux.svg" },
{ id: "c64", name: "Commodore 64", maker: "Commodore", year: 1982, icon: "/consoles/commodore.svg" },
{ id: "amiga", name: "Amiga", maker: "Commodore", year: 1985, icon: "/consoles/commodore.svg" },
{ id: "msx", name: "MSX", maker: "Microsoft / ASCII", year: 1983 },
{ id: "zxspectrum", name: "ZX Spectrum", maker: "Sinclair", year: 1982 },
{ id: "msx", name: "MSX", maker: "Microsoft / ASCII", year: 1983, icon: "/consoles/msx.svg" },
{ id: "zxspectrum", name: "ZX Spectrum", maker: "Sinclair", year: 1982, icon: "/consoles/zxspectrum.svg" },
{ id: "dos", name: "MS-DOS", maker: "Microsoft", year: 1981 },
{ id: "arcade", name: "Arcade", maker: "Various" },
];