ianrenton / SuccessWhale

:whale: A web-based multi-column social network client. No longer functional or maintained!
BSD 2-Clause "Simplified" License
14 stars 7 forks source link

Single-column Widget Mode #39

Closed ianrenton closed 10 years ago

ianrenton commented 12 years ago

@RKille wants to force single-column view for inclusion in a Windows gadget. Implement with a GET parameter, e.g. index.php?forcecols=1

ianrenton commented 12 years ago

He wants the single column to be forced to combined home timeline rather than just whatever the user has as col 1 (makes sense) so I'm going to implement this as a "widget" flag rather than "forcecols".

"widget" GET parameter on index.php is now enabled, should do most of what he wants.

ianrenton commented 12 years ago

Still need to work on the header, it's ugly in any reasonable window width.

ianrenton commented 12 years ago

Option to display combined 'Home Feeds & Inboxes', now default view for widget mode (as requested by @rkille). Removed the character count from the widget mode header.

More work is still needed for widget mode: sort the header height/layout, remove the column header box, and possibly also remove the frame-scrolling JS.

ianrenton commented 10 years ago

v3.0 will merge this with the mobile view, though as far as I know the Windows desktop gadget idea that spawned this issue is no longer in development.