Tracked Content · Channel Names #30

Closed
opened 2024-08-03 21:30:39 +00:00 by corbz · 1 comment
Owner

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.

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.
corbz added the
enhancement
label 2024-08-03 21:30:39 +00:00
corbz self-assigned this 2024-08-03 21:30:39 +00:00
corbz added this to the PYRSS project 2024-08-03 21:30:40 +00:00
Author
Owner

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.

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.
corbz closed this issue 2024-08-03 22:16:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: corbz/PYRSS-Website#30
No description provided.