Summary | Alternate Portal Layout |
Queue | Horde Base |
Queue Version | HEAD |
Type | Enhancement |
State | Accepted |
Priority | 1. Low |
Owners | |
Requester | chuck (at) horde (dot) org |
Created | 10/28/2006 (6773 days ago) |
Due | |
Updated | 11/09/2008 (6030 days ago) |
Assigned | |
Resolved | |
Milestone | Horde 4.0 |
Patch | No |
http://interface.eyecon.ro/demos/sort.html
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Alternate Portal Layout
Queue ⇒ Horde Base
State ⇒ Accepted
requirement to allow blocks to be extra-wide. Just having x (still
configurable) columns, with blocks stacked on each other one over the
other, makes it much easier to drag them around and determine a sort
order (instead of the current grid). Also means you don't have to play
with the length of your task list to avoid wasting space.
Basically, instead of the current grid:
a | c
a |
a |
- | -
b | d
Here, "c" has a lot of extra space and "d" is too far down because it
has to clear "a" as well. I'd propose:
a | c
a | -
a | d
- | -
b | e
It also happens to simplify the code a lot, of course, but that's not
the main reason to do it. The only real bummer with this change that I
can think of is comics - but I'd just have one extra-wide column in my
portal to accomodate that; I personally don't think it's worth it just
for that.