antonio-mello-ai commented on PR #63467:
URL: https://github.com/apache/airflow/pull/63467#issuecomment-4085968654
@bbovenzi — thanks for the feedback! All three points addressed in commit
`0b93488`:
1. **Highlighting**: Replaced `orange.emphasized`/`yellow.emphasized` with
Chakra semantic tokens:
- `bg.muted` for the currently selected match line
- `bg.subtle` via `<Mark>` for inline text highlighting (exact match text
only, not the full line)
- Non-current matches no longer highlight the full row
2. **Filter bar wrap**: Added `flexWrap="wrap"` + `gap={2}` to the header
`HStack` so dropdowns and search bar flow to a second line on narrow viewports
instead of being cramped.
3. **Streaming logs**: Understood — no changes needed since loading
indicator already exists.
Tests updated (178 passing), lint clean, pre-commit hooks pass.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]