story-kit: merge 186_story_add_storkit_branding_to_header

This commit is contained in:
Dave
2026-02-25 15:32:03 +00:00
parent 2ed8c3c045
commit cc59f0fcfc
2 changed files with 16 additions and 0 deletions

View File

@@ -136,6 +136,11 @@ describe("ChatHeader", () => {
expect(screen.getByText("Built: 2026-01-01 00:00")).toBeInTheDocument();
});
it("displays StorkIt branding in the header", () => {
render(<ChatHeader {...makeProps()} />);
expect(screen.getByText("StorkIt")).toBeInTheDocument();
});
it("shows disabled placeholder when claudeModels is empty and no API key", () => {
render(
<ChatHeader

View File

@@ -73,6 +73,17 @@ export function ChatHeader({
marginRight: "20px",
}}
>
<span
style={{
fontWeight: "700",
fontSize: "1em",
color: "#ececec",
flexShrink: 0,
letterSpacing: "0.02em",
}}
>
StorkIt
</span>
<div
title={projectPath}
style={{