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

feat: enable ssr on /privacy-policy #9155

Closed
wants to merge 42 commits into from
Closed

Commits on Jan 15, 2024

  1. feat: test SSR mode

    preschian committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9d3868e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d510742 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0591e37 View commit details
    Browse the repository at this point in the history
  4. feat: add client-side process checks for localStorage and window objects

    refactor: rename plugin files to indicate client-side usage
    feat: add new posts to posts.json
    fix: adjust localStorage usage in identity store
    fix: adjust window object usage in chain and ipfs config
    fix: adjust extension usage for client-side process
    preschian committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6bbb96d View commit details
    Browse the repository at this point in the history
  5. feat(nuxt.config.ts, package.json, pnpm-lock.yaml): add 'graphql-ws' …

    …and '@polkadot/x-global' to transpile list and update '@polkadot/x-global' version to 12.6.2
    preschian committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    23d2910 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed8f3e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    38b400f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e3cc75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    799522e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dc1ba7 View commit details
    Browse the repository at this point in the history
  5. style: refactor computed functions to improve readability in multiple…

    … vue components
    
    fix(package.json): downgrade eslint-plugin-unicorn, eslint-plugin-vue, glob, husky, jsdom, lint-staged versions
    chore(package.json): remove unused @types/jest and @polkadot/x-global dependencies
    preschian committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    df90883 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43c6ef7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b80bf0 View commit details
    Browse the repository at this point in the history
  8. revert

    preschian committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ca1d957 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09cbf02 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    668cc2e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bae0045 View commit details
    Browse the repository at this point in the history
  12. feat: add new default-ssr layout

    refactor(default.vue): remove ClientOnly wrapper from Navbar, Footer, CookieBanner, and Buy components
    feat(privacy-policy.vue): set page layout to default-ssr
    preschian committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b276776 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. chore: update lock file

    preschian committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    7de1ae3 View commit details
    Browse the repository at this point in the history
  2. feat(ModelMedia.vue): add onMounted lifecycle hook to conditionally i…

    …mport '@google/model-viewer' on client side
    preschian committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    20de323 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffd4ddc View commit details
    Browse the repository at this point in the history
  4. feat(nuxt.config.ts): add sentryVitePlugin to vite plugins

    fix(nuxt.config.ts): disable sourcemap in vite build configuration
    preschian committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    4c2cec7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9154 from preschian/test-ssr

    feat: enable ssr on `/privacy-policy`
    preschian committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    9833a8f View commit details
    Browse the repository at this point in the history
  6. Add tslib dependency

    preschian committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    0d3420d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21a9017 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d893766 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44ceee0 View commit details
    Browse the repository at this point in the history
  10. update lockfile

    preschian committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    95533c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1fe8b65 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Feb 1, 2024

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

Commits on Feb 2, 2024

  1. chore: adjust lockfile

    preschian committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    173f628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1354ad2 View commit details
    Browse the repository at this point in the history
  3. chore: opt out resolutions

    preschian committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4f5e6a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea430a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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

Commits on Feb 4, 2024

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

Commits on Feb 5, 2024

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

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    eda1068 View commit details
    Browse the repository at this point in the history
  2. build: readd optimizeDeps

    preschian committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d7f699b View commit details
    Browse the repository at this point in the history
  3. chore: update lockfile

    preschian committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0c2b956 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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