Skip to content

feat(calc): wire DocumentTitle for tab titles#12

Closed
nathanstitt wants to merge 1 commit into
fix/ci-bootstrap-flagfrom
feat/document-title-component-wiring
Closed

feat(calc): wire DocumentTitle for tab titles#12
nathanstitt wants to merge 1 commit into
fix/ci-bootstrap-flagfrom
feat/document-title-component-wiring

Conversation

@nathanstitt
Copy link
Copy Markdown
Contributor

Summary

  • `screens/index.tsx` — `` on the No-File panel so the tab reads TinyCld: — Calc.
  • `screens/[id].tsx` — `` in CalcEditorFromMount so an open workbook reads TinyCld: — Calc — Q3 Budget (auto-truncated past 40 chars).

Depends on

Test plan

- screens/index.tsx — sets <DocumentTitle pkg="Calc" /> so the
  No-File panel tab reads "TinyCld: <Org> — Calc".
- screens/[id].tsx — sets <DocumentTitle pkg="Calc" title={itemName}
  /> in CalcEditorFromMount so the open workbook reads "TinyCld:
  <Org> — Calc — Q3 Budget".

Stacks on fix/ci-bootstrap-flag (calc#8) — needs that landed first
for CI to pick up the --assemble-only flag rename.

Depends on tinycld/core#15 (DocumentTitle, merged) and
tinycld/app#17 (vitest expo-router/head stub, merged).
@nathanstitt nathanstitt deleted the branch fix/ci-bootstrap-flag May 31, 2026 06:14
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.

1 participant