Vesnyx
Vesnyx
By series info what exactly do you mean? How would we be integrating it with the current system?
I suppose we could link it, but we'd need to build some sort of identification system.
If #121 is completed, this would probably be a lot easier to work on.
Whatever gets applied here should also be applied to chapter titles. In cases where the title is not parsed (EG Scans and Webtoons), the chapter titles become far too large...
One more thing is that this affects mobile and or users with low screen widths. The ellipsis should be dynamically generated depending on the screen width.
Here's the CSS type that adds ellipsis: `.someclassname { overflow: hidden; text-overflow: ellipsis; white-space:nowrap; display: inline-block; }` There's a few more elements needed to insure compatibility with IE, but this...
Here's another project that does something similar for KissManga: https://github.com/myh1000/RoKA
Something else would we what we need to do for multiple chapter releases. There are usually batch release threads for reddit, so it might be difficult to match the chapters...
I'm thinking that rather than do that all the time, it might be better to try to search for the chapter, and only if the chapter is not found/recognized, then...
If the overlay is intended to look the way it is in the fiddle, I don't think it's super obvious to the user. Additionally, the rows seem quite cluttered, especially...