Code Monkey home page Code Monkey logo

dilbert-viewer's People

Contributors

dependabot[bot] avatar rharish101 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dilbert-viewer's Issues

Search by Date and UI Switching?

Being able to filter by date would be great, though I know that can be a pain to setup depending on the current setup. Also the buttons for random and going to start/end are in the way occasionally so those could be at the top?

Thank you!

It's so much nicer to use than the web archive!

Ok two small issues:

  1. Since the image is not always the same size, you always need to move your mouse around to click the ">" (next) button. I see 2 solutions: 1) add a shortcut: left and right arrow would be perfect or 2) move the buttons to the left of the image. The second is less ideal though.
  2. I'd like to save my favorites. Could that be saved to local storage?
  3. Since we almost always almost want to go to either the next or the previous page, could we prefetch it, so that navigation is faster?

As far as I know, the simplest way to achieve that is still with something like:

<script>
    function prefetchResource(url) {
        var link = document.createElement("link");
        link.rel = "prefetch";
        link.href = url;
        document.head.appendChild(link);
    }
</script>
<!-- ... -->
<a href="/x" onmouseover="prefetchResource('/x')">Link to /x</a>

I wish I could help there, but I've never used rust any rust powered web framework, so....

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.