feat(dashboard): add polished Fortal dashboard example - #95
Draft
leoafarias wants to merge 18 commits into
Draft
Conversation
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.
…into feat/fortal-polish
Rename fortal*Styler helpers to fortal*Style so @MixWidget infers Fortal* names from the Style suffix, and surface every recipe parameter (highContrast, fallbackLength, etc.) on the generated widgets.
Related to #89.
Related to #90.
Related to #91.
5 tasks
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.
Stack
Depends on #80 and intentionally targets
feat/fortal-polish. Review only the dashboard example delta in this PR. Merge #80 first, then retarget this PR tomain.Description
Related Issues
Related to #80.
Visual Evidence
Desktop (
1440x900) and compact (390x844) layouts were verified locally, including both account menus, compact row actions, and the navigation drawer, with no console errors or warnings. Screenshots are pending upload before this draft is marked ready for review.Validation
fvm dart run melos run ci— passed; 17 dashboard tests and 2,105 Remix tests.cd packages/dashboard && fvm flutter analyze— passed with no issues.cd packages/dashboard && fvm flutter build web— passed.cd packages/dashboard && fvm flutter build macos --debug— passed.git diff --check— passed.Checklist
///).Breaking Change
Does this PR require users of the package to manually update their code?