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

let's go #21

Merged
merged 22 commits into from
Jan 30, 2024
Merged

let's go #21

merged 22 commits into from
Jan 30, 2024

Commits on Dec 22, 2023

  1. doc: update README

    shalluv committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    8478bc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    093c595 View commit details
    Browse the repository at this point in the history
  2. style: format middleware

    shalluv committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    e48e6cd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Add scoring system (styled) (#4)

    * feat: update scores
    
    * chore: removed comments
    
    * style: apply Prettier
    
    * chore(type): add typing in score store
    
    * chore: remove temporary testing files
    
    * chore(style): prettier score.ts
    
    ---------
    
    Co-authored-by: shalluv <[email protected]>
    mildrrnt and shalluv authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    50c269e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4bf25a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. feat: add assets (#9)

    kikinnicha authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    577b597 View commit details
    Browse the repository at this point in the history
  2. fix: assets (#13)

    kikinnicha authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a981492 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. feat: button template (#8)

    * feat: card and buttons template
    
    * style: format
    
    * fix: null score
    
    * feat: tap to continue
    
    * fix: handleClick props
    mildrrnt authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c0a5820 View commit details
    Browse the repository at this point in the history
  2. feat: choice pages (#11)

    * feat: card and buttons template
    
    * style: format
    
    * fix: null score
    
    * feat: tap to continue
    
    * feat: choices and result logic
    
    * fix: handleClick props
    
    ---------
    
    Co-authored-by: shalluv <[email protected]>
    mildrrnt and shalluv authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d447810 View commit details
    Browse the repository at this point in the history
  3. feat: cocktail card - save to image (#7)

    * feat: template for cocktail card
    
    * feat: all cocktail cards
    
    * feat: added elements
    
    * feat: html-to-image
    
    * refactor: change padding parameters
    
    * feat: change background and box height
    
    * style: apply Prettier
    
    * style: spacing
    
    * style: spacing
    
    * style: spacing
    
    * style: run prettier
    
    * fix: restore id for downloading
    
    * refactor: move images to /src
    
    * style: format
    
    * fix: package.json dependencies
    
    * style: format
    
    * style: format
    
    * refactor: overflowing
    
    * style: format
    
    * fix: image assets
    
    * feat: cocktail card layout
    
    * fix: background using twMerge
    
    * fix: background using twMerge
    
    * style: format
    
    * chore: remove dup files
    
    * refactor(cards): refactor codes
    
    ---------
    
    Co-authored-by: shalluv <[email protected]>
    mildrrnt and shalluv authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c671517 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. chore(deps): update deps

    shalluv committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    3371f5a View commit details
    Browse the repository at this point in the history
  2. Feat/register page (#3)

    * feat: register page layout
    
    * feat: add fonts
    
    * feat: signin background
    
    * fix: public path
    
    * chore: Hero component layout
    
    * fix: remove image folder in public
    
    * feat: Hero component
    
    * feat: story with no loop
    
    * refactor(register): refactor register page
    
    * style(prettier): prettier files
    
    * chore(dups): remove duplicated files
    
    * refactor(register): refactor register page and component
    
    ---------
    
    Co-authored-by: shalluv <[email protected]>
    kikinnicha and shalluv authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    62eb485 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Gea33 sign in with google (#5)

    * feat: sign in with google
    
    * .env
    
    * Update src/pages/api/auth/callback.ts
    
    Co-authored-by: Poonpipob "Leon" Kunlayanathee <[email protected]>
    
    * chore(deps): update dependencies
    
    * chore(ssr)!: add vercel adapter
    
    * chore(ts): change strictness of typescript
    
    * refactor(auth): remove unnecessary code
    
    * refactor(index-page): remove unnecessary props
    
    * style: prettier
    
    ---------
    
    Co-authored-by: Poonpipob "Leon" Kunlayanathee <[email protected]>
    Co-authored-by: shalluv <[email protected]>
    3 people authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d10b44f View commit details
    Browse the repository at this point in the history
  2. Gea37 infinite loop story (#18)

    * feat: infinite loop animation
    
    * feat: infinite loop story
    
    * chore(font)!: remove extra font for now"
    
    * feat(story): finalize pages
    
    ---------
    
    Co-authored-by: Neeranan Chaisuwan <[email protected]>
    Co-authored-by: shalluv <[email protected]>
    3 people authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5712aba View commit details
    Browse the repository at this point in the history
  3. Gea39 no animation story (#16)

    * feat: add no animation story
    
    * feat: add no animation story
    
    * feat: add no animation story
    
    * feat: add no animation story
    
    * feat: add no animation story
    
    * feat: add no animation story
    
    * feat: add no animation story
    
    * fix: fix lint
    
    * fix: fix lint with Prettier
    
    * refactor: change background
    
    * feat: add no animation story
    
    * feat: add no animation story
    
    * feat(story): finalize pages
    
    ---------
    
    Co-authored-by: shalluv <[email protected]>
    paepaev2 and shalluv authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4119063 View commit details
    Browse the repository at this point in the history
  4. Feat/no story loop (#19)

    * feat: register page layout
    
    * feat: add fonts
    
    * feat: signin background
    
    * fix: public path
    
    * chore: Hero component layout
    
    * fix: remove image folder in public
    
    * feat: Hero component
    
    * feat: bg-animation component
    
    * feat: scene 2
    
    * refactor: remove unused files
    
    * refactor: migrate files and prettier
    
    * feat: finalize story
    
    ---------
    
    Co-authored-by: kikinnicha <[email protected]>
    shalluv and kikinnicha authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1eb8c75 View commit details
    Browse the repository at this point in the history
  5. style: prettier

    shalluv committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    cf2984b View commit details
    Browse the repository at this point in the history
  6. fix: calculation of cocktail

    shalluv committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1af9610 View commit details
    Browse the repository at this point in the history
  7. fix: max score

    shalluv committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9d55871 View commit details
    Browse the repository at this point in the history
  8. feat: favicon

    shalluv committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d69e0b8 View commit details
    Browse the repository at this point in the history
  9. refactor: remove unused code

    shalluv committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    789cfb8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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