Search results

  1. AviKav

    Mark series as read even when they're not followed :maybe:

    Could also store read data for a series as an array of bits in a BINARY column.
  2. AviKav

    Reports: Chapter Number & Naming

    This thread is meant for dealing with multiple chapters. For single chapters, use the report button within the reader. Original post: https://mangadex.org/manga/19652/sabishisugite-lesbian-fuuzoku-ni-ikimashita-report Missing titles: 1- The Beginning 2- Before The Incident 3- Making the...
  3. AviKav

    Arrow Key Behavior (Chrome, Firefox, maybe others)

    The same happens with Ctrl+Tab, but the keyup for Ctrl happens on FF but not Chrome. Clicking back to the tab will result in a stuck `isPressed` for either browser
  4. AviKav

    Arrow Key Behavior (Chrome, Firefox, maybe others)

    This issue is that isPressedis set to 'Alt'. It's waiting for a keyup event with a .key of 'Alt', but the user Alt+Tabs, that event never occurs var isPressed = false; $(document).keyup(function(evt) { if (evt.key === isPressed) { isPressed = false; } }) and if (isPressed...
  5. AviKav

    MangaDex Suggested Features: Megathread

    What suggestion?
  6. AviKav

    Add Progressive Web App manifest to the site's header :maybe:

    A progressive web app is basically an app-like made with HTML/CSS/JS, but with a browser instead of a framework like Cordova. You can achieve near feature parity with most native apps despite not being a native app. In this case, all you should need to do is register some icons, choose a theme...
  7. AviKav

    Display only English scans by default :implemented:

    Shouldn't it default to whatever is specified by accept-language:?
  8. AviKav

    Request to be added to the "Contributor" role

    Requesting
  9. AviKav

    The Unofficial Introduction Thread

    Hi, I'm Avi. I help a bit with the front end and tooling. I like breaking things.
  10. AviKav

    Is having catgirl pets okay?

    Forced ownership of a sapient being should be considered slavery by default. Then you simply apply human laws. Willing guardianship is not illegal. Puppy mills of sapient beings is illegal. Assigned custodianship is not illegal. Guardian abuse is illegal. Etc.
  11. AviKav

    test

    So is the color value passed directly?
  12. AviKav

    Forum Suggested Features: Megathread

    Deleted posts could have a 7 day or 1 month grace period during which the contents can only be seen by mods and the original author. Mods could also have the ability to mark a specific user or thread as under review to have posts persist for the duration of the review. There probably also should...
Back
Top