cms icon indicating copy to clipboard operation
cms copied to clipboard

bug: title with timestamp on seekbar

Open MeerUzairWasHere opened this issue 8 months ago • 1 comments

If I am able to see the title with timestamp on hover over seekbar locally.

Image

why not for web3 course?

MeerUzairWasHere avatar Jun 28 '25 11:06 MeerUzairWasHere

Hi I'm Harsheet Sharma and I’ve looked into this issue and found that the tooltip on the seekbar was missing the title for some courses like Web3 because the segment.title was either empty or undefined.

I’ve submitted a PR to handle this by adding a fallback text like "Untitled Chapter" when the segment title is missing.

this.write(segmentName? ${time} - ${segmentName}:${time}); This ensures a consistent and clear UX for all courses.

Let me know if any changes are needed — happy to adjust!

Harsheetsharma avatar Jul 03 '25 11:07 Harsheetsharma