From c1e0f52177bbf5ab61c565fbb09864328a6614e1 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 9 Jul 2020 08:12:50 -0500 Subject: [PATCH] added todos, fixed spacing in mobile menu, changed some verbiage --- components/Header.js | 2 +- components/Hero.js | 2 +- pages/about.js | 13 ++++++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/components/Header.js b/components/Header.js index 359acf3..4c5f610 100644 --- a/components/Header.js +++ b/components/Header.js @@ -130,7 +130,7 @@ const Header = ({ ...props }) => { -
  • +
  • diff --git a/components/Hero.js b/components/Hero.js index 8cf01b1..31c3ed4 100644 --- a/components/Hero.js +++ b/components/Hero.js @@ -21,7 +21,7 @@ export default (props) => {

    A small proof-of-concept application using Next.js & React hooks - to query a FaunaDB GraphQL endpoint to manage a bookshelf with reading + to query a FaunaDB GraphQL endpoint to manage a bookshelf with book recommendations.

    diff --git a/pages/about.js b/pages/about.js index 9d84254..9b4705a 100644 --- a/pages/about.js +++ b/pages/about.js @@ -100,7 +100,7 @@ export default function About(props) {

    Tailwind

    This was my first time using{" "} - tailwind css, and I like the + tailwind css, and I like the utility-first concept. Boostrap and Bulma are nice, but I would often supplement those base styles with sass spacing utilities. It can get a little repetitive, but you can always{" "} @@ -131,19 +131,22 @@ export default function About(props) {

    TODOs

      -
    • General cleanup, add prettier, etc.
    • +
    • General cleanup, abstract filtering, etc.
    • Edit a book entry
    • Delete a book entry
    • +
    • View bookshelf of another user (e.g., /bookshelf/:user
    • Make theme choice persistent across hard page reloads; read from prefers-color-scheme setting
    • -
    • View bookshelf of another user (e.g., /bookshelf/:user
    • -
    • Reading Lists
    • +
    • Reading lists
    • "Like" a book
    • Tests
    • -
    • Add new tag
    • +
    • Resolve accessibility concerns
    • +
    • Create new tag(s) on the fly
    • Search by title, author
    • +
    • PWA
    • +
    • Update meta tags title/description on route change