Commit Graph
21 Commits
Author SHA1 Message Date
adrianbonpin c67d99ad63 fix(plugin): use currentColor instead of white for icon so it doesn't disappear on hover 2026-06-28 21:36:23 +08:00
adrianbonpin 9b6b37f8a4 fix(plugin): poll-based game detection via Python backend, remove broken SteamClient events 2026-06-28 21:25:57 +08:00
adrianbonpin 0c44b39e9e fix(plugin): use correct SteamClient.GameSessions.RegisterForAppLifetimeNotifications API for game detection 2026-06-28 21:21:29 +08:00
adrianbonpin 928ec8ec9a fix(plugin): retry mangohudctl start logging until game launches 2026-06-28 20:38:18 +08:00
adrianbonpin 37cc24ff60 fix(plugin): add control socket, autostart_log=1, timeout-safe mangohudctl 2026-06-28 20:33:12 +08:00
adrianbonpin aa52e0feb6 fix(plugin): use autostart_log instead of mangohudctl, improve log search 2026-06-28 20:29:38 +08:00
adrianbonpin 6e1957524b feat(plugin): restructure layout like LSFG-VK, use mangohudctl for logging 2026-06-28 20:21:33 +08:00
adrianbonpin 65e56702b0 fix(plugin): add manual game name input, autostart MangoHud logging 2026-06-28 18:57:51 +08:00
adrianbonpin 7ab7af468a fix(plugin): autostart MangoHud logging on record, write config on start 2026-06-28 18:56:43 +08:00
adrianbonpin 677adc5ad0 fix(plugin): revert to RegisterForGameStarted/Stopped for runtime compat 2026-06-28 18:54:46 +08:00
adrianbonpin 80caa167cc fix(plugin): use correct SteamClient API, alwaysRender true, wrap stop in try-catch 2026-06-28 18:51:53 +08:00
adrianbonpin df66e0405d fix(plugin): set icon to 16x16 2026-06-28 18:43:56 +08:00
adrianbonpin 297fbc0320 fix(plugin): remove explicit icon size, let container handle scaling 2026-06-28 18:40:09 +08:00
adrianbonpin 1ea079917f fix(plugin): add second gear path layer for proper icon rendering 2026-06-28 18:36:24 +08:00
adrianbonpin 88f6c3dadf fix(plugin): use full DeckyVault SVG icon with all paths and transforms 2026-06-28 18:31:53 +08:00
adrianbonpin 7b2f031c3b fix(plugin): fix SVG viewBox for proper icon scaling 2026-06-28 18:28:28 +08:00
adrianbonpin f97bc0b8b7 feat(plugin): use DeckyVault brand SVG icon 2026-06-28 18:06:13 +08:00
adrianbonpin 2168d31052 fix(plugin): merge tabs into single panel, use TextField for controller input 2026-06-28 17:29:22 +08:00
adrianbonpin 5a6211ebea fix(plugin): replace raw buttons with ButtonItem for controller navigation 2026-06-28 17:26:20 +08:00
adrianbonpin 793d7bb9f4 feat(plugin): wire together entry point with definePlugin and SteamClient events 2026-06-28 07:59:39 +08:00
adrianbonpin cd72b7a948 refactor: convert to bun workspaces monorepo
- Move web app into apps/web/
- Create packages/shared/ with shared types
- Create plugins/decky-vault/ scaffold
- Root package.json manages workspaces only
2026-06-28 05:20:28 +08:00