ubiquitous-invention/apps/web/components
Randall Stillwell 011d3eb710 fix(workspaces): wire top-header create-workspace button + clarify echodo db naming
The Create Workspace button in the top-header dropdown was still calling
`window.alert("Create workspace (placeholder)")` instead of opening the
real CreateWorkspaceDialog. Wires it to the same dialog the sidebar
workspace switcher uses.

Also clarifies in .env.example and AGENTS.md that the canonical Postgres
database name is `echodo` everywhere (local, Coolify, drizzle ledger,
docker-compose POSTGRES_DB). A stale `tasks` database on CT 102 from the
pre-rename era was the root cause of the 2026-06 Authentik "Configuration"
SSO outage: Coolify correctly pointed at `echodo` (which was empty), while
the only initialized schema lived in the relic `tasks` DB.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 16:33:41 -05:00
..
ai multi-tenancy: promote workspaces to top-level table 2026-05-06 23:02:55 -05:00
editor fix(web): import @tasks/ai via workspace alias instead of relative path 2026-04-27 12:57:27 -05:00
forms multi-tenancy: promote workspaces to top-level table 2026-05-06 23:02:55 -05:00
layout fix(workspaces): wire top-header create-workspace button + clarify echodo db naming 2026-06-05 16:33:41 -05:00
objects multi-tenancy: promote workspaces to top-level table 2026-05-06 23:02:55 -05:00
panels multi-tenancy: promote workspaces to top-level table 2026-05-06 23:02:55 -05:00
providers feat: Full project management application scaffold 2026-03-26 22:39:16 -05:00
search multi-tenancy: promote workspaces to top-level table 2026-05-06 23:02:55 -05:00
sidebar multi-tenancy: promote workspaces to top-level table 2026-05-06 23:02:55 -05:00
teams feat(invites): smart recipient autocomplete combobox (Task 3, done) 2026-06-02 10:39:09 -05:00
templates multi-tenancy: promote workspaces to top-level table 2026-05-06 23:02:55 -05:00
types multi-tenancy: promote workspaces to top-level table 2026-05-06 23:02:55 -05:00
ui feat(web): wire workspace-home dashboard to real tRPC queries 2026-06-02 00:17:29 -05:00
views multi-tenancy: promote workspaces to top-level table 2026-05-06 23:02:55 -05:00
whiteboard chore(lint+types): green pnpm lint && pnpm type-check from a clean clone 2026-06-02 00:11:52 -05:00
workspaces multi-tenancy: promote workspaces to top-level table 2026-05-06 23:02:55 -05:00