Arranging Apps
-
@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.