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
f7d36e82ef
feat(plugin): add verify config and copy launch option buttons
2026-06-28 17:59:05 +08:00
adrianbonpin
bd14fdaf82
feat(web): add Download Plugin Config button to API key creation
2026-06-28 17:45:32 +08:00
adrianbonpin
3196812c0d
fix(plugin): dropdown data prop, always show guide, add config export/import
2026-06-28 17:43:36 +08:00
adrianbonpin
4b7efd3c5c
fix: accept steamAppId=0 in games lookup, treat 400 as valid key in plugin test
2026-06-28 17:36:32 +08:00
adrianbonpin
046e483861
fix(plugin): hybrid SSL context - verify when possible, fall back gracefully
2026-06-28 17:33:55 +08:00
adrianbonpin
961c81e97f
fix(plugin): use unverified SSL context for DeckyVault API calls
2026-06-28 17:32:14 +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
b7f9df8439
docs: update README with monorepo structure and Decky Loader plugin docs
2026-06-28 17:07:54 +08:00
adrianbonpin
7d016a7b8c
chore(plugin): build plugin and verify dist output
2026-06-28 08:00:56 +08:00
adrianbonpin
793d7bb9f4
feat(plugin): wire together entry point with definePlugin and SteamClient events
2026-06-28 07:59:39 +08:00
adrianbonpin
82fbd86fb0
feat(plugin): add settings panel (API key, export path, MangoHud setup)
2026-06-28 07:58:34 +08:00
adrianbonpin
092071e410
feat(plugin): add session form component (manual inputs + export/upload)
2026-06-28 07:58:04 +08:00
adrianbonpin
87eeb3fb39
feat(plugin): add main panel component (record/stop + recent sessions)
2026-06-28 07:57:34 +08:00
adrianbonpin
ad816d1ae5
feat(plugin): add frontend state management (settings + session hooks)
2026-06-28 07:57:11 +08:00
adrianbonpin
026bd299ca
feat(plugin): add typed RPC wrappers for Python backend
2026-06-28 07:56:26 +08:00
adrianbonpin
ab6a91e13f
feat(plugin): update SteamClient type declarations
2026-06-28 07:56:08 +08:00
adrianbonpin
6c5ac9814d
feat(plugin): add upload and API key test methods in backend
2026-06-28 07:55:56 +08:00
adrianbonpin
890fab3da5
feat(plugin): add export-to-file method in backend
2026-06-28 07:55:32 +08:00
adrianbonpin
6b7dfdd53c
feat(plugin): add system info reader (hardware, OS, Proton, launch options)
2026-06-28 07:55:00 +08:00
adrianbonpin
e48efe86b1
feat(plugin): add MangoHud log parser with unit tests
2026-06-28 07:54:32 +08:00
adrianbonpin
dc1281411d
feat(plugin): add MangoHud status check and config writing to backend
2026-06-28 07:53:02 +08:00
adrianbonpin
67e9e2cf63
feat(plugin): add Python backend skeleton with settings management
2026-06-28 07:52:33 +08:00
adrianbonpin
5598e0db59
feat(plugin): update tsconfig for Decky frontend build
2026-06-28 07:51:38 +08:00
adrianbonpin
c1eba0c047
feat(plugin): update plugin.json with correct Decky metadata fields
2026-06-28 07:51:26 +08:00
adrianbonpin
bcd208c7c8
feat(plugin): use @decky/rollup for build config
2026-06-28 07:51:05 +08:00
adrianbonpin
004da4afff
feat(plugin): update package.json with @decky SDK dependencies
2026-06-28 07:50:29 +08:00
adrianbonpin
57e5cf2dc6
docs: add DeckyVault plugin implementation plan
2026-06-28 07:48:25 +08:00
adrianbonpin
927bbe13a3
docs: add DeckyVault plugin design spec
2026-06-28 07:38:41 +08:00
adrianbonpin
eaa7c85e09
fix: prevent passkey conditional ui unhandled rejection blocking login
2026-06-28 05:55:00 +08:00
adrianbonpin
4cf8a42742
fix: add zod as direct dependency for bun workspace resolution
2026-06-28 05:44:46 +08:00
adrianbonpin
a63cc52108
fix: upgrade better-auth to v1.6.22 for api-key plugin compatibility
2026-06-28 05:41:45 +08:00
adrianbonpin
835fab2600
chore: add .worktrees/ to gitignore
2026-06-28 05:33:13 +08:00
adrianbonpin
6cb407acaa
merge: convert to bun workspaces monorepo
2026-06-28 05:31:30 +08:00
adrianbonpin
f7eda2bfc0
feat: add better-auth api-key plugin, import endpoint, and API key UI
2026-06-28 05:30:48 +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
adrianbonpin
c4bede20d4
fix: remove duplicate sitemap route
...
- app/sitemap.ts already generates the sitemap index via generateSitemaps()
- app/sitemap.xml/route.ts was a duplicate manual version at the same path
2026-06-26 22:12:37 +08:00
adrianbonpin
9ee927ce77
fix: prevent scroll capture on card rows with pointer-events
...
- Wrap card containers in overflow-x-auto with pointer-events: none
- Inner flex div gets pointer-events: auto so cards remain interactive
- Main page scrolling works normally when cursor is over card rows
2026-06-26 22:03:44 +08:00
adrianbonpin
26fc600266
fix: replace horizontal scroll with flex-wrap on card rows
...
- Remove overflow-x-auto so cards don't capture scroll events
- Cards now wrap naturally into rows with flex-wrap
- Main page scrolling works normally even when cursor is over cards
2026-06-26 22:00:58 +08:00
adrianbonpin
945d0dc96d
fix: prevent vertical overflow on card scroll containers
...
- Add overflow-y-hidden to all three card containers (skeleton, GameSection, SaleSection)
- Keeps horizontal scrolling but prevents any vertical scroll
2026-06-26 21:59:59 +08:00
adrianbonpin
b91068ac64
fix: prevent vertical overscroll on card scroll containers
2026-06-26 21:58:20 +08:00
adrianbonpin
38c58cdbd2
style: add rounded corners to card images and hide scrollbars
...
- Add rounded-xl to card images so corners match the card border radius
- Replace scrollbar-thin with scrollbar-none on horizontal scroll containers
2026-06-26 21:57:13 +08:00
adrianbonpin
236f293879
refactor: redesign landing page card hover behavior
...
- Remove card-level scale-up animation (whileHover/whileTap)
- Image now scales down slightly on hover instead of scaling up
- Keeps border/background color transitions for hover feedback
2026-06-26 21:54:53 +08:00
adrianbonpin
ec5ee7fb18
feat: add Cloudflare Turnstile captcha to auth flow
...
- Add captcha plugin to Better Auth config (cloudflare-turnstile provider)
- Create reusable TurnstileWidget component with script injection
- Integrate Turnstile into login, signup, and forgot-password forms
- Pass x-captcha-response header on protected endpoints
- Add TURNSTILE_SECRET_KEY and NEXT_PUBLIC_TURNSTILE_SITE_KEY to env
2026-06-26 21:50:45 +08:00
adrianbonpin
7d78f1834d
chore: update Rybbit analytics URL from analytics.ranlabs.space to stat.ranio.xyz
2026-05-31 05:13:52 +08:00
adrianbonpin
accbfe48c9
test: E2E browser tests for domain block enforcement (Task 10)
2026-05-28 00:27:30 +08:00