Conversation
Move the field layout into a single row component and give the renderer a token-based style layer instead of a Material theme. - add AjfFieldRow, AjfSlideHeader and AjfRepStrip so the label/control/hint layout and the slide chrome each live in one place - add AjfFieldTypeLabelPipe plus the type-name translations in all eight dictionaries - add impure memoized slide/form stats pipes (ajfSlideCompletion, ajfFormIssues) and the ajfCurrentSlide pipe - replace mat-form-field wrappers with bare .ajf-control primitives and --ajf-* CSS custom properties, with light/dark palettes and an optional M2/M3 theming mixin shipped as an asset - update the dev-app, e2e-app and Cypress specs for the new markup Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
tulas75
requested review from
robzan8 and
sara-gnucoop
and removed request for
robzan8
August 24, 2026 09:27
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.
Move the field layout into a single row component and give the renderer a token-based style layer instead of a Material theme.