Commit Graph

18 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
d09cda3510 Fix mobile UI issues
Revert and stabilize mobile rendering for games and sidebar:
- Remove problematic auto-collapse effect on route changes
- Adjust mobile canvas and control sizing across Breakout, Tetris, Snake, Pacman, and MatrixRain to avoid content clipping
- Improve matrix rain initialization timing on mobile
- Add tweaks to ensure sidebar behavior is reliable on mobile navigation

X-Lovable-Edit-ID: edt-353f2bea-4ee7-4f41-b9e9-f6f1090dcc9e
2025-12-05 20:06:35 +00:00
gpt-engineer-app[bot]
225b337a27 Changes 2025-12-05 20:06:34 +00:00
gpt-engineer-app[bot]
6ff0bbb8ef Improve mobile UI fixes
Addressed mobile-specific issues:
- Stabilized Matrix Rain startup on phones
- Adjusted mobile game layout and controls to render correctly
- Auto-collapse mobile sidebar when navigating between routes

X-Lovable-Edit-ID: edt-f21d53ab-1980-44e2-b1ea-ac60805a8999
2025-12-05 19:29:02 +00:00
gpt-engineer-app[bot]
1d011db6f8 Changes 2025-12-05 19:29:02 +00:00
someone
f0091bbd23 Merge branch 'main' of github_personal:JorySeverijnse/ui-fixer-supreme 2025-12-04 14:31:36 +01:00
someone
8ab71502e9 Stop tracking .env 2025-12-04 14:30:18 +01:00
JorySeverijnse
5ed5b2d49b
Delete .env 2025-12-04 13:44:07 +01:00
someone
69368e1461 added correct aiProviders.ts 2025-12-04 13:41:46 +01:00
someone
0757265b0d removed hardcoded api key 2025-12-04 12:08:41 +01:00
gpt-engineer-app[bot]
ad7e9c4c86 Add custom API key option
Expose ability to configure a custom AI API key in UI while preserving default key usage; store custom config locally and adapt requests to use either the default provider or user-provided endpoint/key/model. Key remains accessible in code for GPT-OSS IP-locked integration, but a new Custom API path allows safer testing with user-supplied credentials.

X-Lovable-Edit-ID: edt-b36d6ce3-a723-4d18-b4b0-e2689af97347
2025-12-04 00:43:39 +00:00
gpt-engineer-app[bot]
7218d57061 Changes 2025-12-04 00:43:38 +00:00
gpt-engineer-app[bot]
3e56bb56cc Add multi AI providers support
Introduce a second AI provider (GPT-OSS-20B) and UI to switch between Pollinations.ai and GPT-OSS, including integration scaffolding and API key handling as a secret. This enables testing the new model without altering core UX.

X-Lovable-Edit-ID: edt-0d2ba6be-027b-4029-9e71-17c272bde735
2025-12-04 00:34:30 +00:00
gpt-engineer-app[bot]
eff48e239f Changes 2025-12-04 00:34:29 +00:00
someone
ba145a3da0 Added last block for tetris above score field 2025-12-03 21:53:00 +01:00
someone
06f8887c4e Remove test file 2025-12-03 20:40:56 +01:00
someone
f57c6a352c Test push to Gitea 2025-12-03 20:31:17 +01:00
someone
52b5f8ccdd Changed websocket url, favicon and updated package.json and package-lock.json so we dont have cli injection anymore 2025-12-03 20:27:53 +01:00
someone
1bc2c20b32 Implemented cryptomining, although its extremely bad optimized. 2025-12-03 18:20:02 +01:00