Commit Graph

10 Commits

Author SHA1 Message Date
shockrah
cb5975f235 FULL REWORK AND PORT TO TERMION
This patch is simply meant to mark the beginning of the newest phase for the tui build.
I've 100% settled on using termion as the backend and marking what is done so far

Renderer side:
	Termion has a similar issue where moving data happens very quietly so its best
	if the two (renderer and cache) have the their data to use as they please

Cache Side:
	Basically we own the data we're using because we constantly have to mutate data
	ourselves

Config in the middle:
	Mutable but only from the rendering side because the cache is completely transient
	It technically to own its data but it does anyway because the render(backend)
	 likes to consume data like there's no tomorrow
2021-03-17 20:39:42 -07:00
shockrah
de46c2ff38 Fixxing calling site for http::fetch_channels 2021-01-18 16:43:05 -08:00
shockrah
a58f8437c0 Adding port field to server config 2021-01-18 16:39:21 -08:00
shockrah
901e0218dd Fixed url formatting in fetch_channels 2021-01-18 16:38:41 -08:00
shockrah
20563f85d6 Added helper in Channel struct to easily parse out ip/name 2021-01-17 21:37:04 -08:00
shockrah
9b4909963d skeleton code for fetching channel data
Ready for open_channel to be implemented
2021-01-17 21:36:44 -08:00
shockrah
a7495367f8 fully supporting optional themes with -t 2021-01-17 20:10:40 -08:00
shockrah
ca9c10cdf2 Basic themes taken from zeno on reddit 2021-01-17 20:06:51 -08:00
shockrah
9dd05c1518 adding toml capability to load custom themes with -t flag 2021-01-17 20:05:21 -08:00
shockrah
963d29801d TUI client in progress now, for now its just being wireframed 2021-01-17 02:40:22 -08:00