Skip to content

Commit c50760c

Browse files
dhasilvamatticbot
authored andcommitted
Forms: Introduce wp-build on dashboard under feature flag (#46206)
* Add wp-build based form responses route (WIP) * Add wp-build form responses route changelog * Add DataViews to wp-build form responses route * Add inspector panel and selection support to form responses route * Add header with tabs to form responses route * Add WordPress packages to root devDependencies for wp-build compatibility * Add actions, filters, and unread indicators to wp-build form responses * Remove build folder from git tracking, pin WordPress package versions * Add missing WordPress and React devDependencies * Remove 'from' field from default view fields * Refactor DataViews layout with HStack and actions * Add header actions, gravatars, and filters to wp-build form responses * Add full-featured inspector with navigation for form responses * Add changelog for jetpack-components subpath export * Only show inspector when a single response is selected * Use local Page component for consistent styling in ciab * Fix snackbar notices appearing behind wp-admin elements * Add integrations modal and optimistic updates to wp-build route * Refactor IntegrationsModal for wp-build compatibility * Fix mobile header and conditionally show integrations button * Fix lint, type and package.json related issues * changelog * add feature flag condition to temp admin menu --------- Co-authored-by: Douglas <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/20377630808 Upstream-Ref: Automattic/jetpack@4d262be
1 parent 03e1350 commit c50760c

35 files changed

+2715
-53
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
This is an alpha version! The changes listed here are not final.
1111

12+
### Added
13+
- Add wp-build based form responses route for DataViews integration
14+
1215
### Changed
1316
- Allow CSV files to be uploaded via contact forms
1417
- Update package dependencies.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-blocks": "^3.1.1",
9-
"automattic/jetpack-assets": "^4.3.17",
9+
"automattic/jetpack-assets": "^4.3.18-alpha",
1010
"automattic/jetpack-connection": "^6.19.12",
1111
"automattic/jetpack-device-detection": "^3.3.0",
1212
"automattic/jetpack-external-connections": "^0.1.9",

dist/blocks/528.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/blocks/605.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/blocks/718.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/blocks/718.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/blocks/718.rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/blocks/editor.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-jp-i18n-loader', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '5192fbb4e9b030ac6c28');
1+
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-jp-i18n-loader', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'dfe6ebd97d753a21ae4a');

dist/blocks/editor.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '2dc47179e60f860284f9');
1+
<?php return array('dependencies' => array('jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '00cd1db0f09d27fb9c1d');

0 commit comments

Comments
 (0)