feat(FN-3362): add node detail modal with docker config routes

This merge delivers three focused changes: fixes the Git Manager modal mobile overflow (FN-3367) with new CSS, stabilizes the Docker config modal recreate indicator tests (FN-3114) with comprehensive new test coverage, and adds hook baseline cleanup tests (FN-3362). The changes span the core databas

Fusion-Task-Id: FN-3362
This commit is contained in:
Fusion
2026-05-04 19:11:47 -07:00
committed by gsxdsm
parent 8f0f9257ed
commit e3011e9aca

View File

@@ -19,6 +19,7 @@ describe("useMobileKeyboard", () => {
});
afterEach(() => {
_resetInitialViewportHeight();
Object.defineProperty(window, "visualViewport", {
value: savedVisualViewport,
writable: true,