From: Kevin <ke...@dr...> - 2006-08-07 16:42:57
|
> On 8/7/06, Andrew Turner <ajt...@hi...> wrote: >> - Full View (no sidebar, items are shown 'full screen') >> >> We will have both a frames and full view for items, as I use both >> myself. And both are currently there, I'll have to check why the link >> to full view (just doesn't have the feeds sidebar) doesn't show up >> foryour Miles. > > Actually, I do see the full view link. However this is not really > comparable to the panel view. As I said in my previous email, full > view as it is now in the checked in code is comparable to "view all > items, paged". > > Clicking on the full view link does just that, it shows all the > articles without a feeds listing. If full view is supposed to be like > panel view it should first go to a full view feeds listing that also > shows how many articles are in the feeds. Then you click on a feed to > see the articles it has. The main index "/" and the link for "Admin Panel" both point to panel.php= . The non-framed feed list from the old UI. So the problem is, the non-framed feed list does not include per-feed item statistics. (# of total / unread / saved items) ISTR talk of having the ability to hide the feed list (left frame) in the framed view as a compromise between the framed vs. non-framed camps.=20 There is quite a bit of code written to support both framed and non-frame= d version of the app. If this can be unified under a single UI that supports all the framed/nonframed use cases, that would be best. --=20 Kevin |