- 
                Notifications
    You must be signed in to change notification settings 
- Fork 123
Toast study #7154
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
          
     Open
      
      
            hasparus
  wants to merge
  44
  commits into
  main
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
toast-study
  
      
      
   
  
    
  
  
  
 
  
      
    base: main
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
  
     Open
                    Toast study #7154
Changes from all commits
      Commits
    
    
            Show all changes
          
          
            44 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      486f782
              
                Use green GetYourApiGameRight in case studies (per designers request)
              
              
                hasparus 5cede69
              
                Grab Toast customer story draft from Notion
              
              
                hasparus dc400c5
              
                Add Toast logo
              
              
                hasparus e3b2deb
              
                Keep cards equal height in case studies list
              
              
                hasparus a587972
              
                Make GetYourAPIGameRight section in Case Studies readable in dark mode
              
              
                hasparus c91c2fc
              
                Apply hive prose colors to nested articles
              
              
                hasparus bf9416d
              
                Format
              
              
                hasparus 0671112
              
                Add dates to case study frontmatters
              
              
                hasparus e035396
              
                Fix fill-rule
              
              
                hasparus fc261ff
              
                Add Uri's avatar to the repo to make it load faster
              
              
                hasparus d32b20e
              
                Use the column layout even on tablet screens
              
              
                hasparus cf032c5
              
                Optically balance the logos
              
              
                hasparus 8788ec9
              
                Order the case studies by dates descending
              
              
                hasparus a7ec765
              
                Scroll to top when opening a blog post (weird default)
              
              
                hasparus 560df7f
              
                Allow blog posts to inlne authors
              
              
                hasparus 8a1ef51
              
                Show case studies in blog
              
              
                hasparus 170c988
              
                Ensure correct text color in dark mode in UpsellBlock
              
              
                hasparus 6606179
              
                Improve styles
              
              
                hasparus c29958a
              
                Repeat a height fix
              
              
                hasparus f5267c6
              
                Fix a missing alt (it was duplicate to text anyway)
              
              
                hasparus 6a33a65
              
                Show [Other Case Studies] in prod finally
              
              
                hasparus 6f1c0c4
              
                Apply changes from Notion
              
              
                hasparus 8d1583b
              
                Merge branch 'main' into toast-study
              
              
                hasparus 6e1ebd9
              
                improve styles
              
              
                hasparus b49c8da
              
                Add Scale Beyond card
              
              
                hasparus 8e9d51a
              
                use bullets
              
              
                hasparus c6f6775
              
                Merge branch 'main' into toast-study
              
              
                hasparus bd5f4a2
              
                Merge branch 'main' into toast-study
              
              
                hasparus 6def96b
              
                Mirror changes from Notion
              
              
                hasparus f097b26
              
                Add flowcharts
              
              
                hasparus e4f9fc9
              
                Simplify the flowchart
              
              
                hasparus e4c07e0
              
                Simplify the flowcharts
              
              
                hasparus 349e2d2
              
                Merge branch 'main' into toast-study
              
              
                hasparus f1a1c99
              
                Update Mermaid charts
              
              
                hasparus 230e656
              
                Add architecture diagram
              
              
                hasparus 5c03c4b
              
                Use a larger architecture diagram
              
              
                hasparus b60fbbb
              
                Fix a typo
              
              
                hasparus 62e71e8
              
                Copy prettier script so it can be launched from a nested dir
              
              
                hasparus 4807afb
              
                Make the docs sidebar wider
              
              
                hasparus 2deffc4
              
                Center blog again
              
              
                hasparus c4536ad
              
                Add @next/bundle-analyzer
              
              
                hasparus 32bb2d5
              
                Fix prose styles
              
              
                hasparus f3d74c8
              
                Add the new diagrams to Toast case study
              
              
                hasparus 8cef61e
              
                Merge branch 'main' into toast-study
              
              
                hasparus File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -7,8 +7,10 @@ | |
| }, | ||
| "scripts": { | ||
| "build": "next build && next-sitemap", | ||
| "build:analyze": "ANALYZE=true next build", | ||
| "dev": "next --turbopack", | ||
| "postbuild": "pagefind --site .next/server/app --output-path out/_pagefind", | ||
| "prettier": "prettier --cache --write --list-different --ignore-unknown src", | ||
| "validate-mdx-links": "pnpx [email protected] --files 'src/**/*.mdx'" | ||
| }, | ||
| "dependencies": { | ||
|  | @@ -32,6 +34,7 @@ | |
| }, | ||
| "devDependencies": { | ||
| "@mdx-js/typescript-plugin": "^0.0.8", | ||
| "@next/bundle-analyzer": "^16.0.0", | ||
| "@tailwindcss/typography": "0.5.16", | ||
| "@theguild/tailwind-config": "0.6.3", | ||
| "@types/react": "18.3.18", | ||
|  | ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
        
          
          
            239 changes: 239 additions & 0 deletions
          
          239 
        
  packages/web/docs/src/app/case-studies/(posts)/toast/after-diagram.svg
  
  
      
      
   
        
      
      
    
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
      
      Oops, something went wrong.
        
    
  
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using an empty string cast to 'https://' type is misleading. Consider using a placeholder URL like 'https://example.com' or making the link field optional in the Author type if case study authors don't have links.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good bot, but allow me this little hack. I agree it's not neat... should probably make the
linkoptional instead.