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

KeystoneJS Azure Static Web Apps Session Example #9323

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

Commits on Sep 7, 2024

  1. feat: Add initial project files and configurations

    - Add robots.txt file
    - Add sandbox.config.json file
    - Add index.css file
    - Add index.js file
    - Add setupTests.js file
    - Add .gitignore file
    - Add reportWebVitals.js file
    - Add swa-cli.config.json file
    - Add package.json file
    - Add manifest.json file
    - Add App.css file
    - Add schema.prisma file
    - Add keystone.ts file
    - Add staticwebapp.config.json file
    - Add App.js file
    relusion committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    dd867bf View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    eea2457 View commit details
    Browse the repository at this point in the history
  2. refactor: Update frontend dependencies

    - Remove unused code and imports in backend files
    - Add bootstrap v5.3.3 as a frontend dependency
    - Update package-lock.json and package.json
    - Update App.js to import bootstrap CSS
    - Improve loading state in App.js
    - Add error handling and fetch posts functionality in App.js
    - Add addNewPost functionality in App.js
    - Update UI in App.js to display user information and posts
    
    Related to keystonejs#9322, keystonejs#9320, keystonejs#9262
    relusion committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    0558ca1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58dd766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7987fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d11416 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7312a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5f3880 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ac17c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65b1966 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3bfc17c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Update examples/custom-session-az-swa/frontend/package.json

    Co-authored-by: Daniel Cousens <[email protected]>
    relusion and dcousens committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    efd5cac View commit details
    Browse the repository at this point in the history
  2. Update examples/custom-session-az-swa/backend/package.json

    Co-authored-by: Daniel Cousens <[email protected]>
    relusion and dcousens committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    bebd539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ffc04c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    234dc65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8b128a View commit details
    Browse the repository at this point in the history
  6. updated pnpm-lock.yaml

    relusion committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a04c9a7 View commit details
    Browse the repository at this point in the history