Commit graph

5 commits

Author SHA1 Message Date
Shiba
f072c95051 🍤 Build for manifest v2 and v3 at once
- and zip them
2022-07-01 20:39:13 +00:00
Shiba
2b38c809ca 🥡 added .devcontainer
- to make building the project easier in vscode
- and consistent file formatting in vscode
2022-01-11 13:45:24 +00:00
Shiba
5c61db3ea0 types added, names changed, rewrote most of ytContent.ts
- Added more types, so when there is an error it's more visible.
- Default setting was using `lbry.tv` which doesn't exists anymore, so i made it odysee.
- Changed `redirect` value name in the `LbrySettings` to `platform` which makes more sense to this version.
- Changed `url` in UpdateContext to `pathname`. Using `url` for the full URL.
- Rewrote most of the `ytContent.tsx` so the timestamp feature doesnt look like a patch.
2021-12-11 19:28:24 +00:00
Kevin Raoofi
951acee9da Ignore DS_Store 2020-12-29 09:54:28 -05:00
Kevin Raoofi
0cc8f4effe npm style project setup
* All files were moved to the `src` directory, unchanged
* Parcel handles module resolution as well as transpilation via babel
* package.json, package-lock.json, and .gitignore were added
* Utilize crossplatform tools for build
2020-10-06 14:58:52 -04:00