Skip to content

Refactor | New simplified breakpoints#89

Open
coldlink wants to merge 1 commit intomainfrom
mm/breakpoint-changes
Open

Refactor | New simplified breakpoints#89
coldlink wants to merge 1 commit intomainfrom
mm/breakpoint-changes

Conversation

@coldlink
Copy link
Copy Markdown
Member

@coldlink coldlink commented Apr 30, 2026

What does this change?

After discussion with @akemitakagi and @oliverabrahams we've simplified our breakpoints to 3 sizes for simplicity from those implemented in #72

New breakpoint breakdown:

sm -> 0px - 599px (generally mobile)
md -> 600px - 1023px (generally tablet/small desktop)
lg -> 1024px+ (desktop)

The rest of the breakpoints have been removed.

This is a precursor to implementing Grid/Layout within this project too.

This makes it easier to understand the responsive system for developers.

Screen.Recording.2026-04-30.at.16.07.25.mov

@coldlink coldlink requested a review from a team as a code owner April 30, 2026 15:04
@coldlink coldlink added feature Departmental tracking: work on a new feature run_chromatic Run the chromatic/storybook action. labels Apr 30, 2026
@github-actions
Copy link
Copy Markdown

Dependency Compatibility Matrix

React Emotion TypeScript RAC Typecheck Unit E2E Build Overall
17 11.11.4 ~5.0 1.13.0 ok ok ok ok
17 11.11.4 ~5.0 1.17.0 ok ok ok ok
17 11.11.4 ~5.1 1.13.0 ok ok ok ok
17 11.11.4 ~5.1 1.17.0 ok ok ok ok
17 11.11.4 ~5.9 1.13.0 ok ok ok ok
17 11.11.4 ~5.9 1.17.0 ok ok ok ok
17 11.14.0 ~5.0 1.13.0 ok ok ok ok
17 11.14.0 ~5.0 1.17.0 ok ok ok ok
17 11.14.0 ~5.1 1.13.0 ok ok ok ok
17 11.14.0 ~5.1 1.17.0 ok ok ok ok
17 11.14.0 ~5.9 1.13.0 ok ok ok ok
17 11.14.0 ~5.9 1.17.0 ok ok ok ok
18 11.11.4 ~5.0 1.13.0 ok ok ok ok
18 11.11.4 ~5.0 1.17.0 ok ok ok ok
18 11.11.4 ~5.1 1.13.0 ok ok ok ok
18 11.11.4 ~5.1 1.17.0 ok ok ok ok
18 11.11.4 ~5.9 1.13.0 ok ok ok ok
18 11.11.4 ~5.9 1.17.0 ok ok ok ok
18 11.14.0 ~5.0 1.13.0 ok ok ok ok
18 11.14.0 ~5.0 1.17.0 ok ok ok ok
18 11.14.0 ~5.1 1.13.0 ok ok ok ok
18 11.14.0 ~5.1 1.17.0 ok ok ok ok
18 11.14.0 ~5.9 1.13.0 ok ok ok ok
18 11.14.0 ~5.9 1.17.0 ok ok ok ok
19 11.14.0 ~5.0 1.13.0 ok ok ok ok
19 11.14.0 ~5.0 1.17.0 ok ok ok ok
19 11.14.0 ~5.1 1.13.0 ok ok ok ok
19 11.14.0 ~5.1 1.17.0 ok ok ok ok
19 11.14.0 ~5.9 1.13.0 ok ok ok ok
19 11.14.0 ~5.9 1.17.0 ok ok ok ok

Columns show granular outcomes for each dependency set: ok = passed, fail = failed, skip = upstream failure prevented running later stages. Overall: ✅ all passed, ⚠️ only skips (no hard fails), ❌ at least one fail.
Last updated: 2026-04-30T15:08:43.509Z (commit 9e0c9bc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Departmental tracking: work on a new feature run_chromatic Run the chromatic/storybook action.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant