kaxil opened a new pull request, #63764: URL: https://github.com/apache/airflow/pull/63764
The providers page at `/registry/providers/` shows "Most Downloads" as the default sort option, but on initial load the providers are displayed in alphabetical order (the Nunjucks template render order). The sort only takes effect after manually changing the dropdown. - Extract the sort logic into a `sortProviders()` function - Call it on page initialization after `readURLParams()` so the DOM order matches the selected sort option on first render -- 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]
