2 Commits
Author SHA1 Message Date
Muhammad Ridwan RamadhanandMuhammad Ridwan Ramadhan 581ab7687e fix(ui): show API key row actions on mobile (#1112)
The visibility, copy, and delete buttons in the API Keys list used , which never reveals on touch devices because they don't fire :hover. Switch all three to  — visible by default on mobile, hover-revealed on sm+ — matching the pattern already used in providers/ and media-providers/

Co-authored-by: Muhammad Ridwan Ramadhan <ridwanramadhan8888@gmail.com>
2026-05-14 11:06:22 +07:00
Muhammad Ridwan RamadhanandMuhammad Ridwan Ramadhan 692d1fdf57 fix(docker): restore /app/server.js in standalone build (#1064) (#1067)
Set outputFileTracingRoot back to projectRoot. In Docker, the parent
(monorepoRoot) was /, which caused Next.js to emit server.js at
.next/standalone/app/server.js and pull in /usr, /root, /proc paths,
breaking  from /app.

Fixes #1064

Co-authored-by: Muhammad Ridwan Ramadhan <ridwanramadhan8888@gmail.com>
2026-05-13 15:35:44 +07:00