Skip to content

Commit

Permalink
Remove the soon deprecated pageaction popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihildt committed Nov 24, 2023
1 parent bf0e3f1 commit fc1e29a
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 209 deletions.
2 changes: 1 addition & 1 deletion scripts/prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { r, port, isDev, log } from './utils';
* Stub index.html to use Vite in development
*/
async function stubIndexHtml() {
const views = ['pageaction', 'popup', 'background'];
const views = ['popup', 'background'];

for (const view of views) {
await fs.ensureDir(r(`extension/dist/${view}`));
Expand Down
41 changes: 0 additions & 41 deletions src/components/Headers/ProxyHeader.vue

This file was deleted.

File renamed without changes.
4 changes: 0 additions & 4 deletions src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ export async function getManifest() {
default_popup: './dist/popup/index.html',
default_area: 'navbar',
},
page_action: {
default_icon: './assets/icons/route.svg',
default_popup: './dist/pageaction/index.html',
},
background: {
page: './dist/background/index.html',
persistent: false,
Expand Down
33 changes: 0 additions & 33 deletions src/pageaction/App.vue

This file was deleted.

53 changes: 0 additions & 53 deletions src/pageaction/PageAction.vue

This file was deleted.

12 changes: 0 additions & 12 deletions src/pageaction/index.html

This file was deleted.

15 changes: 0 additions & 15 deletions src/pageaction/main.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/pageaction/routes.ts

This file was deleted.

39 changes: 0 additions & 39 deletions src/pageaction/views/Settings.vue

This file was deleted.

2 changes: 2 additions & 0 deletions src/popup/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ if (hash.value) {

<TitleCategory title="Privacy Recommendations" class="pt-4" />
<privacy-recommendations />

<TitleCategory title="Proxy DNS" class="pt-4" />
</template>

<style scoped>
Expand Down

0 comments on commit fc1e29a

Please sign in to comment.