Commit graph

8 commits

Author SHA1 Message Date
kodxana
07912c146f
Update settings.ts 2021-05-24 23:29:20 +02:00
kodxana
9e66d5dbd4
Update settings.ts 2021-05-24 23:15:01 +02:00
kodxana
1760afb7e6
Update settings.ts 2021-05-24 23:05:38 +02:00
kodxana
6bc43fa5ca
Odysee as default instead of LBRY.tv 2021-05-24 22:50:30 +02:00
Kevin Raoofi
f198929922 Disable mininification + import changes
Import changes should reduce the size of the bundle a little.
Particularly, not getting the entirety of lodash.
2020-10-28 05:21:49 -04:00
Kevin Raoofi
3821ff8e1f Add odysee 2020-10-13 05:39:52 -04:00
Kevin Raoofi
6e907c91e8 Use preact + sass for popup
* Styles were extracted out from popup.css and into common/style
* Preact allows for reusable components and easier dynamic components
  * Easy transition to react or others while not being overbearing
* Component specific style are locally imported and handled by parcel

ButtonRadio is particulary nice in that it uses pre-exisitng button
styling on radio buttons to make it easy to pick configurable options.
2020-10-13 05:39:52 -04:00
Kevin Raoofi
48f88da6aa Common settings module
* settings module as single source of truth and provides utilities,
  defaults, constants, and typing
* runtimeOnStartup and storageOnChanged were merged into storageSetup
* storageSetup reworked to use settings for seamless additions
* tabOnUpdated and YTtoLBRY updated to use settings for URL prefixes
2020-10-13 05:17:44 -04:00