Slice 8b: RAS public theme (guest menu) - #14
Merged
Conversation
The guest-facing side of the rebuild — the public menu, in the RAS identity. - theme/ (source co-located in the app repo; deploy drops it into the site's themes/): a dark, committed restaurant look uplifted from the original RAS #222, with a warm gold accent and an elegant printed-menu feel. - Templates: layout / header (RAS wordmark) / footer / entry / 404, and collection-menu_items — the menu grouped by its category relation (expanded by EntryView) with prices and dotted leaders. theme.json declares it + nav. - assets/app.css — one stylesheet, responsive, no build step. - Theme CI: php -l the templates on 8.2 + 8.3 (view files, no test DB). Reads the same menu_items collection the Orders picker uses; no core change. Templates lint clean locally; rendered a standalone preview to verify the look. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The guest-facing side of the rebuild — a public menu carrying the RAS identity, dark and elegant.
What's here
theme/— the theme source, co-located in the app repo (deploy drops it into the site'sthemes/, since Nimbus themes live underthemes/). A single, committed restaurant look uplifted from the original RAS#222, with a warm gold accent and a printed-menu feel.layout/header(RAS wordmark) /footer/entry/404, pluscollection-menu_items: the menu grouped by itscategoryrelation (expanded byEntryView), priced, with dotted leaders.theme.jsondeclares the templates + nav.assets/app.css— one responsive stylesheet, no build step.php -lthe templates on 8.2 + 8.3 (view files, no test DB).It reads the same
menu_itemscollection the Orders picker uses — no core change, no new model. Templates lint clean; a standalone render was used to verify the look.🤖 Generated with Claude Code