-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layout and Appearance #9
Comments
As an aside I'd probably write all the code myself I just want opinions on what makes sense |
I think an appearance rewrite with tree view in mind would be definitely useful. I definitely agree on doing a rewrite. |
agreed yea tree view would be nice. maybe whenever you go a level deeper, the whole screen clears to just show that level, with a tree view of the levels to the side? or maybe even post names to the side? idk. def think a layout rewrite could be cool |
So I was thinking of trying to further emulate vim by having an idea of view that would display frames. |
I started working on the split code yesterday and I made a little progress but it's going to be tricky |
Oh yeah i also think there's no reason to have it continue being an overlay object, it looks nice but it doesn't add anything other than that. |
I like the vim emulation idea. If you need help with tree view for reddit I can definitely try to take the charge on it if you need (since I assume you might prefer working on 4chan over reddit) |
http://urwid.org/examples/index.html There is a browse.py example that implements a tree view with collapsing and expanding |
aight i got u thanks |
I think that doing something like highlighting important text like user names, subreddit / board names, etc, might be nice, that way you can easily see whats on the default frame when you load up a view. |
I also think we need to add some sort of bookmarking ability. This could probably be done really easily using the already existing history list/Frame |
@sambattalio and @ginglis13 what do you guys think of the layout of the views. I’m starting to think that we could make a much better and more useful looking layout. Right now overlaying in a single pane looks nice but it doesn’t provide any extra utility. what are your thoughts on an appearance rewrite?
The text was updated successfully, but these errors were encountered: