Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
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
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