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

Sync with main repo @ 70a4ef1d #10

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

Sync with main repo @ 70a4ef1d #10

wants to merge 40 commits into from

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    6ce3d92 View commit details
    Browse the repository at this point in the history
  2. Typo in contributing.mdx

    JuanM04 authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    fcf53b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00986a8 View commit details
    Browse the repository at this point in the history
  4. Upgraded dependencies

    JuanM04 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    15baf5e View commit details
    Browse the repository at this point in the history
  5. Remove Anonymous Functions Exports (#451)

    * typo fix
    
    Small typo fix:
    you'll need to do the
    chech
    =>
    you'll need to do the
    check
    
    * Update session.create > session.$create
    
    * Update api routes doc examples - no anon exports
    
    * Edit preview mode doc examples - no anon exports
    
    * Change export name to handler
    
    * Change export name to handler
    roshan-sama authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f6ce373 View commit details
    Browse the repository at this point in the history
  6. Added BlitzApiHandler

    JuanM04 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    4dbbdab View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Update contributing.mdx

    flybayer authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    4b0a1d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. add RIT as sponsor

    flybayer committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    c7c36dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    287b7ba View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Update get-started.mdx

    flybayer authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    00be103 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Formatted docs

    JuanM04 committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    3f003d2 View commit details
    Browse the repository at this point in the history
  2. Updated dependencies

    JuanM04 committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    1bb9378 View commit details
    Browse the repository at this point in the history
  3. Fix typo tutorial.mdx (#458)

    Typo removed
    mlabate authored Apr 25, 2021
    Configuration menu
    Copy the full SHA
    5ad4349 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Admonitions --> Cards (#456)

    JuanM04 authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    2c987bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a67a535 View commit details
    Browse the repository at this point in the history
  3. Documentation for new schema.prisma transform utilities (#457)

    Co-authored-by: Brandon Bayer <b@bayer.ws>
    MrLeebo and flybayer authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    8fdf721 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a52e32d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. add multitenancy doc page

    flybayer committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    63d81ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b4420a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    8d31fab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a383c86 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Add scroll-behavior: smooth; to main.css (#461)

    This commit is rather simple. It simply makes the scrolling when you scroll by id much smoother. For example, when you use the Back to top button in the footer, it won't jump up so quickly, it'll instead scroll. This is useful because it will surprise people less and it'll seem cleaner and less choppy too.
    dawnofmidnight authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    0275b46 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

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

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    e3632e9 View commit details
    Browse the repository at this point in the history
  2. Create guide to deploy to Railway (#462)

    Co-authored-by: JuanM04 <me@juanm04.com>
    abuuzayr and JuanM04 authored May 6, 2021
    Configuration menu
    Copy the full SHA
    5048188 View commit details
    Browse the repository at this point in the history
  3. fix tutorial

    flybayer committed May 6, 2021
    Configuration menu
    Copy the full SHA
    30f8d9a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. update link

    flybayer committed May 7, 2021
    Configuration menu
    Copy the full SHA
    7aca5c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed76c18 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

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

Commits on May 9, 2021

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

Commits on May 10, 2021

  1. fix build

    flybayer committed May 10, 2021
    Configuration menu
    Copy the full SHA
    9ea2500 View commit details
    Browse the repository at this point in the history
  2. Toggling text and removing outline (#469)

    Co-authored-by: Brandon Bayer <b@bayer.ws>
    Hardik3296 and flybayer authored May 10, 2021
    Configuration menu
    Copy the full SHA
    1d95336 View commit details
    Browse the repository at this point in the history
  3. Update query-usage.mdx

    flybayer authored May 10, 2021
    Configuration menu
    Copy the full SHA
    e334eb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6f46ef View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

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

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    fdaa2cf View commit details
    Browse the repository at this point in the history
  2. Images optimization (#474)

    * typo fix
    
    Small typo fix:
    you'll need to do the
    chech
    =>
    you'll need to do the
    check
    
    * Update session.create > session.$create
    
    * Update api routes doc examples - no anon exports
    
    * Edit preview mode doc examples - no anon exports
    
    * Change export name to handler
    
    * Change export name to handler
    
    * lazy load random contributor images
    
    * lazy load appropriate player, url
    
    * switch to Image tag
    
    * fix image sizing
    
    * change user track image to github url
    
    * make layout intrinsic
    
    Co-authored-by: Roshan Manuel <Roshan,manuel@angelic-group.com>
    roshan-sama and Roshan Manuel authored May 12, 2021
    Configuration menu
    Copy the full SHA
    bd8bfc9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

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

Commits on May 16, 2021

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

Commits on May 17, 2021

  1. merging all conflicts

    blitzjs-bot committed May 17, 2021
    Configuration menu
    Copy the full SHA
    20e4903 View commit details
    Browse the repository at this point in the history