Skip to content

Commit

Permalink
Plugin: Remove experimental PWA support for WP-Admin (#40475)
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo authored Apr 21, 2022
1 parent 56c69e1 commit 598466e
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 285 deletions.
5 changes: 0 additions & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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 @@ -142,7 +142,6 @@ function gutenberg_is_experiment_enabled( $name ) {
require __DIR__ . '/client-assets.php';
require __DIR__ . '/demo.php';
require __DIR__ . '/experiments-page.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.

7 changes: 0 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 598466e

Please sign in to comment.