Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
22.75k stars 1.57k forks source link

persist app sort method selection by saving it against the user #14703

Closed andz-bb closed 1 month ago

andz-bb commented 1 month ago

Description

Every time you load the apps list in the portal it defaults to sorting the apps alphabetically. If you select a different method of sorting it works but then the selection is lost on refresh. This PR adds a new property to the user appSort which is then updated when a new sorting method is selected by the user. This is then used to sort the apps on subsequent page loads so the user preference is persisted.

Launchcontrol

save the user's app sorting method selection in the portal apps screen