cmux/web/app/docs
Lawrence Chen 851c706db7
Redesign changelog page with feature highlights (#630)
* Redesign changelog page with feature highlights and visual hierarchy

Major releases now show narrative summaries, feature highlight cards
(with image support for screenshots), colored section badges, and
contributor avatars. Minor releases stay compact. Adds changelog-media.ts
as a supplementary data layer alongside CHANGELOG.md.

* Use Next.js Image for optimized loading and GitHub avatar remotes

* Add screenshots for Open With and Tab Colors features

* Add workspace metadata screenshot

* Switch to single-column inline layout, add command palette screenshot

* Conductor-style titles, narrower body, narrative descriptions, reorder features

* Add pin workspace and tab context menu screenshots, remove subtitle

* Add View Changelog link to front page, add DevTools to 0.60.0

* Add CJK input screenshot to 0.60.0

* Read real PNG dimensions at build time, add proper sizes attribute

* Fix image overflow: wrap in overflow-hidden container, add max-w-full

* Fix CSS cascade: move docs-content styles into @layer base

Unlayered CSS beats @layer utilities in the cascade, so .docs-content
rules (margins, padding, list-style) were overriding Tailwind utilities
on ul, li, h2 elements in the changelog page. Moving them into
@layer base lets utilities win without needing !important hacks.

* Switch docs-content spacing from margin to padding

Margins were collapsing and conflicting with Tailwind layout utilities
in the changelog. Padding doesn't collapse and can't interfere with
external spacing set by parent containers.

* Fix changelog layout: use flex column + inline styles for all spacing

Block layout was collapsing when articles had media content (h2, feature
divs, section divs all rendered at the same position). Switching to
display:flex + flex-direction:column on articles and using inline styles
for all spacing guarantees proper vertical stacking regardless of
docs-content CSS interference.

* Remove border from changelog images

* Replace devtools screenshot with cmux inspecting cmux.dev
2026-02-27 03:41:52 -08:00
..
api Add sidebar metadata CLI subcommands and API docs (#305) 2026-02-22 16:06:32 -08:00
browser-automation Add browser automation docs page (#622) 2026-02-27 00:42:50 -08:00
changelog Redesign changelog page with feature highlights (#630) 2026-02-27 03:41:52 -08:00
concepts Improve docs page meta descriptions for SEO 2026-02-10 14:51:54 -08:00
configuration Expand default HTTP host allowlist for local dev 2026-02-20 19:55:59 -08:00
getting-started Clarify session restore limits in docs (#472) 2026-02-25 03:02:56 -08:00
keyboard-shortcuts Improve docs page meta descriptions for SEO 2026-02-10 14:51:54 -08:00
notifications Improve docs page meta descriptions for SEO 2026-02-10 14:51:54 -08:00
docs-nav.tsx Add Read the Docs link below bottom CTA on homepage (#411) 2026-02-23 20:09:44 -08:00
layout.tsx Add docs, blog, community pages and polish landing page layout 2026-02-09 23:38:05 -08:00
page.tsx Add docs, blog, community pages and polish landing page layout 2026-02-09 23:38:05 -08:00