From a457e8a5e38f41ad38b0fc4b7cee5ac0aa336b69 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 22 Jun 2026 23:00:55 +0800 Subject: [PATCH] docs: show README screenshots side by side --- README.md | 10 +++----- ...22-22-57-CST-readme-showcase-two-column.md | 25 +++++++++++++++++++ 2 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 docs/tasks/done/2026-06-22-22-57-CST-readme-showcase-two-column.md diff --git a/README.md b/README.md index a582635..7e2749c 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,9 @@ Bricks keeps useful information available after the chat moves on. ## Showcase -### Topic-based agent work - -![Bricks channel and thread workspace](docs/assets/showcase/chat-knowledge-organization.png) - -### Saved highlights and notes - -![Bricks resources for highlights and notes](docs/assets/showcase/resources-highlights.png) +| Topic-based agent work | Saved highlights and notes | +| --- | --- | +| ![Bricks channel and thread workspace](docs/assets/showcase/chat-knowledge-organization.png) | ![Bricks resources for highlights and notes](docs/assets/showcase/resources-highlights.png) | ## What's on the roadmap diff --git a/docs/tasks/done/2026-06-22-22-57-CST-readme-showcase-two-column.md b/docs/tasks/done/2026-06-22-22-57-CST-readme-showcase-two-column.md new file mode 100644 index 0000000..32e9937 --- /dev/null +++ b/docs/tasks/done/2026-06-22-22-57-CST-readme-showcase-two-column.md @@ -0,0 +1,25 @@ +# README Showcase Two-Column Layout + +## Background + +The README Showcase section displayed two screenshots as stacked subsections. + +## Goals + +- Show the two showcase screenshots in one row with two columns. +- Keep the screenshot labels and alt text readable in GitHub Markdown. + +## Implementation Plan + +1. Replace the stacked screenshot subsections with a two-column Markdown table. +2. Keep the existing screenshot asset paths unchanged. + +## Acceptance Criteria + +- The README Showcase section renders both screenshots in one table row. +- The two columns retain meaningful labels. +- No app behavior changes are made. + +## Validation Commands + +- `sed -n '20,42p' README.md`