steveahnahn opened a new pull request, #55604:
URL: https://github.com/apache/airflow/pull/55604
## Summary
Add modal dialog to display all DAG tags when the tag list is truncated
(more than 3 tags), allowing users to view and interact with all tags
regardless of quantity.
## Problem
The DAG tags display was limited to showing only the first 3 tags with a "+X
more" tooltip that displayed additional tags in a cramped, non-interactive
format. Users with DAGs containing many tags (20+ tags) had no way to properly
view or click on the hidden tags
## Solution
Added modal functionality to LimitedItemsList component
## Testing
Tested with a DAG containing 25+ tags:
- Modal opens correctly showing all tags
- Tag filtering works properly
## Related Issues
Fixes #55511
--
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]