dify/web/app
yungle246 8391cf7d05 fix(web): keep API key table header and rows aligned on scroll
The secret-key modal rendered the header and the rows in separate
containers with fixed pixel column widths. Adding the Scope column pushed
the total width past the modal, so the body scrolled horizontally on its
own and desynced from the fixed header.

Switch to proportional flex columns (header and rows share the same
weights) with min-w-0 + truncate, and constrain the body to vertical
scroll only. Columns now always fit the modal width, so the header and
values stay aligned. The scope cell gains a title tooltip for the full
label when truncated.
2026-06-18 17:59:54 +09:00
..
(commonLayout) fix: align app and knowledge detail shell styles (#37555) 2026-06-17 01:25:05 +00:00
(humanInputLayout)/form/[token] fix: fix human input form logo replace (#37452) 2026-06-15 07:27:25 +00:00
(shareLayout) fix(web): preserve form state during config refetch (#37357) 2026-06-12 03:21:33 +00:00
account feat(web): refine onboarding UI (#37433) 2026-06-15 08:47:15 +00:00
activate feat(web): create system-features vertical (#36894) 2026-06-01 10:15:25 +00:00
auth/refresh feat(web): refine onboarding UI (#37433) 2026-06-15 08:47:15 +00:00
components fix(web): keep API key table header and rows aligned on scroll 2026-06-18 17:59:54 +09:00
device feat(web): create system-features vertical (#36894) 2026-06-01 10:15:25 +00:00
education-apply feat(web): refine onboarding UI (#37433) 2026-06-15 08:47:15 +00:00
forgot-password feat(web): create system-features vertical (#36894) 2026-06-01 10:15:25 +00:00
init refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
install fix(ui): keep loading buttons focusable (#37383) 2026-06-12 10:31:33 +00:00
oauth-callback feat: the frontend part of mcp (#22131) 2025-07-10 14:14:02 +08:00
reset-password feat(web): create system-features vertical (#36894) 2026-06-01 10:15:25 +00:00
signin refactor: use foxact package for copied hooks (#37308) 2026-06-11 01:05:08 +00:00
signup fix(web): attach Amplitude user ID before firing registration event (#37091) 2026-06-05 06:31:27 +00:00
styles fix(web): align viewport and overlay accessibility (#37142) 2026-06-08 01:45:39 +00:00
error.tsx fix(web): prefetch workspace and guard routes with contract query (#36870) 2026-05-31 14:02:00 +00:00
layout.tsx fix(web): align viewport and overlay accessibility (#37142) 2026-06-08 01:45:39 +00:00
routePrefixHandle.tsx refactor: route next/navigation through compat re-export (#33636) 2026-03-18 12:57:03 +08:00