feat(webui): add prompt rail navigation

This commit is contained in:
Xubin Ren
2026-06-02 16:18:57 +08:00
parent e8d4aff5be
commit 1af2bc513f
8 changed files with 312 additions and 7 deletions
@@ -9,7 +9,7 @@ describe("MarkdownTextRenderer", () => {
const link = screen.getByRole("link", { name: "local server" });
expect(link).toHaveAttribute("href", "http://127.0.0.1:7891/");
expect(link).toHaveClass("text-blue-600", "dark:text-blue-300");
expect(link).toHaveClass("text-blue-500", "dark:text-blue-300");
});
it("does not wrap complete fenced code blocks in an extra pre", () => {