Commit Graph

17 Commits

Author SHA1 Message Date
44bed63c28 fix(codebase): constrain right column height to prevent window scrolling 2026-06-14 13:37:20 -07:00
86ebf542b9 fix(codebase): constrain height correctly to flex container 2026-06-14 13:34:20 -07:00
e06ad16aab fix(codebase): optimize layout paddings for code editor feel 2026-06-14 13:32:25 -07:00
3a884fe28d fix(codebase): constrain layout to 100vh so left and right panes scroll internally instead of the window 2026-06-14 13:29:21 -07:00
db7814782c fix(dashboard): align rail group titles, headers, and count pills with reference design 2026-06-14 13:27:42 -07:00
c56a39d763 fix(codebase): optimize layout for editor view
- Removes top PageHeader to maximize vertical space.

- Sets layout padding tighter.

- Dynamically replaces 'Code files' header with the repository name (if single repo).

- Hides redundant nested tile header when there's only one codebase.
2026-06-14 13:25:35 -07:00
9766990e70 fix(codebase): connect the code tree container and preview container like in reference image 2026-06-14 13:23:33 -07:00
824fe0c6f1 fix(codebase): remove subtitle from Codebase page header 2026-06-14 13:22:27 -07:00
d738842069 fix(codebase): remove legacy single-codebase hint description from api endpoints 2026-06-14 13:20:49 -07:00
adc60690c8 fix(codebase): remove duplicate THEME definition causing build failure 2026-06-14 13:19:21 -07:00
01d9c07e24 fix(codebase): migrate codebase layout wrappers to dashboard-ui cards 2026-06-14 13:18:14 -07:00
52f8c26ace fix(dashboard): align heading styles across legacy pages to match dashboard-ui 2026-06-14 12:52:53 -07:00
9092b9e549 fix(dashboard): remove Analytics, Marketing, Security, Integrations + fix build
- Deleted unused/stub routes: Security, Analytics, Marketing (+SEO/Social), Integrations
- Removed these routes from the Dashboard Sidebar menu
- Fixed Next.js build errors caused by duplicate component declarations (SectionHeader, KvRow) in overview, hosting, services, and infrastructure by relying fully on the unified dashboard-ui kit.
2026-06-13 11:13:37 -07:00
eb198e2d4d ship: project dashboard pages + sidebar/chat overhaul + log tooling
Ships accumulated WIP that was sitting uncommitted:
- New (home) dashboard route pages: overview, code, data/tables, hosting,
  infrastructure, services, domains, integrations, agents, analytics, api,
  automations, billing, logs, market, marketing(+seo/social), product, security,
  storage, users, settings(app/auth).
- dashboard-sidebar, project-icon-rail, chat-panel updates; mcp + anatomy route
  changes; package.json/lock dependency bumps.
- Coolify log tooling (scripts/fetch-app-logs.mjs + fetch-app-logs-ssh.mjs) and
  ai-new-thread.md "Fetching Production Logs" section.

Excludes throwaway debug scripts and telemetry audit dumps (the latter contain
live credentials and must not be committed).
2026-06-12 18:09:09 -07:00
95253c7707 fix(preview): resolve ReferenceError on isForceStarting initialization order 2026-06-12 16:46:35 -07:00
960232e525 design(preview): match toggle button sizes to device toggles 2026-06-12 15:00:40 -07:00
81994d4b6c design(dashboard): remove unused routes, rename existing routes to match Base44 menu structure 2026-06-12 12:42:19 -07:00