Search results

  1. p_consti

    Title list and reader different chapter orderings

    If chapters with no numbering are uploaded, the ordering on the title page can be different than in the reader. This messes with going to the next chapter. Example: https://mangadex.org/title/57992/sesame-salt-and-pudding The three specials are at the top in the order Special 1, Special 2 and...
  2. p_consti

    Datasaver converts gif to jpeg

    Extension is still .gif, mimetype is image/jpeg, only first frame is preserved.
  3. p_consti

    Problems with large amount of chapters in reader

    Tomo-chan has 953 chapters plus a few extras. In the reader, only 941 nodes are present in the chapter-select, chapters 1-21 are not available. This means the newest chapter is automatically selected and clicking next chapter will throw back to the title page. Inspecting the request response, it...
  4. p_consti

    Use CDN if MD@Home doesn't load

    Sometimes MD@Home clients don't properly respond, please make it so that the reader either automatically or after prompting the user loads from the CDN. I can't currently read one manga because...
  5. p_consti

    Search Apostrophe not escaped anymore

    This has been fixed before, but it seems to have been reverted again. Searching for a title with an apostrophe returns an empty result (e.g. "I’ve Sworn to Be in the Afterlife, but It Became a Mess After Reincarnating") The URL also contains the unescaped ' instead of the code (comma is escaped...
  6. p_consti

    Mark chapter read/unread

    Clicking the eye only works once, because the event and the class are not updated. I also noticed that the event is bound via `$(".chapter_mark_unread_button").click(func)`, change that to `$("body").on("click", ".chapter_mark_unread_button", func)` to avoid setting so many listeners. A second...
  7. p_consti

    Search not escaped :fixed:

    Some search fields are not properly escaped. Ampersands for example are passed in plain text, causing the field to be cut off. In this url, the title was set to "save & load" (the title I originally searched for) and to demonstrate author and artist both set to "m & m"...
  8. p_consti

    Upvote and reply

    Add a button to upvote chapter and forum comments. Alternatively a "i agree"-button would also be nice, since right now you either have to write a new comment and tag the person or just silently agree without telling the commentor. Such a button would improve the community aspect in my opinion...
  9. p_consti

    Editor buttons in chapter and title comments in dark slate theme not visible

    In dark slate theme, the buttons over the input area are white on white background, only by hovering can they be seen. This is only in comments the case, on forum threads it looks correct (light grey background gets darker when hovering). Edit: same thing also on forum comments, only new...
  10. p_consti

    Front Page Chapter Mass Releases

    When a group releases multiple chapters at once, this is not visible to the user on the front page. On follows (the page), you have a long list, where every chapter released in the selected language(s) is shown. I would suggest a simpler version of that for the front page in that if there is...
  11. p_consti

    Front Page Read Indicators

    Title says it really, would be nice to have an indicator if you've read that particular update yet.
  12. p_consti

    Title-Attributes double escaped and bugs in mobile layout

    On some pages, the title attributes are double escaped (I noticed this on the front page, not sure about others; & visible) Searchfield in mobile layout is not accessible on desktop (FF and Chrome on Linux): Clicking does not focus, you can only type after a click on the search button, which...
Top