Skip to content

Commit 64e2505

Browse files
authoredJan 31, 2025
fix: Navigate group blocks (#68)
* fix: Apply select default WordPress form styles GutenbergKit does not load these WP Admin styles, so we must manually apply them to ensure consistency and avoid elements overflowing their parent containers. * fix: Simplify layout styles with box-sizing border-box This also matches Gutenberg's `edit-post` package approach. * docs: Document style overrides Mitigate confusion regarding which UI styles are overridden. * refactor: Remove inspector icon adjustments These subtle adjustments are not worth the maintenance burden of manually overriding core styles. * refactor: Consolidate duplicative control label styles Separating the style declarations reduces clarity. * refactor: Remove duplicative card title style declarations These same styles are applied with other selectors. * refactor: Remove seemingly unused styles * refactor: Remove seemingly unused styles * refactor: Remove duplicative panel body title style declarations These same styles are applied with other selectors. * docs: Document rationale for hiding the inserter between blocks This inserter is displayed on hover, which is unavailable on touch devices. Also, its presence steals focus, requiring two taps to insert a block from the block inserter. Once to trigger hover and focus, once to activate the button. * fix: Navigate group blocks Previously, the block appender--i.e., the inline block inseter--was forcibly hidden. This caused group blocks--Group, Columns, Row, etc--to collapse visually, leaving the near-impossible to select or modify. Reintroducing the block appender allows traversing and modifying group blocks. * fix: Remove the block toolbar border radius The border radius looks odd for the block toolbar that sits flush against the screen edge. * fix: Hide inline block appender button This button's positioning and size is no ideal for small screens. * task: Capture build output * fix: Snackbar position and visibility A recent refactor changed the CSS selector name, causing the styles to no longer be applied. * task: Capture build output
1 parent c050b4d commit 64e2505

20 files changed

+927
-892
lines changed
 

‎ios/Sources/GutenbergKit/Gutenberg/assets/index-Bj_dbfWm.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎ios/Sources/GutenbergKit/Gutenberg/assets/index-CVihFZVi.js

-830
This file was deleted.

‎ios/Sources/GutenbergKit/Gutenberg/assets/index-Dxd_DAUH.js

+829
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎ios/Sources/GutenbergKit/Gutenberg/assets/index-HX5OH3UO.css

-1
This file was deleted.

‎ios/Sources/GutenbergKit/Gutenberg/assets/layout-6w9yLuYZ.css

-1
This file was deleted.

‎ios/Sources/GutenbergKit/Gutenberg/assets/layout-BR3htqFg.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎ios/Sources/GutenbergKit/Gutenberg/assets/layout-nZjJAiRL.js

-1
This file was deleted.

0 commit comments

Comments
 (0)