d2d487eb97
Fix ArrowDown import
2026-06-15 13:41:44 -07:00
ba00e143cc
Fix Tool pill styling syntax issue
2026-06-15 13:22:06 -07:00
44385514cd
Add blinking cursor to active streaming text
2026-06-15 13:12:08 -07:00
6cf4dc494f
Remove Thinking container, render thoughts as normal chat text
2026-06-15 13:02:44 -07:00
9504d5f4a9
Remove floating Action Status Bar from chat UI
2026-06-15 12:56:38 -07:00
041aef63e2
Fix syntax error
2026-06-15 12:42:05 -07:00
3f40e5f86e
Beautify chat UI: tool pills, code blocks, modern links
2026-06-15 12:35:50 -07:00
812ee4bfec
Polish thinking streaming UI and ordering
2026-06-15 12:23:45 -07:00
86da778721
Implement accumulate-then-act streaming for thinking models
2026-06-15 12:13:46 -07:00
e58972d594
Enable Gemini thinking stream
2026-06-15 11:37:29 -07:00
ec68e78725
fix(logs): include missing deployment UUIDs in anatomy output so frontend can reliably fetch build logs
2026-06-14 15:04:25 -07:00
6578a45332
fix(dashboard): allow style overrides on primary and secondary buttons
2026-06-14 14:44:58 -07:00
6e0620ea7d
fix(dashboard): align server logs page to workspace layout and flatten database link in sidebar
2026-06-14 14:42:46 -07:00
54cb481f53
fix(databases): align database table list text spacing and icon sizes with codebase tree
2026-06-14 14:39:09 -07:00
2cdbadec8c
fix(databases): execute exact row count fallback for empty tables and tighten table spacing
2026-06-14 14:36:19 -07:00
0894f1093d
fix(databases): ensure row count pill renders safely
2026-06-14 14:26:18 -07:00
0f2476b863
fix(databases): format row counts as pills on the right side of the tree
2026-06-14 14:23:55 -07:00
2b4f0d9a5f
fix(databases): align database header with table row list in sidebar tree
2026-06-14 14:20:12 -07:00
606af52b8e
fix(databases): move table metadata to the bottom of the table viewer
2026-06-14 14:17:56 -07:00
103ad8c81f
fix(databases): apply Flowbite colors to data table viewer
2026-06-14 14:15:15 -07:00
c5894775f8
fix(dashboard): align table tree styling with codebase tree and flatten public schemas
2026-06-14 14:13:16 -07:00
c004be3b12
fix(databases): align database tree styles with codebase tree
2026-06-14 14:11:14 -07:00
6057fb91c1
fix(codebase): perfectly align left file tree header and right preview header
2026-06-14 13:56:33 -07:00
ecd51a3987
fix(codebase): add top bar header frame to file viewer loading states
2026-06-14 13:50:07 -07:00
93e08e5c8e
feat(codebase): auto-select the best entry point file on load so preview isn't empty
2026-06-14 13:47:08 -07:00
ccba3d42d2
feat(codebase): smart auto-expand logic for Next.js and React project structures
2026-06-14 13:45:03 -07:00
e06ad16aab
fix(codebase): optimize layout paddings for code editor feel
2026-06-14 13:32:25 -07:00
1895c8f947
perf(codebase): implement in-memory cache for file tree to persist state across tab navigations
2026-06-14 13:13:50 -07:00
3774a1771b
fix(codebase): adjust code viewer spacing, font size, and line number colors to match design reference
2026-06-14 13:11:12 -07:00
d41a2619b1
feat(codebase): add image and SVG preview support to the file viewer
2026-06-14 13:05:07 -07:00
448968119e
fix(codebase): flip code viewer syntax highlighting to oneLight theme
2026-06-14 13:03:04 -07:00
759ad99cd8
feat(codebase): add syntax highlighting via react-syntax-highlighter with vs-dark-plus theme to the file viewer
2026-06-14 13:02:21 -07:00
249d88f405
feat(codebase): add file-type specific subtle colored icons to the file tree
2026-06-14 12:59:07 -07:00
bb5d879a0d
feat(dashboard): add FileTree component and auto-expand top level directories
2026-06-14 12:53:27 -07:00
77b24f1a6b
fix(logs): resolve object-child crash and align terminal colors to light theme
2026-06-14 12:46:26 -07:00
4c0754de33
fix(logs): fix terminal layout
2026-06-14 12:44:19 -07:00
7e67e480bb
fix(logs): fix terminal colors and payload rendering
2026-06-14 12:43:09 -07:00
95f54260c1
feat(dashboard): integrate MagicUI Terminal and BorderBeam
2026-06-14 12:41:11 -07:00
869098af1e
feat(codebase): auto-expand top-level directories in file tree
2026-06-14 12:34:53 -07:00
f19155ed44
fix(dashboard): add missing dashboard-ui component kit
2026-06-13 11:31:44 -07:00
8a4aad3707
fix(dashboard): rename AI Blueprint to Plan Docs
2026-06-13 11:18:52 -07:00
0bc9e288f1
feat(dashboard): reword and reorder sidebar for non-technical founders
...
Rewords dev-jargon into approachable business concepts and reorders them by priority (Product > Data/Infra > Ops).
- Plan & Specs -> AI Blueprint
- Code -> Codebase
- Auth / Users -> Users
- Data -> Databases
- Storage -> File Storage
- Services -> Live Servers
- Domains -> Custom Domains
- Logs -> Server Logs
2026-06-13 11:17:36 -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
76c0241bd1
Save frontend state (layout, sidebar, chat panel, preview refresh fix) before rollback
2026-06-12 16:35:45 -07:00
5a7e1abcc7
design(preview): restore path input box with datalist dropdown for free-text navigation
2026-06-12 15:03:16 -07:00
960232e525
design(preview): match toggle button sizes to device toggles
2026-06-12 15:00:40 -07:00
6687b79bfd
design(chat): replace internal expand button with floating edge toggle; add ChevronLeft
2026-06-12 13:01:36 -07:00
2b569bd55f
fix(dashboard): re-add missing Users icon import for sidebar
2026-06-12 12:55:54 -07:00