Arranging Apps
-
-
@nebulon yes they are app links, there are more cloudron apps on the next line.
Arranging them, like a phone's "home" screen, would be a really nice feature.
I'd also like the ability to add "Groups" like an Uptime Kuma status page.
-
-
I just started using app links and it doesn't seem to be sorting app link apps by their subdomain or by label, weird behavior. Label would be my preferred sorting order if possible.
-
@nebulon said in Arranging Apps:
Apps are currently sorted by fqdn, so the domain name, not the display label.
That doesn't appear to actually be the case with it comes to app links, which is what @ChristopherMag was just referring to.
see e.g. this app link:
Neither "Loomio" nor what it links to i.e. https://www.loomio.com/uniteddiversity logically comes between G and I
-
The
fqdn
bug is fixed with https://git.cloudron.io/cloudron/box/-/commit/1026728ab7167c00e2a13a4407d19696ddba3162Also the sorting is now adjusted to
label || fqdn
https://git.cloudron.io/cloudron/box/-/commit/7a0b74d79bd4aff9abf9ce685040a5fa94752479 at least with my set of testing apps this made most sense and much better aligns with what is displayed in the grid items. -
-
@nebulon said in Arranging Apps:
Also the sorting is now adjusted to label || fqdn
Does that mean, first by label and then by fqdn?
-
@jdaviescoates yes, first by label if it exists. If label doesn't exist, then fqdn.