Skip to content

Conversation

LFDanLu
Copy link
Member

@LFDanLu LFDanLu commented Sep 16, 2025

Closes

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change (for new code or code which already has tests).
  • Filled out test instructions.
  • Updated documentation (if it already exists for this component).
  • Looked at the Accessibility Practices for this feature - Aria Practices

📝 Test Instructions:

🧢 Your Project:

@rspbot
Copy link

rspbot commented Sep 16, 2025

@rspbot
Copy link

rspbot commented Sep 18, 2025

@rspbot
Copy link

rspbot commented Sep 18, 2025

@LFDanLu LFDanLu changed the base branch from main to s2-docs-more September 19, 2025 17:00
snowystinger
snowystinger previously approved these changes Sep 22, 2025

// TODO: this causes a flash when the headings change size, maybe we just move this code
// to client and append suppressHydrationWarning to the h1s
export function TitleResizer() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Want to use https://una.im/5-css-functions/#fluid-type if it's supported in the browser?
it's already in chrome Fyrd/caniuse#7368

@snowystinger snowystinger dismissed their stale review September 22, 2025 01:53

hit the wrong button

@rspbot
Copy link

rspbot commented Sep 22, 2025

Base automatically changed from s2-docs-more to main September 29, 2025 01:34
@LFDanLu LFDanLu changed the title fix: (WIP) Assorted new docs fixes from testing fix: Assorted new docs fixes from testing Sep 29, 2025
@LFDanLu LFDanLu marked this pull request as ready for review September 29, 2025 17:29
@rspbot
Copy link

rspbot commented Sep 29, 2025

Comment on lines 99 to 120
<div
className={style({
isolation: 'isolate',
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
maxWidth: {
default: 'full',
lg: 1280
},
marginX: 'auto',
marginY: 0,
padding: {
default: 0,
lg: 12
},
paddingBottom: 0,
gap: {
default: 0,
lg: 12
}
})}>
Copy link
Member

@reidbarber reidbarber Sep 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were these styles intentionally removed? It seems like the content takes up the full viewport width now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh whoops, must of messed the rebase for this one, thanks for catching

@rspbot
Copy link

rspbot commented Sep 29, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants