Skip to content

fix(anythingllm-docker): dashboard/login templates say "WeOwnChat", not "WeOwn AI" - #164

Merged
ncimino merged 1 commit into
WeOwnNetwork:mainfrom
SinachPat:fix/patrick-dashboard-product-name
Aug 9, 2026
Merged

fix(anythingllm-docker): dashboard/login templates say "WeOwnChat", not "WeOwn AI"#164
ncimino merged 1 commit into
WeOwnNetwork:mainfrom
SinachPat:fix/patrick-dashboard-product-name

Conversation

@SinachPat

@SinachPat SinachPat commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Small, text-only fix: the dashboard and login page templates displayed the product as "WeOwn AI" in customer-visible text. That's wrong — WeOwn AI is the venture studio; WeOwnChat is this product. Split out from #163 (the new Landing/Purchase page), which surfaced the same mix-up and got it fixed there first — this PR carries the identical correction back into the canonical product templates.

What changed

anythingllm-docker/template/dashboard/public/index.html:

  • <title> : WeOwn AI — DashboardWeOwnChat — Dashboard
  • Sidebar header text (.t1): WeOwn AIWeOwnChat

anythingllm-docker/template/dashboard/public/login.html:

  • <title>: Sign in — WeOwn AISign in — WeOwnChat
  • Tenant line: Your private WeOwn AI workspaceYour private WeOwnChat workspace

4 lines, 2 files. No markup, styling, or script logic touched — confirmed via git diff before committing.

Scope note

This is the template — it fixes every future customer instance provisioned from here on. It does not touch already-live instances (chat.weown.dev, chattest.weown.dev, etc.); those still have the old text baked into their currently-deployed static assets until someone redeploys their dashboard. Flagging that explicitly rather than implying this PR reaches everywhere it visually shows up today.

Verification

Diffed before commit to confirm exactly these 4 lines changed and nothing else. This is static HTML/text — no build step applies to these files directly, so there's nothing further to run; the change is visually verifiable by reading the diff.

@SinachPat
SinachPat requested a review from ncimino as a code owner August 7, 2026 15:44
Copilot AI lite review requested due to automatic review settings August 7, 2026 15:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates AnythingLLM Docker dashboard static HTML templates to display the product name as WeOwnChat (customer-facing) instead of WeOwn AI (venture studio), aligning the canonical templates with the corrected branding used elsewhere.

Changes:

  • Update the dashboard page <title> and sidebar header text to “WeOwnChat”.
  • Update the login page <title> and tenant tagline to “WeOwnChat”.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
anythingllm-docker/template/dashboard/public/index.html Changes dashboard title and sidebar brand text to “WeOwnChat”.
anythingllm-docker/template/dashboard/public/login.html Changes login title and tenant line to “WeOwnChat”.

…ot "WeOwn AI"

WeOwn AI is the venture studio; WeOwnChat is the product these templates
belong to. Fixes the page titles and the two customer-visible text spots
(dashboard sidebar header, login page tenant line) in the canonical
dashboard/login templates — anythingllm-docker/template/dashboard/public/
{index,login}.html. Every future customer instance provisioned from this
template picks up the correct name; existing live instances (chat.weown.dev,
chattest.weown.dev, etc.) will show the old text until their own dashboard
static assets are redeployed, which is outside the scope of this PR.

Text-only change, 4 lines across 2 files — no markup, styling, or script
logic touched.
@SinachPat
SinachPat force-pushed the fix/patrick-dashboard-product-name branch from 35f0d97 to e65713d Compare August 8, 2026 17:06
@ncimino
ncimino merged commit 44d14c3 into WeOwnNetwork:main Aug 9, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants