Skip to content

Commit

Permalink
Plugin: Remove experimental PWA support for WP-Admin
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Apr 20, 2022
1 parent 1e06cba commit f1398c1
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 278 deletions.
5 changes: 0 additions & 5 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@
/lib/experimental/class-wp-rest-block-editor-settings-controller.php @timothybjacobs @spacedmonkey @geriux
/phpunit/class-wp-theme-json-test.php @oandregal

# Web App
/packages/admin-manifest @ellatrix
/lib/pwa.php @ellatrix
/lib/service-worker.js @ellatrix

# Native
/packages/components/src/mobile/global-styles-context @geriux

Expand Down
1 change: 0 additions & 1 deletion lib/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ function gutenberg_is_experiment_enabled( $name ) {
require __DIR__ . '/experimental/navigation-page.php';
require __DIR__ . '/experimental/experiments-page.php';
require __DIR__ . '/compat/wordpress-5.9/kses.php';
require __DIR__ . '/pwa.php';

// Copied package PHP files.
if ( file_exists( __DIR__ . '/../build/style-engine/class-wp-style-engine-gutenberg.php' ) ) {
Expand Down
34 changes: 0 additions & 34 deletions lib/pwa.php

This file was deleted.

14 changes: 0 additions & 14 deletions lib/service-worker.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
},
"dependencies": {
"@wordpress/a11y": "file:packages/a11y",
"@wordpress/admin-manifest": "file:packages/admin-manifest",
"@wordpress/annotations": "file:packages/annotations",
"@wordpress/api-fetch": "file:packages/api-fetch",
"@wordpress/autop": "file:packages/autop",
Expand Down
1 change: 0 additions & 1 deletion packages/admin-manifest/.npmrc

This file was deleted.

Empty file.
11 changes: 0 additions & 11 deletions packages/admin-manifest/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions packages/admin-manifest/package.json

This file was deleted.

176 changes: 0 additions & 176 deletions packages/admin-manifest/src/index.js

This file was deleted.

0 comments on commit f1398c1

Please sign in to comment.