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

Next.js 14 & Supabase SSR #278

Merged
merged 103 commits into from
Feb 12, 2024
Merged

Commits on Nov 14, 2023

  1. Update helpers.ts

    Handle empty as well as missing env variables
    chriscarrollsmith authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    fd3e0f2 View commit details
    Browse the repository at this point in the history
  2. Update helpers.ts

    Re-added comments
    chriscarrollsmith authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e679650 View commit details
    Browse the repository at this point in the history
  3. Update helpers.ts

    Reduced line length and restored chaining operators just in case there's a good reason for including them.
    chriscarrollsmith authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0b7597f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    2468bf2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. initial

    dalkommatt committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    07130cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f9aa32 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. add toast

    dalkommatt committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    135a1c5 View commit details
    Browse the repository at this point in the history
  2. add password recovery

    dalkommatt committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7e7d633 View commit details
    Browse the repository at this point in the history
  3. fixes

    dalkommatt committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    29893ac View commit details
    Browse the repository at this point in the history
  4. implement open PRs

    dalkommatt committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    541c619 View commit details
    Browse the repository at this point in the history
  5. implement more PRs

    dalkommatt committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c012ff0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7520e3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6644a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a0cd38 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Remove deprecated supabase auth helpers and update

    workflows for creating supabase client
    chriscarrollsmith committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4b64f0b View commit details
    Browse the repository at this point in the history
  2. use latest stripe api version, remove payment type

    constraint, change trial handling per stripe docs
    chriscarrollsmith committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    44b481a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from dalkommatt/nextjs-14-supabase-ssr

    Nextjs 14 supabase ssr
    chriscarrollsmith authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d5e0c0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4446b80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    289bcea View commit details
    Browse the repository at this point in the history
  6. Added toasts

    chriscarrollsmith committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    41f6875 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c57bf26 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Removed ring focus from toasts container and

    simplified some error message handling on the account page
    chriscarrollsmith committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1b41ef8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6667d0 View commit details
    Browse the repository at this point in the history
  3. Update route.ts

    Throw error if Stripe webhook secret is missing to prevent failure during compile
    chriscarrollsmith authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1506472 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f5b603 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from chriscarrollsmith/issue269

    Replace 'var' with 'const'
    chriscarrollsmith authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4fad338 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad95b6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fc4962 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f06fd3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b6dca8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    16a8e8a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e50fc43 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ac26a2e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    89fb774 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. refactor supabase auth

    dijonmusters committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    19dbc77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from dijonmusters/nextjs-14-supabase-ssr

    Refactor supabase auth
    dalkommatt authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ac5cc80 View commit details
    Browse the repository at this point in the history
  3. add magic link/otp auth

    -update types
    dalkommatt committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a4af3cc View commit details
    Browse the repository at this point in the history
  4. Update package.json

    dalkommatt authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a5aca7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77f0724 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    61ea541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb1137 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddadebc View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Squashed commit of the following:

    commit ddadebc
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Sun Dec 3 17:59:42 2023 -0500
    
        Updated dependencies
    
    commit cfb1137
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Sun Dec 3 17:57:42 2023 -0500
    
        Added signup, password signin, password reset
    
    commit 77f0724
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Fri Dec 1 13:00:09 2023 -0500
    
        Implement half-working password recovery
    
    commit 89fb774
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Wed Nov 29 23:17:19 2023 -0500
    
        Update dependencies to latest
    
    commit ac26a2e
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Wed Nov 29 23:03:12 2023 -0500
    
        Allow stripe-js to use user's default API version
    
    commit e50fc43
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Wed Nov 29 22:12:34 2023 -0500
    
        Rolled back stripe API version change
    
    commit 16a8e8a
    Merge: 1b6dca8 4446b80
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Wed Nov 29 22:07:41 2023 -0500
    
        Merge branch 'stripe-checkout' into dev
    
    commit 1b6dca8
    Merge: f06fd3c d6667d0
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Wed Nov 29 21:45:44 2023 -0500
    
        Merge branch 'toasts' into dev
    
    commit f06fd3c
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Wed Nov 29 21:42:06 2023 -0500
    
        Merged branch pr200 into dev
    
    commit 3fc4962
    Merge: ad95b6d 289bcea
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Wed Nov 29 21:37:07 2023 -0500
    
        merged supabase-auth branch
    
    commit ad95b6d
    Merge: 4fad338 1a0cd38
    Author: Christopher Carroll Smith <75859865+chriscarrollsmith@users.noreply.github.com>
    Date:   Wed Nov 29 21:28:08 2023 -0500
    
        Merge pull request vercel#5 from chriscarrollsmith/ui-refactor
    
        UI refactor
    
    commit 4fad338
    Merge: 4f5b603 2f9aa32
    Author: Christopher Carroll Smith <75859865+chriscarrollsmith@users.noreply.github.com>
    Date:   Wed Nov 29 21:21:22 2023 -0500
    
        Merge pull request #3 from chriscarrollsmith/issue269
    
        Replace 'var' with 'const'
    
    commit 4f5b603
    Merge: c7867b2 1506472
    Author: Christopher Carroll Smith <75859865+chriscarrollsmith@users.noreply.github.com>
    Date:   Wed Nov 29 21:19:01 2023 -0500
    
        Merge pull request #2 from chriscarrollsmith/issue170
    
        Issue170
    
    commit 1506472
    Author: Christopher Carroll Smith <75859865+chriscarrollsmith@users.noreply.github.com>
    Date:   Wed Nov 29 21:18:39 2023 -0500
    
        Update route.ts
    
        Throw error if Stripe webhook secret is missing to prevent failure during compile
    
    commit d6667d0
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Wed Nov 29 19:39:42 2023 -0500
    
        Remove obsolete NextJS config
    
    commit 1b41ef8
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Wed Nov 29 19:17:16 2023 -0500
    
        Removed ring focus from toasts container and
        simplified some error message handling on the account page
    
    commit c57bf26
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Wed Nov 29 17:38:30 2023 -0500
    
        'message' -> 'status' or 'error' in toast calls
    
    commit 41f6875
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Wed Nov 29 13:37:39 2023 -0500
    
        Added toasts
    
    commit 289bcea
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Wed Nov 29 12:54:43 2023 -0500
    
        Add signout as server action, move server calls
    
    commit 4446b80
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Tue Nov 28 21:40:57 2023 -0500
    
        Replaced trial_end with trial_period_days
    
    commit 44b481a
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Tue Nov 28 21:02:39 2023 -0500
    
        use latest stripe api version, remove payment type
        constraint, change trial handling per stripe docs
    
    commit 4b64f0b
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Tue Nov 28 20:14:33 2023 -0500
    
        Remove deprecated supabase auth helpers and update
        workflows for creating supabase client
    
    commit 1a0cd38
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Tue Nov 28 16:23:46 2023 -0500
    
        Created a 'Card' ui component
    
    commit a6644a3
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Tue Nov 28 12:30:30 2023 -0500
    
        Give button a displayName for logging purposes
    
    commit 2f9aa32
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Mon Nov 27 18:45:01 2023 -0500
    
        Replace 'var' with 'const'
    
    commit 2468bf2
    Author: Christopher Carroll Smith <chriscarrollsmith@gmail.com>
    Date:   Fri Nov 17 10:20:51 2023 -0500
    
        Support propagating product deletion to DB
    
    commit 0b7597f
    Author: Christopher Carroll Smith <75859865+chriscarrollsmith@users.noreply.github.com>
    Date:   Tue Nov 14 15:29:30 2023 -0500
    
        Update helpers.ts
    
        Reduced line length and restored chaining operators just in case there's a good reason for including them.
    
    commit e679650
    Author: Christopher Carroll Smith <75859865+chriscarrollsmith@users.noreply.github.com>
    Date:   Tue Nov 14 15:16:00 2023 -0500
    
        Update helpers.ts
    
        Re-added comments
    
    commit fd3e0f2
    Author: Christopher Carroll Smith <75859865+chriscarrollsmith@users.noreply.github.com>
    Date:   Tue Nov 14 15:04:31 2023 -0500
    
        Update helpers.ts
    
        Handle empty as well as missing env variables
    chriscarrollsmith committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c1598bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    532efe8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    049d4d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b79a729 View commit details
    Browse the repository at this point in the history
  5. Added simple switches in auth-helpers.ts to

    control allowed signin methods
    chriscarrollsmith committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8b088c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    0fefdac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77fedf7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    cc13e0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23f5e24 View commit details
    Browse the repository at this point in the history
  3. Cascade user deletion through database

    Add toast error handling to checkout and portal APIs
    Fix bug that prevented email rate limit errors being logged
    chriscarrollsmith committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    72fc682 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Added full support for toast error handling when

    creating customer portal link and checkout session
    chriscarrollsmith committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    09bf861 View commit details
    Browse the repository at this point in the history
  2. repaired/improved Stripe webhook error handling

    Added cascading user delete to supabase migrations
    chriscarrollsmith committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    98e54c4 View commit details
    Browse the repository at this point in the history
  3. - Added Suspense around Toaster per NextJS docs on useSearchParams

    - Handled signup case where emails are disabled in Supabase
    chriscarrollsmith committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bb651b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdae906 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9834e4b View commit details
    Browse the repository at this point in the history
  6. Handled edge case where user's preferredSignInView

    cookie value is not an allowed viewType
    chriscarrollsmith committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1a8b046 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. - gitignored some local dev files

    - removed rendundant redirect in oauth callback
    - added signin success toast for oauth
    chriscarrollsmith committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    55ddbe9 View commit details
    Browse the repository at this point in the history
  2. - gitignored some local dev files

    - removed some redundant redirects for oauth sign in
    - added a success toast for oauth sign in
    chriscarrollsmith committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    8994d0d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Enhanced control of routing and redirects

    - Added boolean toggle to control whether routing from sign-in page goes through server or client (because screen flickers with server-side routing)
    - Added helper functions to construct toast redirect paths
    - Refactored auth-helpers for modularity
    chriscarrollsmith committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    23c8515 View commit details
    Browse the repository at this point in the history
  2. Deleted defunct Card components

    Moved Pricing component to a component folder
    chriscarrollsmith committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6c9b5cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a94034a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Separated server and client Navbar components

    (facilitates resource sharing and rehydration)
    chriscarrollsmith committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1788514 View commit details
    Browse the repository at this point in the history
  2. Simplified sign-in redirect

    (possible now that server and client are separated)
    chriscarrollsmith committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    aea6e6e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    ab11095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7273cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2091adb View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Replaced stripe checkout API with server action

    Fixed bug in calculating trial end date
    chriscarrollsmith committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1dc1b60 View commit details
    Browse the repository at this point in the history
  2. Replace Stripe portal API with server action

    Added some server side error logging
    chriscarrollsmith committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    784eb64 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Update middleware.ts

    Co-authored-by: Jon Meyers <jonathon.d.meyers@gmail.com>
    dalkommatt and dijonmusters authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3482f3e View commit details
    Browse the repository at this point in the history
  2. Delete next.config.js

    dalkommatt authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7d30272 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    ca20608 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    9743f1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fd8124 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. - Separate client/server account functions

    (Fixes bug that only occurs in prod)
    - Generate error redirects on server side
    (since Vercel doesn't expose the error object to the client)
    chriscarrollsmith committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    22cc94e View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Fixed missing leading slash in error redirect

    Allowed dynamic source path for stripe checkout
    chriscarrollsmith committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b599f98 View commit details
    Browse the repository at this point in the history
  2. bump packages

    -comment out NEXT_PUBLIC_SITE_URL (easy to mess up in local dev, automatically substitutes localhost:3000)
    -remove double /
    -remove pnpm-lock (readme specifies npm or yarn)
    dalkommatt committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    5bec024 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8848e8f View commit details
    Browse the repository at this point in the history
  4. Redirect to home page on successful signup

    (Ensures that password autosave gets triggered)
    chriscarrollsmith committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    3fc8666 View commit details
    Browse the repository at this point in the history
  5. Set default trial period with a variable

    Fix off-by-one calculation of trial period end date
    chriscarrollsmith committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f2f553c View commit details
    Browse the repository at this point in the history
  6. Updated dependencies

    Moved checkout session redirect generation to server
    (Since NextJS doesn't expose the error object on the client)
    chriscarrollsmith committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    80d9a6b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Universally implement loading dots

    Simplify/refactor Pricing component
    Avoid leaking email addresses in toast
    chriscarrollsmith committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    87a35ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edc045a View commit details
    Browse the repository at this point in the history
  3. Added Supabase local development workflow

    Updated prices table schema to reflect Stripe changes
    Added robust RLS to users, customers, and subscriptions
    Cascaded auth changes to users, customers, and subscriptions
    chriscarrollsmith committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8df1d3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50199e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f358328 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2461f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    a10edf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Fixed supabase:migrate command

    (now migrates database schema changes from local to remote rather than the other way around
    chriscarrollsmith committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    5acd31f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Fixed AuthApiError that arises in testing

    if logged in with cookie for user deleted from database
    chriscarrollsmith committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    2a6756c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bbb6ff View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. bump again

    - use turbo for local dev
    - fix confirmation email status
    - trim user input
    - prevent user from updating to same name or email
    dalkommatt committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b8781e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac51cb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d86e4c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c523be3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    2976b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8218435 View commit details
    Browse the repository at this point in the history
  3. fix case on Next.js

    dijonmusters committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    91d75e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4298e43 View commit details
    Browse the repository at this point in the history
  5. add prettier script

    dijonmusters committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    33e2794 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from dijonmusters/other-fixes-from-pr-review

    Other fixes from pr review
    dalkommatt authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f0af873 View commit details
    Browse the repository at this point in the history
  7. cleanup and bump

    - fix nextjs logo size on mobile
    - fix logo cloud spacing on mobile
    - fix navigation buttons not showing on mobile
    - bump packages
    - improve sign in wording clarity
    - drop name requirement on sign up (supabase will collect the name data if the user runs the schema sql)
    - re-add schema.sql (why was this dropped?)
    - add trimming to form data
    dalkommatt committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8879c19 View commit details
    Browse the repository at this point in the history