Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Second Release

Latest
Compare
Choose a tag to compare
@Slluxx Slluxx released this 15 Jan 17:57
· 3 commits to main since this release
  • Switch Client

    • Worked around an issue where B closes the browser. Its still closing it but now it restarts on its own, making it a little less annoying. Im still trying to find something like a "Javascript history hack" to trick the browser to "go back to the current site" so it wont close because it thinks there is nothing to go back to.
    • General code cleanup
  • Website

    • removed "menu button" in favour of a more stylish and usefull breadcrumb
    • started to move inline CSS to classes
    • started to split code into components
    • added meta tags for allmighty google
    • fixed the icons and made them pills so bad browser can still display them
    • fixed some language on the site
    • fixed iframe fullscreen issues
    • fixed episodes thumbnail width (some titles randomly have smaller images)
    • general code cleanup
  • API

    • fixed data-gathering by using proxies to circumvent region based api content
    • fixed data-gathering automation
    • general code cleanup