feat(FN-3190): fix ListView split-pane UX follow-up issues

Fixes FN-3190 addresses follow-up UX feedback on the split-pane component in ListView, updating the layout styles and component logic with accompanying tests.

Fusion-Task-Id: FN-3190
This commit is contained in:
Fusion
2026-05-02 04:45:17 -07:00
committed by gsxdsm
parent f76a6755d9
commit 3e747f2190
5 changed files with 441 additions and 35 deletions

View File

@@ -79,6 +79,8 @@ describe("projectStorage", () => {
"kb-dashboard-hide-done",
"kb-dashboard-list-collapsed",
"kb-dashboard-selected-tasks",
"kb-dashboard-list-selected-task",
"kb-dashboard-list-sidebar-width",
"kb-quick-entry-text",
"kb-inline-create-text",
"fn-agent-view",
@@ -93,7 +95,7 @@ describe("projectStorage", () => {
"kb-chat-active-session",
]),
);
expect(PROJECT_STORAGE_KEYS).toHaveLength(17);
expect(PROJECT_STORAGE_KEYS).toHaveLength(19);
});
it("has no overlap between global and project-scoped keys", () => {