feat(fortal): align visuals with Radix Themes 3.3.0#80
Draft
leoafarias wants to merge 3 commits into
Draft
Conversation
leoafarias
marked this pull request as ready for review
July 21, 2026 00:21
leoafarias
force-pushed
the
feat/fortal-polish
branch
from
July 24, 2026 14:42
dd2b05e to
f562077
Compare
leoafarias
marked this pull request as draft
July 24, 2026 14:42
4 tasks
Preserve the origin/main component contracts while adding the canonical Fortal theme, visual recipes, effect rendering, and an explicit parity/deferred-capability manifest. Render the generated Fortal wrappers from the Mix prerequisite and keep functional component expansions out of this visual-only layer.
leoafarias
force-pushed
the
feat/fortal-polish
branch
from
July 24, 2026 15:26
f562077 to
460d41d
Compare
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.
Dependencies
ready for review with green CI.
mix_annotations 2.2.0-beta.1andmix_generator 2.2.0-beta.2,released from the merged
Mix #997.
Summary
origin/mainRemix component contracts for Button, Card, Menu, Select, Slider, Progress, Tabs, Spinner, Dialog, Popover, and Tooltip; generated Fortal wrappers remain style-free preset shells.FortalScopetheme surface (accent,gray,brightness, radius, scaling, panel background) with nested inheritance and overlay propagation.Compositional Menu/Select APIs, range Slider, indeterminate Progress, wrapping Tabs, arbitrary button content, interactive Card, and the dashboard remain deferred to independent follow-up PRs.
Visual evidence
Validation
fvm dart run melos ci— passed; clean generation reproduced 23 artifacts, documentation validated 45 examples, parity verified 20 mapped families plus 3 extensions, and 2,082 Flutter tests passed.fvm flutter analyze— no issues.git diff --check— passed.fvm flutter pub get— resolved the published annotation/generator betas andthe workspace's intentional Mix revision override.