-
Notifications
You must be signed in to change notification settings - Fork 4k
Optimise page outline #3813
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
Optimise page outline #3813
Conversation
Removing `AsideSectionHighlight` in favour of CSS-only changes on the active link element itself prevents a repaint and reduces lag (especially on Safari).
|
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
…ption * main: (45 commits) Remove corner radius of hint block with heading (#3839) Make semantic text colors more vibrant (#3838) Fix hidden section not found (#3836) Update AIChat context card open delay (#3834) Support for hidden sections (#3831) Make annotations visible on hover, fix accessibility and outro animations (#3822) Replace AI Chat generated content in e2e (#3833) Remove sticky prop on Updates block (#3832) Stop filtering by language when site space language is unspecified (#3825) Fix flaky tests in AI Chat greeting (#3828) Add RSS feed for pages with update blocks (#3824) Prevent flaky tests in AI Chat followup suggestions (#3827) Update wranglerVersion to 4.43.0 (#3826) Update Assistant e2e tests (#3814) Update Assistant styling (#3797) Add `x-gitbook-prefix` and `x-gitbook-token-placeholder` for OpenAPI security scheme (#3820) Add 'use server' directive to markdown renderer (#3815) Improve OpenAPI circular references (#3821) Fix links to other spaces in embeddable view (#3819) Optimise page outline (#3813) ...
Removing
AsideSectionHighlightin favour of CSS-only changes on the active link element itself prevents a repaint and reduces lag (especially on Safari).