Tracked Content · Channel Names #30
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need to display the channel names on the tracked content table.
Currently I am applying a class, with the ID as text then checking through every X seconds and replacing that class element with the channel, by looking up using the ID.
I have to do it this way, because the channels take time to be loaded, whereas the tracked content table loads faster.
TODO:
find a better way to do this.
Completed
Basically did the same thing, but heavily cleaned the code to be super fast and efficient, with a loading spinner just in-case.
It looks really nice.