Xithrius

Results 30 issues of Xithrius

I seem to be having an issue where I'll get an error of `Io(OS { code: 32, kind: BrokenPipe, message: "Broken pipe" })` at (1) (`tx.send()` also gives the prepended...

## Problem Context: [`Block::default().title()`](https://docs.rs/tui/latest/tui/widgets/struct.Block.html#method.title) The title on the top of a block can sometimes be too long, so being able to have it on the bottom of the block would...

enhancement

Closes #928 We want to ensure the information received from GitHub is not malformed. Due to this, `FetchError` handling has been moved to `fetch_data` function, so no placeholder variables in...

area: backend
status: needs review
type: enhancement
category: utilities

Closes #178 Documentation, more abstraction, removing repeated blocks, etc. Also, highlighting the user's name when it appears in chat, being mentions or text.

type: enhancement
size/L

`/clear` doesn't actually clear the chat for the user using this application, but does for everyone in the regular chat window. If possible, make it so that clearing the chat...

type: enhancement
area: frontend
area: backend

Closes #201

type: enhancement
size/S
area: frontend
area: backend

Just like regular twitch chat, if you're mentioned or if your name is said, the word is highlighted. Time to do the same thing in this application.

type: enhancement
area: frontend

Making new windows out of the main frame is too hard on it's own because I haven't separated stuff into functions/methods. Time to make my and other lives easier.

type: enhancement
area: keybinds
area: frontend
area: backend

Allow users to have their names re-mapped to something else. This can be helpful if the user wants to be called something else, but doesn't want to change their username....

type: enhancement
area: frontend
area: backend

Add a sidebar to the left (like Twitch's website) to see who's live, and who's offline. No matter the state of the followed user, they list should be able to...

type: enhancement
area: keybinds
area: frontend