Skip to content

2024-10-24 迄の更新に追従 #2

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

Merged
merged 23 commits into from
Oct 24, 2024
Merged

2024-10-24 迄の更新に追従 #2

merged 23 commits into from
Oct 24, 2024

Conversation

tomoam
Copy link
Member

@tomoam tomoam commented Oct 24, 2024

No description provided.

FarhanAliRaza and others added 23 commits October 23, 2024 11:14
* hide copy button

* only hide button on tutorial

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
Our builds got slower because the cache hash was always different. This happened because the dependencies were calculated based on the generated code after Vite compiled it, i.e. it would check stuff in .svelte-kit/output/server/chunks/...js. This seems to have worked fine for a while, but now Vite mashes things up such that code from svelte.dev/src/lib/server/content.ts is mixed in, which has loads of Vite hashes in it, and so the file content is always different. That in turn means our hash is always different, and so the snippet cache never hits.

The pragmatic solution is to hard-code the path to the original file and add a sanity check to ensure it's still accurate.

related to sveltejs#307
so that people are not confused when setting up the repo
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Changed event parameter from 'e' to 'event' in onpointermove handler for improved clarity and consistency with instructions.
* fix: redirect hashes with different casing

* add comment

* defensive copy

* simplify

* Update apps/svelte.dev/src/routes/docs/[...path]/+page.svelte

Co-authored-by: Rich Harris <rich.harris@vercel.com>

* Update apps/svelte.dev/src/routes/docs/[...path]/+page.svelte

Co-authored-by: Rich Harris <rich.harris@vercel.com>

* Update apps/svelte.dev/src/routes/docs/[...path]/+page.svelte

Co-authored-by: Rich Harris <rich.harris@vercel.com>

* Update apps/svelte.dev/src/routes/docs/[...path]/+page.svelte

Co-authored-by: Rich Harris <rich.harris@vercel.com>

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
Else browsers don't break them up when too many consecuitive `foo`/`bar`/`baz` code spans appear

---------

Co-authored-by: Conduitry <git@chor.date>
* fix: colorful testimonials for hoverless devices

fixes sveltejs#578

* add filter/scale when appropriate rather than removing when not

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
* fix: disable nav scroll while menu is open

* format
* make text color a tiny bit lighter in dark mode

I feel like this will be easier on the eyes for prolonged sessions

* tiny bit darker, only for georgia

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
@tomoam tomoam merged commit 59c1623 into svelte-jp:main Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.