v0.30.2: header nav label "Philosophy" -> "About"
Revert the §14.3 persistent chrome link's display text from "Philosophy" back to "About" (relabeled in v0.21.0). Display text only — route /philosophy, the header-about class, and the page are unchanged. Patch per SPEC §20.2: cosmetic, no deployment action beyond a frontend rebuild. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -23,6 +23,23 @@ skip versions are the composition of each intervening adjacent
|
|||||||
release's steps in order — no A-to-B path is pre-computed beyond
|
release's steps in order — no A-to-B path is pre-computed beyond
|
||||||
that.
|
that.
|
||||||
|
|
||||||
|
## 0.30.2 — 2026-05-29
|
||||||
|
|
||||||
|
**Patch — header nav label: the persistent chrome link reverts from
|
||||||
|
"Philosophy" back to "About." Display text only — the route
|
||||||
|
(`/philosophy`), the `header-about` class, and the page itself are
|
||||||
|
unchanged. A plain frontend rebuild applies it; no schema, API, config,
|
||||||
|
overlay, or secret change.**
|
||||||
|
|
||||||
|
The §14.3 persistent link was relabeled "About" → "Philosophy" in
|
||||||
|
v0.21.0. This restores "About" as the neutral, framework-native label
|
||||||
|
(the CSS class `header-about` and the surrounding comment already call
|
||||||
|
it "the About link"). A deployment that wants a more pointed framing
|
||||||
|
can title its own About page in the `PHILOSOPHY.md` content the
|
||||||
|
`PHILOSOPHY_PATH` override serves.
|
||||||
|
|
||||||
|
Upgrade steps: none. **SHOULD** deploy as a normal code deploy.
|
||||||
|
|
||||||
## 0.30.1 — 2026-05-29
|
## 0.30.1 — 2026-05-29
|
||||||
|
|
||||||
**Patch — bug fix: a merged idea-PR whose branch was deleted no longer
|
**Patch — bug fix: a merged idea-PR whose branch was deleted no longer
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "rfc-app-frontend",
|
"name": "rfc-app-frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.30.1",
|
"version": "0.30.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -213,7 +213,7 @@ export default function App() {
|
|||||||
wonders why a conversation is public can reach the answer
|
wonders why a conversation is public can reach the answer
|
||||||
in two clicks. Anonymous viewers see it too. */}
|
in two clicks. Anonymous viewers see it too. */}
|
||||||
<Link to="/philosophy" className="header-about" title="Why this exists (§14)">
|
<Link to="/philosophy" className="header-about" title="Why this exists (§14)">
|
||||||
Philosophy
|
About
|
||||||
</Link>
|
</Link>
|
||||||
<Link to="/docs" className="header-about" title="User guide">
|
<Link to="/docs" className="header-about" title="User guide">
|
||||||
Docs
|
Docs
|
||||||
|
|||||||
Reference in New Issue
Block a user