wtheisen / TerminusBrowser

CLI Reddit, Hacker News, 4chan, and lainchan browser
BSD 3-Clause "New" or "Revised" License
130 stars 17 forks source link

Generalizing frame visual structure #49

Open wtheisen opened 5 years ago

wtheisen commented 5 years ago

@noyoshi what do you think about pushing the visual(urwid) pieces of the frames up a level of abstraction? If we made tree view, and in-line box view generic inheritable methods it would make adding new sites incredibly easy. All the site frame would have to do is set up the data correctly and pass it to the generalized display function that's correct for the data and it'd set up the contents for the site.

noyoshi commented 5 years ago

I will look into the code on my flight, but what you are saying sounds like a good idea.