df-browse-sizesort-patch #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "df/webif:df-browse-sizesort-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add sort by size asc/desc to media browser display, per https://hummy.tv/forum/threads/webif-web-interface-1-4-x.7712/post-142116.
Sort line is reorganised like this, with x for the icons:
Perhaps rename like this?
Or add tooltips to explain what (eg) reverse-size means?
Icon for sort-size uses a disk-space pie.
Looks good - I'd be happy with name changes in general. I don't think it's obvious what sort
newest
means versusoldest
, but people will learn which way round it is.largest
rather thanbiggest
I think.If you don't find the new names obvious I don't think it's worth changing. Instead I've added a tooltip for each sort order, where there's less of a constraint on the length.
The problem with the proposed names was that the word "first" was needed to clarify all except 'name' but that overflowed the space if applied individually, and didn't make sense if applied to all the options.
WIP:df-browse-sizesort-patchto df-browse-sizesort-patchThanks - nice use of tailcall for the more generic sort function!