#1688 closed feature-request (Fixed)
No priority view for folders in detail view
| Reported by: | karaken12 | Owned by: | nick |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.0.0 |
| Component: | Console UI | Version: | 1.3.0_dev |
| Keywords: | Cc: |
Description
Although you can *set* the priority of the sub-files of a folder, you cannot currently see the priority of sub-files without expanding the folder.
Change History (8)
comment:1 by , 15 years ago
comment:3 by , 15 years ago
| Milestone: | Future → 1.4.0 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:4 by , 15 years ago
This could be implemented but it's not totally trivial (requires either slightly complex code to do in one pass, or two passes over the file list each time).
Perhaps more importantly, if we're going for consistency, it looks to me like the gtk client does not show any priority for folders either, or am missing something?
comment:5 by , 15 years ago
Huh. I really did think the gtk client did this. The web client does, so I guess I just assumed. In any case, I do think this would be "a good thing", certainly for me, but I understand it's not a trivial change. It is perhaps more important here than on the gtk GUI, because there you can quickly scroll down and see if indeed all the files have the same priority; on the console it takes time to scroll through a long list of sub-files, so it'd be a distinct advantage to see if they are all the same without expanding the directory.
comment:6 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Actually turns out it was easier than I thought (when does that ever happen?) so it's now done :)
comment:7 by , 10 years ago
| Milestone: | 2.0.x → 2.0 |
|---|



For constancy with other UIs, this should probably be equal to the priority of the sub-files if they are all the same, and 'Mixed' otherwise.