Feat: persist apps sort order into config
Hi !
As said in #435 this first easy solution :)
Hey, I'm thinking we extend this a little more. What do you think about leaving name as the default sort but saving the selected sort method to config, so that it persists between uses?
Hey, I'm thinking we extend this a little more. What do you think about leaving name as the default sort but saving the selected sort method to config, so that it persists between uses?
Yes that's what I said in the issue #435 related to this PR. I've done it in the last commit :)
I moved to onMounted() function like you said. I observed a latency before the function is called, like 1-2 seconds. I let you see by yourself, or I move back the initialization to the ref() declaration ?
I moved to onMounted() function like you said. I observed a latency before the function is called, like 1-2 seconds. I let you see by yourself, or I move back the initialization to the ref() declaration ?
My apologies, I've been away. Can you please catch up to (pull in) latest main + resolve conflicts, now that the podman work is in?
I'll then run it up and check it out, I might need talk to Tibix about the latency issue.