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(nuxt): server-only pages #24954

Merged
merged 51 commits into from
Feb 26, 2024
Merged

feat(nuxt): server-only pages #24954

merged 51 commits into from
Feb 26, 2024

Commits on Nov 22, 2023

  1. wip test

    huang-julien committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0097fa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

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

Commits on Dec 3, 2023

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

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    283096d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9caf7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dc1242 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    a9d3ae8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10ca60f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    8afef3d View commit details
    Browse the repository at this point in the history
  2. chore: lint

    huang-julien committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    f939108 View commit details
    Browse the repository at this point in the history
  3. chore: LINNNTTT

    huang-julien committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    70c9809 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a29d5c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce525f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0f2f3b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. fix: fix route file generation and introduce createIslandPage to hand…

    …le the transition component
    huang-julien committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    0c2844b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a55e8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a763824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bc0e9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6123b66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8703c28 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    9a5c498 View commit details
    Browse the repository at this point in the history
  2. chore: cleanup

    huang-julien committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    807ff78 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. docs: add meta data to docs

    Julien Huang committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b3b1947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b69349d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff927e1 View commit details
    Browse the repository at this point in the history
  4. fix: fix naming

    huang-julien committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f0bdf48 View commit details
    Browse the repository at this point in the history
  5. test: add basic test

    huang-julien committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d0d0820 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7f8ef0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    685078d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    987e32c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81b13b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b259749 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    0e20478 View commit details
    Browse the repository at this point in the history
  2. chore: add back tab

    huang-julien committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5292d9a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Apply suggestions from code review

    Co-authored-by: Daniel Roe <daniel@roe.dev>
    huang-julien and danielroe committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b673a33 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    cfb5708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f40e653 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bff2a85 View commit details
    Browse the repository at this point in the history
  4. chore: update import

    danielroe committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    d969135 View commit details
    Browse the repository at this point in the history
  5. docs: update slightly

    danielroe committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    67b697c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a29f0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a01b82e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3207fd6 View commit details
    Browse the repository at this point in the history
  9. perf: simplify

    danielroe committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    51a30d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    afd8cb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bbef5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    948c374 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a1262a View commit details
    Browse the repository at this point in the history
  5. perf: use more exact import

    danielroe committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    523d55e View commit details
    Browse the repository at this point in the history
  6. fix: don't pass attrs/props

    danielroe committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6a64292 View commit details
    Browse the repository at this point in the history