Merge branch 'main' of https://github.com/hydralauncher/hydra into feat/custom-achievement-sound

This commit is contained in:
Chubby Granny Chaser
2025-11-10 22:57:59 +00:00
21 changed files with 628 additions and 868 deletions

View File

@@ -93,6 +93,7 @@
}, },
"header": { "header": {
"search": "Search games", "search": "Search games",
"search_library": "Search library",
"home": "Home", "home": "Home",
"catalogue": "Catalogue", "catalogue": "Catalogue",
"library": "Library", "library": "Library",
@@ -727,9 +728,8 @@
"amount_minutes_short": "{{amount}}m", "amount_minutes_short": "{{amount}}m",
"manual_playtime_tooltip": "This playtime has been manually updated", "manual_playtime_tooltip": "This playtime has been manually updated",
"all_games": "All Games", "all_games": "All Games",
"favourited_games": "Favourited", "recently_played": "Recently Played",
"new_games": "New Games", "favorites": "Favorites"
"top_10": "Top 10"
}, },
"achievement": { "achievement": {
"achievement_unlocked": "Achievement unlocked", "achievement_unlocked": "Achievement unlocked",

View File

@@ -13,6 +13,7 @@
}, },
"sidebar": { "sidebar": {
"catalogue": "Catálogo", "catalogue": "Catálogo",
"library": "Librería",
"downloads": "Descargas", "downloads": "Descargas",
"settings": "Ajustes", "settings": "Ajustes",
"my_library": "Mi Librería", "my_library": "Mi Librería",
@@ -722,5 +723,26 @@
"hydra_cloud_feature_found": "¡Acabas de descubrir una característica de Hydra Cloud!", "hydra_cloud_feature_found": "¡Acabas de descubrir una característica de Hydra Cloud!",
"learn_more": "Descubrir más", "learn_more": "Descubrir más",
"debrid_description": "Descargas hasta x4 veces más rápidas con Nimbus" "debrid_description": "Descargas hasta x4 veces más rápidas con Nimbus"
},
"library": {
"library": "Librería",
"play": "Jugar",
"download": "Descargar",
"downloading": "Descargando",
"game": "juego",
"games": "juegos",
"grid_view": "Vista de cuadrícula",
"compact_view": "Vista compacta",
"large_view": "Vista grande",
"no_games_title": "Tu librería está vacía",
"no_games_description": "Agregá juegos del catálogo o descargalos para comenzar",
"amount_hours": "{{amount}} horas",
"amount_minutes": "{{amount}} minutos",
"amount_hours_short": "{{amount}}h",
"amount_minutes_short": "{{amount}}m",
"manual_playtime_tooltip": "Este tiempo de juego ha sido modificado manualmente",
"all_games": "Todos los Juegos",
"recently_played": "Jugados Recientemente",
"favorites": "Favoritos"
} }
} }

View File

@@ -13,6 +13,7 @@
}, },
"sidebar": { "sidebar": {
"catalogue": "Catálogo", "catalogue": "Catálogo",
"library": "Biblioteca",
"downloads": "Downloads", "downloads": "Downloads",
"settings": "Ajustes", "settings": "Ajustes",
"my_library": "Biblioteca", "my_library": "Biblioteca",
@@ -737,5 +738,26 @@
"hydra_cloud_feature_found": "Você descobriu uma funcionalidade Hydra Cloud!", "hydra_cloud_feature_found": "Você descobriu uma funcionalidade Hydra Cloud!",
"learn_more": "Saiba mais", "learn_more": "Saiba mais",
"debrid_description": "Baixe até 4x mais rápido com Nimbus" "debrid_description": "Baixe até 4x mais rápido com Nimbus"
},
"library": {
"library": "Biblioteca",
"play": "Jogar",
"download": "Baixar",
"downloading": "Baixando",
"game": "jogo",
"games": "jogos",
"grid_view": "Visualização em grade",
"compact_view": "Visualização compacta",
"large_view": "Visualização grande",
"no_games_title": "Sua biblioteca está vazia",
"no_games_description": "Adicione jogos do catálogo ou baixe-os para começar",
"amount_hours": "{{amount}} horas",
"amount_minutes": "{{amount}} minutos",
"amount_hours_short": "{{amount}}h",
"amount_minutes_short": "{{amount}}m",
"manual_playtime_tooltip": "Este tempo de jogo foi atualizado manualmente",
"all_games": "Todos os Jogos",
"recently_played": "Jogados Recentemente",
"favorites": "Favoritos"
} }
} }

View File

@@ -13,6 +13,7 @@
}, },
"sidebar": { "sidebar": {
"catalogue": "Каталог", "catalogue": "Каталог",
"library": "Библиотека",
"downloads": "Загрузки", "downloads": "Загрузки",
"settings": "Настройки", "settings": "Настройки",
"my_library": "Библиотека", "my_library": "Библиотека",
@@ -733,5 +734,26 @@
"hydra_cloud_feature_found": "Вы только что открыли для себя функцию Hydra Cloud!", "hydra_cloud_feature_found": "Вы только что открыли для себя функцию Hydra Cloud!",
"learn_more": "Подробнее", "learn_more": "Подробнее",
"debrid_description": "Скачивайте в 4 раза быстрее с Nimbus" "debrid_description": "Скачивайте в 4 раза быстрее с Nimbus"
},
"library": {
"library": "Библиотека",
"play": "Играть",
"download": "Скачать",
"downloading": "Скачивание",
"game": "игра",
"games": "игры",
"grid_view": "Вид сетки",
"compact_view": "Компактный вид",
"large_view": "Большой вид",
"no_games_title": "Ваша библиотека пуста",
"no_games_description": "Добавьте игры из каталога или скачайте их, чтобы начать",
"amount_hours": "{{amount}} часов",
"amount_minutes": "{{amount}} минут",
"amount_hours_short": "{{amount}}ч",
"amount_minutes_short": "{{amount}}м",
"manual_playtime_tooltip": "Время игры было обновлено вручную",
"all_games": "Все игры",
"recently_played": "Недавно сыгранные",
"favorites": "Избранное"
} }
} }

View File

@@ -5,7 +5,7 @@
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 4px; width: 9px;
background-color: globals.$dark-background-color; background-color: globals.$dark-background-color;
} }
@@ -90,6 +90,7 @@ img {
progress[value] { progress[value] {
-webkit-appearance: none; -webkit-appearance: none;
appearance: none;
} }
.container { .container {

View File

@@ -24,7 +24,7 @@
background-color: globals.$background-color; background-color: globals.$background-color;
display: inline-flex; display: inline-flex;
transition: all ease 0.2s; transition: all ease 0.2s;
width: 300px; width: 200px;
align-items: center; align-items: center;
border-radius: 8px; border-radius: 8px;
border: solid 1px globals.$border-color; border: solid 1px globals.$border-color;
@@ -35,7 +35,7 @@
} }
&--focused { &--focused {
width: 350px; width: 250px;
border-color: #dadbe1; border-color: #dadbe1;
} }
} }

View File

@@ -7,7 +7,7 @@ import { useAppDispatch, useAppSelector } from "@renderer/hooks";
import "./header.scss"; import "./header.scss";
import { AutoUpdateSubHeader } from "./auto-update-sub-header"; import { AutoUpdateSubHeader } from "./auto-update-sub-header";
import { setFilters } from "@renderer/features"; import { setFilters, setLibrarySearchQuery } from "@renderer/features";
import cn from "classnames"; import cn from "classnames";
const pathTitle: Record<string, string> = { const pathTitle: Record<string, string> = {
@@ -28,10 +28,20 @@ export function Header() {
(state) => state.window (state) => state.window
); );
const searchValue = useAppSelector( const catalogueSearchValue = useAppSelector(
(state) => state.catalogueSearch.filters.title (state) => state.catalogueSearch.filters.title
); );
const librarySearchValue = useAppSelector(
(state) => state.library.searchQuery
);
const isOnLibraryPage = location.pathname.startsWith("/library");
const searchValue = isOnLibraryPage
? librarySearchValue
: catalogueSearchValue;
const dispatch = useAppDispatch(); const dispatch = useAppDispatch();
const [isFocused, setIsFocused] = useState(false); const [isFocused, setIsFocused] = useState(false);
@@ -63,18 +73,29 @@ export function Header() {
}; };
const handleSearch = (value: string) => { const handleSearch = (value: string) => {
dispatch(setFilters({ title: value.slice(0, 255) })); if (isOnLibraryPage) {
dispatch(setLibrarySearchQuery(value.slice(0, 255)));
} else {
dispatch(setFilters({ title: value.slice(0, 255) }));
if (!location.pathname.startsWith("/catalogue")) {
navigate("/catalogue");
}
}
};
if (!location.pathname.startsWith("/catalogue")) { const handleClearSearch = () => {
navigate("/catalogue"); if (isOnLibraryPage) {
dispatch(setLibrarySearchQuery(""));
} else {
dispatch(setFilters({ title: "" }));
} }
}; };
useEffect(() => { useEffect(() => {
if (!location.pathname.startsWith("/catalogue") && searchValue) { if (!location.pathname.startsWith("/catalogue") && catalogueSearchValue) {
dispatch(setFilters({ title: "" })); dispatch(setFilters({ title: "" }));
} }
}, [location.pathname, searchValue, dispatch]); }, [location.pathname, catalogueSearchValue, dispatch]);
return ( return (
<> <>
@@ -123,7 +144,7 @@ export function Header() {
ref={inputRef} ref={inputRef}
type="text" type="text"
name="search" name="search"
placeholder={t("search")} placeholder={isOnLibraryPage ? t("search_library") : t("search")}
value={searchValue} value={searchValue}
className="header__search-input" className="header__search-input"
onChange={(event) => handleSearch(event.target.value)} onChange={(event) => handleSearch(event.target.value)}
@@ -134,7 +155,7 @@ export function Header() {
{searchValue && ( {searchValue && (
<button <button
type="button" type="button"
onClick={() => dispatch(setFilters({ title: "" }))} onClick={handleClearSearch}
className="header__action-button" className="header__action-button"
> >
<XIcon /> <XIcon />

View File

@@ -5,10 +5,12 @@ import type { LibraryGame } from "@types";
export interface LibraryState { export interface LibraryState {
value: LibraryGame[]; value: LibraryGame[];
searchQuery: string;
} }
const initialState: LibraryState = { const initialState: LibraryState = {
value: [], value: [],
searchQuery: "",
}; };
export const librarySlice = createSlice({ export const librarySlice = createSlice({
@@ -18,7 +20,10 @@ export const librarySlice = createSlice({
setLibrary: (state, action: PayloadAction<LibraryState["value"]>) => { setLibrary: (state, action: PayloadAction<LibraryState["value"]>) => {
state.value = action.payload; state.value = action.payload;
}, },
setLibrarySearchQuery: (state, action: PayloadAction<string>) => {
state.searchQuery = action.payload;
},
}, },
}); });
export const { setLibrary } = librarySlice.actions; export const { setLibrary, setLibrarySearchQuery } = librarySlice.actions;

View File

@@ -6,3 +6,4 @@ export * from "./redux";
export * from "./use-user-details"; export * from "./use-user-details";
export * from "./use-format"; export * from "./use-format";
export * from "./use-feature"; export * from "./use-feature";
export * from "./use-game-card";

View File

@@ -0,0 +1,66 @@
import { useCallback } from "react";
import { useNavigate } from "react-router-dom";
import { useFormat } from "./use-format";
import { useTranslation } from "react-i18next";
import { buildGameDetailsPath } from "@renderer/helpers";
import { MAX_MINUTES_TO_SHOW_IN_PLAYTIME } from "@renderer/constants";
import { LibraryGame } from "@types";
export function useGameCard(
game: LibraryGame,
onContextMenu: (game: LibraryGame, position: { x: number; y: number }) => void
) {
const { t } = useTranslation("library");
const { numberFormatter } = useFormat();
const navigate = useNavigate();
const formatPlayTime = useCallback(
(playTimeInMilliseconds = 0, isShort = false) => {
const minutes = playTimeInMilliseconds / 60000;
if (minutes < MAX_MINUTES_TO_SHOW_IN_PLAYTIME) {
return t(isShort ? "amount_minutes_short" : "amount_minutes", {
amount: minutes.toFixed(0),
});
}
const hours = minutes / 60;
const hoursKey = isShort ? "amount_hours_short" : "amount_hours";
const hoursAmount = isShort
? Math.floor(hours)
: numberFormatter.format(hours);
return t(hoursKey, { amount: hoursAmount });
},
[numberFormatter, t]
);
const handleCardClick = useCallback(() => {
navigate(buildGameDetailsPath(game));
}, [navigate, game]);
const handleContextMenuClick = useCallback(
(e: React.MouseEvent) => {
e.preventDefault();
e.stopPropagation();
onContextMenu(game, { x: e.clientX, y: e.clientY });
},
[game, onContextMenu]
);
const handleMenuButtonClick = useCallback(
(e: React.MouseEvent) => {
e.stopPropagation();
const rect = e.currentTarget.getBoundingClientRect();
onContextMenu(game, { x: rect.right, y: rect.bottom });
},
[game, onContextMenu]
);
return {
formatPlayTime,
handleCardClick,
handleContextMenuClick,
handleMenuButtonClick,
};
}

View File

@@ -1,63 +1,55 @@
@use "../../scss/globals.scss"; @use "../../scss/globals.scss";
.library-filter-options { .library-filter-options {
&__container { &__tabs {
display: flex; display: flex;
align-items: center;
gap: calc(globals.$spacing-unit); gap: calc(globals.$spacing-unit);
flex-wrap: wrap; position: relative;
} }
&__option { &__tab-wrapper {
display: flex; position: relative;
align-items: center; }
gap: calc(globals.$spacing-unit);
padding: 8px 16px; &__tab {
border-radius: 6px; background: none;
background: rgba(255, 255, 255, 0.05); border: none;
color: rgba(255, 255, 255, 0.9); color: rgba(255, 255, 255, 0.6);
padding: calc(globals.$spacing-unit) calc(globals.$spacing-unit * 2);
cursor: pointer; cursor: pointer;
font-size: 13px; font-size: 14px;
font-weight: 500; font-weight: 500;
transition: all ease 0.2s; transition: color ease 0.2s;
white-space: nowrap; /* prevent label and count from wrapping */ display: flex;
border: 1px solid rgba(0, 0, 0, 0.06); align-items: center;
gap: calc(globals.$spacing-unit * 0.5);
&:hover { &--active {
color: rgba(255, 255, 255, 0.9); color: white;
background: rgba(255, 255, 255, 0.08);
}
&.active {
color: #000;
background: #fff;
svg,
svg * {
fill: currentColor;
color: currentColor;
}
.library-filter-options__count {
background: #ebebeb;
color: rgba(0, 0, 0, 0.9);
}
} }
} }
&__label { &__tab-badge {
font-weight: 500; display: inline-flex;
white-space: nowrap; align-items: center;
} justify-content: center;
min-width: 18px;
&__count { height: 18px;
background: rgba(255, 255, 255, 0.16); padding: 0 6px;
color: rgba(255, 255, 255, 0.95); background-color: rgba(255, 255, 255, 0.15);
padding: 2px 8px; border-radius: 9px;
border-radius: 4px; font-size: 11px;
font-size: 12px;
font-weight: 600; font-weight: 600;
min-width: 24px; color: rgba(255, 255, 255, 0.9);
text-align: center; line-height: 1;
transition: all ease 0.2s; }
&__tab-underline {
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 2px;
background: white;
} }
} }

View File

@@ -1,61 +1,103 @@
import { motion } from "framer-motion";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";
import "./filter-options.scss"; import "./filter-options.scss";
export type FilterOption = "all" | "favourited" | "new" | "top10"; export type FilterOption = "all" | "recently_played" | "favorites";
interface FilterOptionsProps { interface FilterOptionsProps {
filterBy: FilterOption; filterBy: FilterOption;
onFilterChange: (filterBy: FilterOption) => void; onFilterChange: (filterBy: FilterOption) => void;
allGamesCount: number; allGamesCount: number;
favouritedCount: number; recentlyPlayedCount: number;
newGamesCount: number; favoritesCount: number;
top10Count: number;
} }
export function FilterOptions({ export function FilterOptions({
filterBy, filterBy,
onFilterChange, onFilterChange,
allGamesCount, allGamesCount,
favouritedCount, recentlyPlayedCount,
newGamesCount, favoritesCount,
top10Count,
}: Readonly<FilterOptionsProps>) { }: Readonly<FilterOptionsProps>) {
const { t } = useTranslation("library"); const { t } = useTranslation("library");
return ( return (
<div className="library-filter-options__container"> <div className="library-filter-options__tabs">
<button <div className="library-filter-options__tab-wrapper">
className={`library-filter-options__option ${filterBy === "all" ? "active" : ""}`} <button
onClick={() => onFilterChange("all")} type="button"
> className={`library-filter-options__tab ${filterBy === "all" ? "library-filter-options__tab--active" : ""}`}
<span className="library-filter-options__label">{t("all_games")}</span> onClick={() => onFilterChange("all")}
<span className="library-filter-options__count">{allGamesCount}</span> >
</button> {t("all_games")}
<button {allGamesCount > 0 && (
className={`library-filter-options__option ${filterBy === "favourited" ? "active" : ""}`} <span className="library-filter-options__tab-badge">
onClick={() => onFilterChange("favourited")} {allGamesCount}
> </span>
<span className="library-filter-options__label"> )}
{t("Favourite Games")} </button>
</span> {filterBy === "all" && (
<span className="library-filter-options__count">{favouritedCount}</span> <motion.div
</button> className="library-filter-options__tab-underline"
<button layoutId="library-tab-underline"
className={`library-filter-options__option ${filterBy === "new" ? "active" : ""}`} transition={{
onClick={() => onFilterChange("new")} type: "spring",
> stiffness: 300,
<span className="library-filter-options__label">{t("new_games")}</span> damping: 30,
<span className="library-filter-options__count">{newGamesCount}</span> }}
</button> />
<button )}
className={`library-filter-options__option ${filterBy === "top10" ? "active" : ""}`} </div>
onClick={() => onFilterChange("top10")} <div className="library-filter-options__tab-wrapper">
> <button
<span className="library-filter-options__label"> type="button"
{t("Most Played")} className={`library-filter-options__tab ${filterBy === "recently_played" ? "library-filter-options__tab--active" : ""}`}
</span> onClick={() => onFilterChange("recently_played")}
<span className="library-filter-options__count">{top10Count}</span> >
</button> {t("recently_played")}
{recentlyPlayedCount > 0 && (
<span className="library-filter-options__tab-badge">
{recentlyPlayedCount}
</span>
)}
</button>
{filterBy === "recently_played" && (
<motion.div
className="library-filter-options__tab-underline"
layoutId="library-tab-underline"
transition={{
type: "spring",
stiffness: 300,
damping: 30,
}}
/>
)}
</div>
<div className="library-filter-options__tab-wrapper">
<button
type="button"
className={`library-filter-options__tab ${filterBy === "favorites" ? "library-filter-options__tab--active" : ""}`}
onClick={() => onFilterChange("favorites")}
>
{t("favorites")}
{favoritesCount > 0 && (
<span className="library-filter-options__tab-badge">
{favoritesCount}
</span>
)}
</button>
{filterBy === "favorites" && (
<motion.div
className="library-filter-options__tab-underline"
layoutId="library-tab-underline"
transition={{
type: "spring",
stiffness: 300,
damping: 30,
}}
/>
)}
</div>
</div> </div>
); );
} }

View File

@@ -11,7 +11,6 @@
cursor: pointer; cursor: pointer;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0;
text-align: left; text-align: left;
&:before { &:before {
@@ -25,7 +24,7 @@
35deg, 35deg,
rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 0%,
rgba(0, 0, 0, 0.07) 51.5%, rgba(0, 0, 0, 0.07) 51.5%,
rgba(255, 255, 255, 0.15) 74%, rgba(255, 255, 255, 0.15) 64%,
rgba(255, 255, 255, 0.1) 100% rgba(255, 255, 255, 0.1) 100%
); );
transition: all ease 0.3s; transition: all ease 0.3s;
@@ -63,12 +62,7 @@
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background: linear-gradient( background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 20%, transparent 100%);
0deg,
rgba(0, 0, 0, 0.1) 0%,
rgba(0, 0, 0, 0.2) 50%,
rgba(0, 0, 0, 0.3) 100%
);
z-index: 1; z-index: 1;
} }
@@ -80,7 +74,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
padding: calc(globals.$spacing-unit * 2); padding: calc(globals.$spacing-unit * 1.5);
} }
&__top-section { &__top-section {
@@ -90,36 +84,6 @@
gap: calc(globals.$spacing-unit); gap: calc(globals.$spacing-unit);
} }
&__menu-button {
align-self: flex-start;
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border: solid 1px rgba(255, 255, 255, 0.15);
border-radius: 4px;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all ease 0.2s;
color: rgba(255, 255, 255, 0.95);
padding: 0;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
opacity: 0;
transform: scale(0.9);
&:hover {
background: rgba(0, 0, 0, 0.6);
border-color: rgba(255, 255, 255, 0.25);
transform: scale(1.05);
}
&:active {
transform: scale(0.95);
}
}
&__logo-container { &__logo-container {
flex: 1; flex: 1;
@@ -168,9 +132,9 @@
display: flex; display: flex;
align-items: center; align-items: center;
gap: 6px; gap: 6px;
padding: 8px 12px; padding: 6px 12px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
font-size: 14px; font-size: 12px;
} }
&__playtime-text { &__playtime-text {
@@ -185,7 +149,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 6px; gap: 6px;
padding: 6px 12px;
flex: 1 1 auto; flex: 1 1 auto;
min-width: 0; min-width: 0;
} }
@@ -193,7 +156,6 @@
&__achievement-header { &__achievement-header {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 8px;
justify-content: space-between; justify-content: space-between;
} }
&__achievements-gap { &__achievements-gap {
@@ -241,55 +203,9 @@
} }
&__achievement-percentage { &__achievement-percentage {
font-size: 12px; font-size: 14px;
color: rgba(255, 255, 255, 0.85); color: rgba(255, 255, 255, 0.85);
white-space: nowrap; white-space: nowrap;
} }
&__action-button {
display: flex;
align-items: center;
gap: 8px;
padding: 10px 20px;
border-radius: 6px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
cursor: pointer;
font-size: 14px;
font-weight: 600;
transition: all ease 0.2s;
flex: 0 0 auto;
&:hover {
background: rgba(255, 255, 255, 0.15);
border-color: rgba(255, 255, 255, 0.3);
transform: scale(1.05);
}
&:active {
transform: scale(0.98);
}
}
&:hover &__menu-button {
opacity: 1;
transform: scale(1);
}
&__action-icon--downloading {
animation: pulse 1.5s ease-in-out infinite;
}
}
@keyframes pulse {
0%,
100% {
opacity: 1;
}
50% {
opacity: 0.5;
}
} }

View File

@@ -1,25 +1,19 @@
import { LibraryGame } from "@types"; import { LibraryGame } from "@types";
import { useDownload, useFormat } from "@renderer/hooks"; import { useGameCard } from "@renderer/hooks";
import { useNavigate } from "react-router-dom";
import { buildGameDetailsPath } from "@renderer/helpers";
import { import {
PlayIcon,
DownloadIcon,
ClockIcon, ClockIcon,
AlertFillIcon, AlertFillIcon,
ThreeBarsIcon,
TrophyIcon, TrophyIcon,
XIcon,
} from "@primer/octicons-react"; } from "@primer/octicons-react";
import { useTranslation } from "react-i18next"; import { memo, useMemo } from "react";
import { useCallback, useState } from "react";
import { useGameActions } from "@renderer/components/game-context-menu/use-game-actions";
import { MAX_MINUTES_TO_SHOW_IN_PLAYTIME } from "@renderer/constants";
import { GameContextMenu } from "@renderer/components";
import "./library-game-card-large.scss"; import "./library-game-card-large.scss";
interface LibraryGameCardLargeProps { interface LibraryGameCardLargeProps {
game: LibraryGame; game: LibraryGame;
onContextMenu: (
game: LibraryGame,
position: { x: number; y: number }
) => void;
} }
const getImageWithCustomPriority = ( const getImageWithCustomPriority = (
@@ -30,250 +24,116 @@ const getImageWithCustomPriority = (
return customUrl || originalUrl || fallbackUrl || ""; return customUrl || originalUrl || fallbackUrl || "";
}; };
export function LibraryGameCardLarge({ export const LibraryGameCardLarge = memo(function LibraryGameCardLarge({
game, game,
onContextMenu,
}: Readonly<LibraryGameCardLargeProps>) { }: Readonly<LibraryGameCardLargeProps>) {
const { t } = useTranslation("library");
const { numberFormatter } = useFormat();
const navigate = useNavigate();
const { lastPacket } = useDownload();
const [contextMenu, setContextMenu] = useState<{
visible: boolean;
position: { x: number; y: number };
}>({ visible: false, position: { x: 0, y: 0 } });
const isGameDownloading =
game?.download?.status === "active" && lastPacket?.gameId === game?.id;
const formatPlayTime = useCallback(
(playTimeInMilliseconds = 0, isShort = false) => {
const minutes = playTimeInMilliseconds / 60000;
if (minutes < MAX_MINUTES_TO_SHOW_IN_PLAYTIME) {
return t(isShort ? "amount_minutes_short" : "amount_minutes", {
amount: minutes.toFixed(0),
});
}
const hours = minutes / 60;
const hoursKey = isShort ? "amount_hours_short" : "amount_hours";
const hoursAmount = isShort
? Math.floor(hours)
: numberFormatter.format(hours);
return t(hoursKey, { amount: hoursAmount });
},
[numberFormatter, t]
);
const handleCardClick = () => {
navigate(buildGameDetailsPath(game));
};
const { const {
handlePlayGame, formatPlayTime,
handleOpenDownloadOptions, handleCardClick,
handleCloseGame, handleContextMenuClick,
isGameRunning, } = useGameCard(game, onContextMenu);
} = useGameActions(game);
const handleActionClick = async (e: React.MouseEvent) => { const backgroundImage = useMemo(
e.stopPropagation(); () =>
getImageWithCustomPriority(
if (isGameRunning) { game.libraryHeroImageUrl,
try { game.libraryImageUrl,
await handleCloseGame(); game.iconUrl
} catch (e) { ),
console.error(e); [game.libraryHeroImageUrl, game.libraryImageUrl, game.iconUrl]
} );
return;
} const backgroundStyle = useMemo(
try { () => ({ backgroundImage: `url(${backgroundImage})` }),
await handlePlayGame(); [backgroundImage]
} catch (err) { );
console.error(err);
try { const achievementBarStyle = useMemo(
handleOpenDownloadOptions(); () => ({
} catch (e) { width: `${((game.unlockedAchievementCount ?? 0) / (game.achievementCount ?? 1)) * 100}%`,
console.error(e); }),
} [game.unlockedAchievementCount, game.achievementCount]
}
};
const handleContextMenu = (e: React.MouseEvent) => {
e.preventDefault();
e.stopPropagation();
setContextMenu({
visible: true,
position: { x: e.clientX, y: e.clientY },
});
};
const handleMenuButtonClick = (e: React.MouseEvent) => {
e.stopPropagation();
setContextMenu({
visible: true,
position: {
x: e.currentTarget.getBoundingClientRect().right,
y: e.currentTarget.getBoundingClientRect().bottom,
},
});
};
const handleCloseContextMenu = () => {
setContextMenu({ visible: false, position: { x: 0, y: 0 } });
};
// Use libraryHeroImageUrl as background, fallback to libraryImageUrl
const backgroundImage = getImageWithCustomPriority(
game.libraryHeroImageUrl,
game.libraryImageUrl,
game.iconUrl
); );
// For logo, check if logoImageUrl exists (similar to game details page)
const logoImage = game.logoImageUrl; const logoImage = game.logoImageUrl;
return ( return (
<> <button
<button type="button"
type="button" className="library-game-card-large"
className="library-game-card-large" onClick={handleCardClick}
onClick={handleCardClick} onContextMenu={handleContextMenuClick}
onContextMenu={handleContextMenu} >
> <div
<div className="library-game-card-large__background"
className="library-game-card-large__background" style={backgroundStyle}
style={{ backgroundImage: `url(${backgroundImage})` }} />
/> <div className="library-game-card-large__gradient" />
<div className="library-game-card-large__gradient" />
<div className="library-game-card-large__overlay"> <div className="library-game-card-large__overlay">
<div className="library-game-card-large__top-section"> <div className="library-game-card-large__top-section">
<div className="library-game-card-large__playtime"> <div className="library-game-card-large__playtime">
{game.hasManuallyUpdatedPlaytime ? ( {game.hasManuallyUpdatedPlaytime ? (
<AlertFillIcon <AlertFillIcon
size={11} size={11}
className="library-game-card-large__manual-playtime" className="library-game-card-large__manual-playtime"
/>
) : (
<ClockIcon size={11} />
)}
<span className="library-game-card-large__playtime-text">
{formatPlayTime(game.playTimeInMilliseconds)}
</span>
</div>
<button
type="button"
className="library-game-card-large__menu-button"
onClick={handleMenuButtonClick}
title="More options"
>
<ThreeBarsIcon size={16} />
</button>
</div>
<div className="library-game-card-large__logo-container">
{logoImage ? (
<img
src={logoImage}
alt={game.title}
className="library-game-card-large__logo"
/> />
) : ( ) : (
<h3 className="library-game-card-large__title">{game.title}</h3> <ClockIcon size={11} />
)} )}
</div> <span className="library-game-card-large__playtime-text">
{formatPlayTime(game.playTimeInMilliseconds)}
<div className="library-game-card-large__info-bar"> </span>
{/* Achievements section */}
{(game.achievementCount ?? 0) > 0 && (
<div className="library-game-card-large__achievements">
<div className="library-game-card-large__achievement-header">
<div className="library-game-card-large__achievements-gap">
<TrophyIcon
size={14}
className="library-game-card-large__achievement-trophy"
/>
<span className="library-game-card-large__achievement-count">
{game.unlockedAchievementCount ?? 0} /{" "}
{game.achievementCount ?? 0}
</span>
</div>
<span className="library-game-card-large__achievement-percentage">
{Math.round(
((game.unlockedAchievementCount ?? 0) /
(game.achievementCount ?? 1)) *
100
)}
%
</span>
</div>
<div className="library-game-card-large__achievement-progress">
<div
className="library-game-card-large__achievement-bar"
style={{
width: `${((game.unlockedAchievementCount ?? 0) / (game.achievementCount ?? 1)) * 100}%`,
}}
/>
</div>
</div>
)}
<button
type="button"
className="library-game-card-large__action-button"
onClick={handleActionClick}
>
{(() => {
if (isGameDownloading) {
return (
<>
<DownloadIcon
size={16}
className="library-game-card-large__action-icon--downloading"
/>
{t("downloading")}
</>
);
}
if (isGameRunning) {
return (
<>
<XIcon size={16} />
{t("close")}
</>
);
}
if (game.executablePath) {
return (
<>
<PlayIcon size={16} />
{t("play")}
</>
);
}
return (
<>
<DownloadIcon size={16} />
{t("download")}
</>
);
})()}
</button>
</div> </div>
</div> </div>
</button>
<GameContextMenu <div className="library-game-card-large__logo-container">
game={game} {logoImage ? (
visible={contextMenu.visible} <img
position={contextMenu.position} src={logoImage}
onClose={handleCloseContextMenu} alt={game.title}
/> className="library-game-card-large__logo"
</> />
) : (
<h3 className="library-game-card-large__title">{game.title}</h3>
)}
</div>
<div className="library-game-card-large__info-bar">
{/* Achievements section */}
{(game.achievementCount ?? 0) > 0 && (
<div className="library-game-card-large__achievements">
<div className="library-game-card-large__achievement-header">
<div className="library-game-card-large__achievements-gap">
<TrophyIcon
size={14}
className="library-game-card-large__achievement-trophy"
/>
<span className="library-game-card-large__achievement-count">
{game.unlockedAchievementCount ?? 0} /{" "}
{game.achievementCount ?? 0}
</span>
</div>
<span className="library-game-card-large__achievement-percentage">
{Math.round(
((game.unlockedAchievementCount ?? 0) /
(game.achievementCount ?? 1)) *
100
)}
%
</span>
</div>
<div className="library-game-card-large__achievement-progress">
<div
className="library-game-card-large__achievement-bar"
style={achievementBarStyle}
/>
</div>
</div>
)}
</div>
</div>
</button>
); );
} });

View File

@@ -54,7 +54,7 @@
justify-content: space-between; justify-content: space-between;
height: 100%; height: 100%;
width: 100%; width: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 5%, transparent 100%); background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 20%, transparent 100%);
padding: 8px; padding: 8px;
z-index: 2; z-index: 2;
} }
@@ -109,25 +109,26 @@
&__achievements { &__achievements {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 4px; opacity: 1;
padding: 6px 8px; transform: translateY(0);
opacity: 0;
transform: translateY(8px);
transition: all ease 0.2s; transition: all ease 0.2s;
pointer-events: none; pointer-events: auto;
width: 100%; width: 100%;
} }
&__achievements-gap {
display: flex;
align-items: center;
gap: 6px;
}
&__achievement-header { &__achievement-header {
display: flex; display: flex;
align-items: center;
gap: 6px;
justify-content: space-between; justify-content: space-between;
margin-bottom: 8px;
color: globals.$muted-color;
overflow: hidden;
height: 18px;
}
&__achievements-gap {
display: flex;
align-items: center;
gap: 8px;
} }
&__achievement-trophy { &__achievement-trophy {
@@ -136,16 +137,15 @@
} }
&__achievement-progress { &__achievement-progress {
margin-top: 8px;
width: 100%; width: 100%;
height: 4px; height: 4px;
transition: all ease 0.2s; transition: all ease 0.2s;
background-color: rgba(255, 255, 255, 0.08); background-color: rgba(255, 255, 255, 0.15);
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
&::-webkit-progress-bar { &::-webkit-progress-bar {
background-color: transparent; background-color: rgba(255, 255, 255, 0.15);
border-radius: 4px; border-radius: 4px;
} }
@@ -164,15 +164,10 @@
} }
&__achievement-count { &__achievement-count {
font-size: 12px;
font-weight: 500;
color: rgba(255, 255, 255, 0.9);
white-space: nowrap; white-space: nowrap;
} }
&__achievement-percentage { &__achievement-percentage {
font-size: 11px;
color: rgba(255, 255, 255, 0.7);
white-space: nowrap; white-space: nowrap;
} }
@@ -209,53 +204,12 @@
} }
} }
&__menu-button { &__wrapper:hover &__action-button {
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border: solid 1px rgba(255, 255, 255, 0.15);
border-radius: 4px;
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all ease 0.2s;
color: rgba(255, 255, 255, 0.8);
padding: 0;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
opacity: 0;
transform: scale(0.9);
&:hover {
background: rgba(0, 0, 0, 0.6);
border-color: rgba(255, 255, 255, 0.25);
transform: scale(1.05);
}
&:active {
transform: scale(0.95);
}
}
&__wrapper:hover &__action-button,
&__wrapper:hover &__menu-button {
opacity: 1; opacity: 1;
transform: scale(1); transform: scale(1);
} }
&__wrapper:hover &__achievements {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
&__action-icon {
&--downloading {
animation: pulse 1.5s ease-in-out infinite;
}
}
&__game-image { &__game-image {
object-fit: cover; object-fit: cover;
@@ -281,9 +235,9 @@
} }
} }
/* Force fixed size for compact grid cells so cards render at 220x320 */ /* Responsive sizing for compact grid cells */
.library__games-grid--compact .library-game-card__wrapper { .library__games-grid--compact .library-game-card__wrapper {
width: 215px; width: 100%;
height: 320px; height: auto;
aspect-ratio: unset; aspect-ratio: 215 / 320;
} }

View File

@@ -1,89 +1,36 @@
import { LibraryGame } from "@types"; import { LibraryGame } from "@types";
import { useFormat } from "@renderer/hooks"; import { useGameCard } from "@renderer/hooks";
import { useNavigate } from "react-router-dom"; import { memo } from "react";
import { useCallback, useState } from "react";
import { buildGameDetailsPath } from "@renderer/helpers";
import { import {
ClockIcon, ClockIcon,
AlertFillIcon, AlertFillIcon,
ThreeBarsIcon,
TrophyIcon, TrophyIcon,
} from "@primer/octicons-react"; } from "@primer/octicons-react";
import { MAX_MINUTES_TO_SHOW_IN_PLAYTIME } from "@renderer/constants";
import { Tooltip } from "react-tooltip";
import { useTranslation } from "react-i18next";
import { GameContextMenu } from "@renderer/components";
import "./library-game-card.scss"; import "./library-game-card.scss";
interface LibraryGameCardProps { interface LibraryGameCardProps {
game: LibraryGame; game: LibraryGame;
onMouseEnter: () => void; onMouseEnter: () => void;
onMouseLeave: () => void; onMouseLeave: () => void;
onContextMenu: (
game: LibraryGame,
position: { x: number; y: number }
) => void;
onShowTooltip?: (gameId: string) => void;
onHideTooltip?: () => void;
} }
export function LibraryGameCard({ export const LibraryGameCard = memo(function LibraryGameCard({
game, game,
onMouseEnter, onMouseEnter,
onMouseLeave, onMouseLeave,
onContextMenu,
}: Readonly<LibraryGameCardProps>) { }: Readonly<LibraryGameCardProps>) {
const { t } = useTranslation("library"); const {
const { numberFormatter } = useFormat(); formatPlayTime,
const navigate = useNavigate(); handleCardClick,
const [isTooltipHovered, setIsTooltipHovered] = useState(false); handleContextMenuClick,
const [contextMenu, setContextMenu] = useState<{ } = useGameCard(game, onContextMenu);
visible: boolean;
position: { x: number; y: number };
}>({ visible: false, position: { x: 0, y: 0 } });
const formatPlayTime = useCallback(
(playTimeInMilliseconds = 0, isShort = false) => {
const minutes = playTimeInMilliseconds / 60000;
if (minutes < MAX_MINUTES_TO_SHOW_IN_PLAYTIME) {
return t(isShort ? "amount_minutes_short" : "amount_minutes", {
amount: minutes.toFixed(0),
});
}
const hours = minutes / 60;
const hoursKey = isShort ? "amount_hours_short" : "amount_hours";
const hoursAmount = isShort
? Math.floor(hours)
: numberFormatter.format(hours);
return t(hoursKey, { amount: hoursAmount });
},
[numberFormatter, t]
);
const handleCardClick = () => {
navigate(buildGameDetailsPath(game));
};
const handleContextMenu = (e: React.MouseEvent) => {
e.preventDefault();
e.stopPropagation();
setContextMenu({
visible: true,
position: { x: e.clientX, y: e.clientY },
});
};
const handleMenuButtonClick = (e: React.MouseEvent) => {
e.stopPropagation();
setContextMenu({
visible: true,
position: {
x: e.currentTarget.getBoundingClientRect().right,
y: e.currentTarget.getBoundingClientRect().bottom,
},
});
};
const handleCloseContextMenu = () => {
setContextMenu({ visible: false, position: { x: 0, y: 0 } });
};
const coverImage = const coverImage =
game.coverImageUrl ?? game.coverImageUrl ??
@@ -93,110 +40,75 @@ export function LibraryGameCard({
undefined; undefined;
return ( return (
<> <button
<button type="button"
type="button" onMouseEnter={onMouseEnter}
onMouseEnter={onMouseEnter} onMouseLeave={onMouseLeave}
onMouseLeave={onMouseLeave} className="library-game-card__wrapper"
className="library-game-card__wrapper" title={game.title}
title={isTooltipHovered ? undefined : game.title} onClick={handleCardClick}
onClick={handleCardClick} onContextMenu={handleContextMenuClick}
onContextMenu={handleContextMenu} >
> <div className="library-game-card__overlay">
<div className="library-game-card__overlay"> <div className="library-game-card__top-section">
<div className="library-game-card__top-section"> <div className="library-game-card__playtime">
<div {game.hasManuallyUpdatedPlaytime ? (
className="library-game-card__playtime" <AlertFillIcon
data-tooltip-place="top" size={11}
data-tooltip-content={ className="library-game-card__manual-playtime"
game.hasManuallyUpdatedPlaytime />
? t("manual_playtime_tooltip") ) : (
: undefined <ClockIcon size={11} />
} )}
data-tooltip-id={game.objectId} <span className="library-game-card__playtime-long">
> {formatPlayTime(game.playTimeInMilliseconds)}
{game.hasManuallyUpdatedPlaytime ? ( </span>
<AlertFillIcon <span className="library-game-card__playtime-short">
size={11} {formatPlayTime(game.playTimeInMilliseconds, true)}
className="library-game-card__manual-playtime" </span>
/>
) : (
<ClockIcon size={11} />
)}
<span className="library-game-card__playtime-long">
{formatPlayTime(game.playTimeInMilliseconds)}
</span>
<span className="library-game-card__playtime-short">
{formatPlayTime(game.playTimeInMilliseconds, true)}
</span>
</div>
<button
type="button"
className="library-game-card__menu-button"
onClick={handleMenuButtonClick}
title="More options"
>
<ThreeBarsIcon size={16} />
</button>
</div> </div>
{/* Achievements section - shown on hover */}
{(game.achievementCount ?? 0) > 0 && (
<div className="library-game-card__achievements">
<div className="library-game-card__achievement-header">
<div className="library-game-card__achievements-gap">
<TrophyIcon
size={14}
className="library-game-card__achievement-trophy"
/>
<span className="library-game-card__achievement-count">
{game.unlockedAchievementCount ?? 0} /{" "}
{game.achievementCount ?? 0}
</span>
</div>
<span className="library-game-card__achievement-percentage">
{Math.round(
((game.unlockedAchievementCount ?? 0) /
(game.achievementCount ?? 1)) *
100
)}
%
</span>
</div>
<div className="library-game-card__achievement-progress">
<div
className="library-game-card__achievement-bar"
style={{
width: `${((game.unlockedAchievementCount ?? 0) / (game.achievementCount ?? 1)) * 100}%`,
}}
/>
</div>
</div>
)}
</div> </div>
<img {(game.achievementCount ?? 0) > 0 && (
src={coverImage ?? undefined} <div className="library-game-card__achievements">
alt={game.title} <div className="library-game-card__achievement-header">
className="library-game-card__game-image" <div className="library-game-card__achievements-gap">
/> <TrophyIcon
</button> size={13}
<Tooltip className="library-game-card__achievement-trophy"
id={game.objectId} />
style={{ <span className="library-game-card__achievement-count">
zIndex: 9999, {game.unlockedAchievementCount ?? 0} /{" "}
}} {game.achievementCount ?? 0}
openOnClick={false} </span>
afterShow={() => setIsTooltipHovered(true)} </div>
afterHide={() => setIsTooltipHovered(false)} <span className="library-game-card__achievement-percentage">
{Math.round(
((game.unlockedAchievementCount ?? 0) /
(game.achievementCount ?? 1)) *
100
)}
%
</span>
</div>
<div className="library-game-card__achievement-progress">
<div
className="library-game-card__achievement-bar"
style={{
width: `${((game.unlockedAchievementCount ?? 0) / (game.achievementCount ?? 1)) * 100}%`,
}}
/>
</div>
</div>
)}
</div>
<img
src={coverImage ?? undefined}
alt={game.title}
className="library-game-card__game-image"
loading="lazy"
/> />
<GameContextMenu </button>
game={game}
visible={contextMenu.visible}
position={contextMenu.position}
onClose={handleCloseContextMenu}
/>
</>
); );
} });

View File

@@ -2,7 +2,7 @@
.library { .library {
&__content { &__content {
padding: calc(globals.$spacing-unit * 3); padding: calc(globals.$spacing-unit * 2);
height: 100%; height: 100%;
width: 100%; width: 100%;
overflow-y: auto; overflow-y: auto;
@@ -38,13 +38,17 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
width: 100%; width: 100%;
gap: calc(globals.$spacing-unit * 2); position: relative;
} }
&__controls-left { &__controls-left {
display: flex; display: flex;
align-items: center; align-items: center;
gap: calc(globals.$spacing-unit); gap: calc(globals.$spacing-unit);
flex: 1;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
position: relative;
margin-right: calc(globals.$spacing-unit * 2);
} }
&__controls-right { &__controls-right {
@@ -159,31 +163,28 @@
} }
} }
// Compact view - smaller cards // Compact view - smaller cards with responsive design
&--compact { &--compact {
grid-template-columns: repeat(auto-fill, 215px); grid-template-columns: repeat(3, 1fr);
grid-auto-rows: 320px;
justify-content: start;
@container #{globals.$app-container} (min-width: 900px) { @container #{globals.$app-container} (min-width: 900px) {
grid-template-columns: repeat(auto-fill, 215px); grid-template-columns: repeat(5, 1fr);
} }
@container #{globals.$app-container} (min-width: 1300px) { @container #{globals.$app-container} (min-width: 1300px) {
grid-template-columns: repeat(auto-fill, 215px); grid-template-columns: repeat(7, 1fr);
} }
/* keep same pattern for very large screens */
@container #{globals.$app-container} (min-width: 2000px) { @container #{globals.$app-container} (min-width: 2000px) {
grid-template-columns: repeat(auto-fill, 215px); grid-template-columns: repeat(9, 1fr);
} }
@container #{globals.$app-container} (min-width: 2600px) { @container #{globals.$app-container} (min-width: 2600px) {
grid-template-columns: repeat(auto-fill, 215px); grid-template-columns: repeat(12, 1fr);
} }
@container #{globals.$app-container} (min-width: 3000px) { @container #{globals.$app-container} (min-width: 3000px) {
grid-template-columns: repeat(auto-fill, 210px); grid-template-columns: repeat(14, 1fr);
} }
} }
} }

View File

@@ -1,14 +1,15 @@
import { useEffect, useMemo, useState } from "react"; import { useEffect, useMemo, useState, useCallback } from "react";
import { useLibrary, useAppDispatch } from "@renderer/hooks"; import { AnimatePresence, motion } from "framer-motion";
import { useLibrary, useAppDispatch, useAppSelector } from "@renderer/hooks";
import { setHeaderTitle } from "@renderer/features"; import { setHeaderTitle } from "@renderer/features";
import { TelescopeIcon } from "@primer/octicons-react"; import { TelescopeIcon } from "@primer/octicons-react";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";
import { LibraryGame } from "@types";
import { GameContextMenu } from "@renderer/components";
import { LibraryGameCard } from "./library-game-card"; import { LibraryGameCard } from "./library-game-card";
// detailed view removed — keep file if needed later
import { LibraryGameCardLarge } from "./library-game-card-large"; import { LibraryGameCardLarge } from "./library-game-card-large";
import { ViewOptions, ViewMode } from "./view-options"; import { ViewOptions, ViewMode } from "./view-options";
import { FilterOptions, FilterOption } from "./filter-options"; import { FilterOptions, FilterOption } from "./filter-options";
import { SearchBar } from "./search-bar";
import "./library.scss"; import "./library.scss";
export default function Library() { export default function Library() {
@@ -20,7 +21,13 @@ export default function Library() {
const [viewMode, setViewMode] = useState<ViewMode>("compact"); const [viewMode, setViewMode] = useState<ViewMode>("compact");
const [filterBy, setFilterBy] = useState<FilterOption>("all"); const [filterBy, setFilterBy] = useState<FilterOption>("all");
const [searchQuery, setSearchQuery] = useState<string>(""); const [contextMenu, setContextMenu] = useState<{
game: LibraryGame | null;
visible: boolean;
position: { x: number; y: number };
}>({ game: null, visible: false, position: { x: 0, y: 0 } });
const searchQuery = useAppSelector((state) => state.library.searchQuery);
const dispatch = useAppDispatch(); const dispatch = useAppDispatch();
const { t } = useTranslation("library"); const { t } = useTranslation("library");
@@ -48,35 +55,35 @@ export default function Library() {
}; };
}, [dispatch, t, updateLibrary]); }, [dispatch, t, updateLibrary]);
const handleOnMouseEnterGameCard = () => { const handleOnMouseEnterGameCard = useCallback(() => {
// Optional: pause animations if needed // Optional: pause animations if needed
}; }, []);
const handleOnMouseLeaveGameCard = () => { const handleOnMouseLeaveGameCard = useCallback(() => {
// Optional: resume animations if needed // Optional: resume animations if needed
}; }, []);
const handleOpenContextMenu = useCallback(
(game: LibraryGame, position: { x: number; y: number }) => {
setContextMenu({ game, visible: true, position });
},
[]
);
const handleCloseContextMenu = useCallback(() => {
setContextMenu({ game: null, visible: false, position: { x: 0, y: 0 } });
}, []);
const filteredLibrary = useMemo(() => { const filteredLibrary = useMemo(() => {
let filtered; let filtered;
switch (filterBy) { switch (filterBy) {
case "favourited": case "recently_played":
filtered = library.filter((game) => game.lastTimePlayed !== null);
break;
case "favorites":
filtered = library.filter((game) => game.favorite); filtered = library.filter((game) => game.favorite);
break; break;
case "new":
filtered = library.filter(
(game) => (game.playTimeInMilliseconds || 0) === 0
);
break;
case "top10":
filtered = library
.slice()
.sort(
(a, b) =>
(b.playTimeInMilliseconds || 0) - (a.playTimeInMilliseconds || 0)
)
.slice(0, 10);
break;
case "all": case "all":
default: default:
filtered = library; filtered = library;
@@ -103,16 +110,24 @@ export default function Library() {
}); });
}, [library, filterBy, searchQuery]); }, [library, filterBy, searchQuery]);
// No sorting for now — rely on filteredLibrary
const sortedLibrary = filteredLibrary; const sortedLibrary = filteredLibrary;
// Calculate counts for filters const filterCounts = useMemo(() => {
const allGamesCount = library.length; const allGamesCount = library.length;
const favouritedCount = library.filter((game) => game.favorite).length; let recentlyPlayedCount = 0;
const newGamesCount = library.filter( let favoritesCount = 0;
(game) => (game.playTimeInMilliseconds || 0) === 0
).length; for (const game of library) {
const top10Count = Math.min(10, library.length); if (game.lastTimePlayed !== null) recentlyPlayedCount++;
if (game.favorite) favoritesCount++;
}
return {
allGamesCount,
recentlyPlayedCount,
favoritesCount,
};
}, [library]);
const hasGames = library.length > 0; const hasGames = library.length > 0;
@@ -125,15 +140,13 @@ export default function Library() {
<FilterOptions <FilterOptions
filterBy={filterBy} filterBy={filterBy}
onFilterChange={setFilterBy} onFilterChange={setFilterBy}
allGamesCount={allGamesCount} allGamesCount={filterCounts.allGamesCount}
favouritedCount={favouritedCount} recentlyPlayedCount={filterCounts.recentlyPlayedCount}
newGamesCount={newGamesCount} favoritesCount={filterCounts.favoritesCount}
top10Count={top10Count}
/> />
</div> </div>
<div className="library__controls-right"> <div className="library__controls-right">
<SearchBar value={searchQuery} onChange={setSearchQuery} />
<ViewOptions viewMode={viewMode} onViewModeChange={setViewMode} /> <ViewOptions viewMode={viewMode} onViewModeChange={setViewMode} />
</div> </div>
</div> </div>
@@ -150,32 +163,61 @@ export default function Library() {
</div> </div>
)} )}
{hasGames && viewMode === "large" && ( {hasGames && (
<div className="library__games-list library__games-list--large"> <AnimatePresence mode="wait">
{sortedLibrary.map((game) => ( {viewMode === "large" && (
<LibraryGameCardLarge <motion.div
key={`${game.shop}-${game.objectId}`} key={`${filterBy}-large`}
game={game} className="library__games-list library__games-list--large"
/> initial={{ opacity: 0, x: -10 }}
))} animate={{ opacity: 1, x: 0 }}
</div> exit={{ opacity: 0, x: 10 }}
transition={{ duration: 0.2 }}
>
{sortedLibrary.map((game) => (
<LibraryGameCardLarge
key={`${game.shop}-${game.objectId}`}
game={game}
onContextMenu={handleOpenContextMenu}
/>
))}
</motion.div>
)}
{viewMode !== "large" && (
<motion.ul
key={`${filterBy}-${viewMode}`}
className={`library__games-grid library__games-grid--${viewMode}`}
initial={{ opacity: 0, x: -10 }}
animate={{ opacity: 1, x: 0 }}
exit={{ opacity: 0, x: 10 }}
transition={{ duration: 0.2 }}
>
{sortedLibrary.map((game) => (
<li
key={`${game.shop}-${game.objectId}`}
style={{ listStyle: "none" }}
>
<LibraryGameCard
game={game}
onMouseEnter={handleOnMouseEnterGameCard}
onMouseLeave={handleOnMouseLeaveGameCard}
onContextMenu={handleOpenContextMenu}
/>
</li>
))}
</motion.ul>
)}
</AnimatePresence>
)} )}
{hasGames && viewMode !== "large" && ( {contextMenu.game && (
<ul className={`library__games-grid library__games-grid--${viewMode}`}> <GameContextMenu
{sortedLibrary.map((game) => ( game={contextMenu.game}
<li visible={contextMenu.visible}
key={`${game.shop}-${game.objectId}`} position={contextMenu.position}
style={{ listStyle: "none" }} onClose={handleCloseContextMenu}
> />
<LibraryGameCard
game={game}
onMouseEnter={handleOnMouseEnterGameCard}
onMouseLeave={handleOnMouseLeaveGameCard}
/>
</li>
))}
</ul>
)} )}
</section> </section>
); );

View File

@@ -1,75 +0,0 @@
.search-bar {
display: flex;
align-items: center;
&__container {
height: 32px;
display: flex;
align-items: center;
gap: 8px;
padding: 4px 12px;
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 6px;
transition: all 0.2s ease;
width: 250px;
&:focus-within {
width: 300px;
background: rgba(255, 255, 255, 0.02);
border-color: rgba(255, 255, 255, 0.2);
}
}
&__icon {
color: rgba(255, 255, 255, 0.75);
flex-shrink: 0;
transition: color 0.2s ease;
}
&__input {
flex: 1;
background: transparent;
border: none;
outline: none;
color: rgba(255, 255, 255, 0.9);
font-size: 14px;
font-family: inherit;
min-width: 0;
&::placeholder {
color: rgba(255, 255, 255, 0.6);
}
&:focus ~ .search-bar__icon {
color: rgba(255, 255, 255, 0.7);
}
}
&__clear {
flex-shrink: 0;
background: transparent;
border: none;
color: rgba(255, 255, 255, 0.65);
font-size: 18px;
font-weight: bold;
cursor: pointer;
padding: 0;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 3px;
transition: all 0.2s ease;
&:hover {
background: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.8);
}
&:active {
background: rgba(255, 255, 255, 0.15);
}
}
}

View File

@@ -1,44 +0,0 @@
import { SearchIcon } from "@primer/octicons-react";
import { FC, useRef } from "react";
import { useTranslation } from "react-i18next";
import "./search-bar.scss";
interface SearchBarProps {
value: string;
onChange: (value: string) => void;
}
export const SearchBar: FC<SearchBarProps> = ({ value, onChange }) => {
const { t } = useTranslation();
const inputRef = useRef<HTMLInputElement>(null);
const handleClear = () => {
onChange("");
inputRef.current?.focus();
};
return (
<div className="search-bar">
<div className="search-bar__container">
<SearchIcon size={16} className="search-bar__icon" />
<input
ref={inputRef}
type="text"
className="search-bar__input"
placeholder={t("Search library", { defaultValue: "Search library" })}
value={value}
onChange={(e) => onChange(e.target.value)}
/>
{value && (
<button
className="search-bar__clear"
onClick={handleClear}
aria-label="Clear search"
>
×
</button>
)}
</div>
</div>
);
};

View File

@@ -26,7 +26,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
gap: calc(globals.$spacing-unit); gap: calc(globals.$spacing-unit);
padding: 8px 10px; padding: 10px;
border-radius: 6px; border-radius: 6px;
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
border: none; border: none;
@@ -38,8 +38,8 @@
white-space: nowrap; white-space: nowrap;
&:hover { &:hover {
color: rgba(255, 255, 255, 0.95); color: rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.06); background: rgba(255, 255, 255, 0.08);
} }
&.active { &.active {