Giter Club home page Giter Club logo

filmsnark's Issues

Lean into the CMYK thing

Maybe lean harder into the CMYK thing - can I do what look like photo printing errors as hover treatments?

Fix anonymous function warning

warn
/Users/katedonaldson/Projects/Personal/filmsnark/src/pages/404.js
  4:1  warning  Anonymous function declarations cause Fast Refresh to not preserve local component state.

       Please add a name to your function, for example:

       Before:
       export default function () {}

       After:
       export default function Named() {}
  no-anonymous-exports-page-templates
  4:1  warning  Unexpected default export of anonymous function
                                                                       import/no-anonymous-default-export

Fix Invalid Date bug

Screenshot 2023-02-13 at 11 50 34 PM

This happens intermittently. The GraphQL query always seems to return the correct value when testing via the GQL UI, but sometimes when inspecting the object returned from the GQL query on Home, the createdAt value is the string "Invalid Date" which gets passed unchanged through dayJS in the featured review page.

Meanwhile, intermittently, if I put in a console log above the dayjs call it works - I assume this is a red herring since the object returned from the query is literally the string "Invalid Date"; my guess is that dayjs would be displaying today's date if it was taking that and turning it into a date object, but instead it's the correct "createdAt". So I can't really figure out why the GQL query intermittently doesn't retrieve the date, but it does happen on production.

Series Page design

  • sortable list w/ rank, title, release date, grade, publish date
  • search by title/keyword

Move pages implementation to API

Pages are built in markdown right now but I'd like all the pages to be built in the API; update the mockAPI to include pages w/ attributes.

Fix hover state

Don't like hover state => make it a smaller version of the logo underline maybe, in a different color

Scheduled publishing

Posts are going live on publish; I don't remember if I need to leave it in draft mode on Contentful and it'll publish, or what, but I need to investigate and then document it.

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.