Skip to content

Commit

Permalink
chore(extension): remove youtube downloader extension
Browse files Browse the repository at this point in the history
This is not planned to be supported anymore. The web interface
will be the only way to use this project.

Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Dec 29, 2024
1 parent a260eeb commit cce85f2
Show file tree
Hide file tree
Showing 48 changed files with 14 additions and 4,310 deletions.
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ corepack prepare
pnpm install
# Run the projects API and web app in development mode
pnpm dev:web
# Run the projects API and extension in development mode
pnpm dev:extension
```

#### Generating the client package
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Please refer to the [contributing guide](CONTRIBUTING.md) for how to install the
### Apps:

- `api`: An API developed in [Python](https://www.python.org/) using [FastAPI](https://fastapi.tiangolo.com/).
- `extension`: A browser extension developed using [WXT](https://wxt.dev/) and [Svelte](https://svelte.dev/).
- `web`: A web application developed in [SvelteKit](https://kit.svelte.dev/).

### Packages:
Expand Down
28 changes: 0 additions & 28 deletions apps/extension/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions apps/extension/.prettierignore

This file was deleted.

74 changes: 0 additions & 74 deletions apps/extension/CHANGELOG.md

This file was deleted.

16 changes: 0 additions & 16 deletions apps/extension/eslint.config.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/extension/example.env

This file was deleted.

44 changes: 0 additions & 44 deletions apps/extension/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions apps/extension/postcss.config.js

This file was deleted.

4 changes: 0 additions & 4 deletions apps/extension/prettier.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions apps/extension/src/assets/tailwind.css

This file was deleted.

22 changes: 0 additions & 22 deletions apps/extension/src/entrypoints/background.ts

This file was deleted.

110 changes: 0 additions & 110 deletions apps/extension/src/entrypoints/options/App.svelte

This file was deleted.

14 changes: 0 additions & 14 deletions apps/extension/src/entrypoints/options/index.html

This file was deleted.

11 changes: 0 additions & 11 deletions apps/extension/src/entrypoints/options/main.ts

This file was deleted.

10 changes: 0 additions & 10 deletions apps/extension/src/entrypoints/popup/App.svelte

This file was deleted.

Loading

0 comments on commit cce85f2

Please sign in to comment.