Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Performance issues and 404 page #535

Open
wants to merge 8 commits into
base: development
Choose a base branch
from

Commits on Dec 9, 2023

  1. fix(performance-compatibility)

    Resolved issues with html rendering and proper syntax
    Iheuzio committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    19f9607 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. fix(legacy-support)

    Browsers that are old will have broken css, this will resolve most of it
    Iheuzio committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    131abc1 View commit details
    Browse the repository at this point in the history
  2. fix(express-routes)

    Rather than formatting the caching and 404 for all the routes, we can define a fallthrough to handle the 404 errors and redirect to the page for it
    Iheuzio committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    284d0a8 View commit details
    Browse the repository at this point in the history
  3. fix(lazy-loading)

    Add lazy loading to progressively show the images, rather than broken in increments
    Iheuzio committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    826ef99 View commit details
    Browse the repository at this point in the history
  4. fix(draggable-image)

    Users can drag an image and place it on the 404 page, causing a parsing error. Locking the image will fix it, however will need to turn off parsing in the future for dragging images on the page
    Iheuzio committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    38c68d2 View commit details
    Browse the repository at this point in the history
  5. fix(404-page)

    Added vertical navbar to the 404 page.
    
    Fixed issues with the page structure in css
    Iheuzio committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    9d9053b View commit details
    Browse the repository at this point in the history
  6. fix(rendering-images)

    Removed old solution, caused memory problems on main page.
    
    Made all images not draggable as posters and logos were draggable prior
    Iheuzio committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    ffb2c4d View commit details
    Browse the repository at this point in the history
  7. fix(copyright)

    Iheuzio committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    e3672a9 View commit details
    Browse the repository at this point in the history