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

   ## Why
   
   Sorting the Dags list by latest run puts Dags without any run in reverse 
alphabetical order. The backend already accepts several `order_by` values since 
#53408, but the Dags list only sent the first one.
   
   ## What
   
   Send every sort from the table state as `order_by`, and write all of them to 
the URL. Shift-click on a column header adds a secondary sort.
   
   Card view still has a single sort dropdown, so there is no way to set a 
secondary sort there. But a sort set in table view can still apply after 
switching to card view. I plan to add a secondary sort control to card view in 
a follow-up PR.
   
   
https://github.com/user-attachments/assets/19b8f50e-88cb-498e-9a95-1184a5661ed0
   
   
   closes: #46383
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Fable 5.1)
   
   Generated-by: Claude Code (Fable 5.1) 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