pierrejeambrun opened a new pull request, #68484:
URL: https://github.com/apache/airflow/pull/68484

   Adds **saved views** to the data tables: once you've applied filters / 
search / sorting to a table, you can save that state under a name and restore 
it later from a dropdown above the table, or delete saved views you no longer 
need.
   
   A "view" is the table's current URL query string (filters, search, page 
size) with the active sort baked in (sort is mirrored to `localStorage` and is 
often absent from the URL, so it's captured explicitly); pagination position is 
dropped so a restored view starts on page one. Views are stored per-page in 
`localStorage` (per browser), mirroring how table sort/limit are already 
persisted. The control lives in the shared `FilterBar`, so every filterable 
table gets it automatically.
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Opus 4.8)
   
   Generated-by: Claude Code (Opus 4.8) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


-- 
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]

Reply via email to