kjh2064
cd313ded65
fix(fe): eliminate page-level scroll via viewport-fit shell layout
...
Root cause (Part 2): Both KsAppShell and AppShellLayout used min-height: 100vh,
allowing flex containers to grow beyond viewport when content exceeded height.
Solution: Convert shell layouts from min-height: 100vh → height: 100vh (fixed).
Add min-height: 0 to intermediate flex containers (.ks-app-shell__container,
.ks-app-shell__main) for proper height propagation.
Changes:
- KsAppShell.vue: min-height: 100vh → height: 100vh
- KsAppShell.vue: add min-height: 0 to __container and __main
- AppShellLayout.vue: min-height: 100vh → height: 100vh (backup fix)
Tested: models-master now fits viewport perfectly, no page-level scroll.
Combined with previous PageLayout grid fix, all layout components now
follow single-screen principle: viewport-fit without overflow.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-08-16 00:46:17 +09:00
kjh2064
17bb6ed72d
refactor(fe): centralize footer exclusion to base.css - single source of truth
...
Changes:
• base.css: Add global footer hiding rule (applies to all .ks-page__footer, .ks-shell__footer, footer[class*=ks-])
• PageLayout: Remove individual footer CSS (use global rule)
• AppShellLayout: Remove individual footer CSS (use global rule)
Benefits:
✓ Single source of truth (base.css)
✓ Easier to maintain and update globally
✓ Consistent behavior across all layouts
✓ Can enable/disable with one change if needed
✓ Structure preserved (v-if, grid-areas intact)
Design principle: Single-screen + content-first
• All controls in header/command-bar/summary
• Recover ~48-64px per page for content
• Mobile-friendly (no hard-to-reach footer)
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-08-16 00:25:25 +09:00
kjh2064
2b4f043989
fix(fe): exclude all footers - maximize screen real estate
...
Changes:
• PageLayout: .ks-page__footer { display: none; }
• AppShellLayout: .ks-shell__footer { display: none; }
• AGENTS.md: Enhanced footer policy (all levels excluded)
Policy: Single-screen principle
✓ NO page-level footers (PageLayout #footer)
✓ NO global footers (AppShellLayout footer)
✓ All controls → header/command-bar/summary
✓ Maximize content area (recover ~48-64px per page)
✓ Mobile-friendly (bottom footer = hard to reach)
Structure preserved (v-if, grid-areas) for backward compatibility.
CSS hiding allows future restoration if needed.
Reference: Session 2026-08-16, responsive design + content-first UX
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-08-16 00:24:59 +09:00
kjh2064
5e686a0613
fix(fe): complete responsive design standardization for all layouts
...
- DashboardLayout: breakpoint 900px → 1100px
- AppShellLayout: hardcoded 16rem → var(--ks-sidebar-width), breakpoint 900px → 1100px
- CrudWorkspaceLayout: already compliant (CSS variables + 1100px)
All 7 layouts now use:
✅ CSS variables (no hardcoded widths)
✅ Unified breakpoints (1100px tablet, 768px mobile)
✅ Flex: 1 / min-height: 0 height propagation
Reference: docs/FRONTEND-RESPONSIVE-DESIGN-STANDARD.md
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-08-16 00:16:47 +09:00
kjh2064
31b36ba226
V13-FE-005: consolidate approved UI governance and contract hardening
...
Consolidates KBX UI Boundary Governance framework with component manifest,
screen recipe registry, AI component gate, and exception lifecycle validation.
Evidence (evidence/V13-FE-005/*.log, 55+ files):
- Full frontend regression: 70 files / 180 tests PASS
- UI boundary gate: 37 files / 0 failures / 6 raw-color warnings (DEBT tracked)
- Component manifest validation: 0 failures
- Screen recipe governance: 0 failures
- AI component gate: 17 feature files / 23 known exports / 0 failures
- Accessibility E2E: 22 passed
- Production build: PASS (>500 kB chunk warning V13-FE-038 DECISION_REQUIRED)
- TypeCheck: PASS
- KBX validators: All 5 PASS (failures=0)
Added: 19 files (6 validator scripts, 6 test specs, 4 slice notes, 3 registries)
Modified: 9 files (CI workflow, WBS tracker, E2E specs, FE setup, Layout, TS configs)
Outstanding per V13-FE-005 note: AI prop-level validation, exception lifecycle,
browser/visual/AT/performance evidence. No completion overclaim.
AGENTS.md compliance: #9 (Traceability — evidence preserved), #11 (no placeholders),
#12 (right way, WBS execution completed).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-08-14 10:35:15 +09:00
kjh2064
021ca5aa13
feat: add wbs and component catalogue workspace
ci / static (push) Failing after 10s
ci / backend (push) Failing after 1s
ci / static (pull_request) Failing after 10s
ci / backend (pull_request) Failing after 0s
ci / publish (push) Has been cancelled
ci / frontend (push) Has been cancelled
Build & Test with Secrets / build (pull_request) Failing after 1s
ci / publish (pull_request) Has been cancelled
ci / frontend (pull_request) Has been cancelled
Build & Test with Secrets / notification (pull_request) Has been cancelled
Build & Test with Secrets / security-scan (pull_request) Has been cancelled
Build & Test with Secrets / frontend (pull_request) Has been cancelled
2026-08-06 14:03:21 +09:00
kjh2064
dcd1322d41
Initial commit: Add project files
ci / backend (push) Failing after 12s
ci / frontend (push) Failing after 19s
ci / static (push) Failing after 45s
2026-08-02 05:15:36 +09:00