17 Commits

Author SHA1 Message Date
Rohid
769f6fd921 remove old packages 2024-08-12 23:00:47 +06:00
Juan Sebastian velez Posada
3406e1c647 update bootstrap to version 5 (#158)
* chore: update bootstrap to version 5

* chore: fix lint

* merge master

* update components to use bootstrap 5
2024-01-15 08:56:17 -05:00
Juan Sebastian velez Posada
7d795f854f chore: add support for Content scripts (#182)
* chore: add support for Content scripts

* chore: run script bae on browser

* chore: content script supporting canva website

* chore: add 2 minutes debounce for onclik events

* chore: add debounce for keypress events
2023-03-28 17:59:15 -05:00
Juan Sebastian velez Posada
35543489e5 Propmt when a api key can not be use + house keeping (#173)
* chore: remove old files

* chore: change JS tests to TS, delete dummy tests

* chore: bump manifests version
2023-02-22 08:11:16 -05:00
Sebastian Velez
e9e6b163d9 chore: remove phantomjs since it is deprecated 2023-01-11 15:31:55 -05:00
Sebastian Velez
32432d470d chore: update dependencies 2023-01-11 09:03:05 -05:00
Vu Nguyen
5958155a04 Web ext integration for dev mode(#116)
* add web-ext dep

* create xrun tasks to wrap running extension targets

* add wait-on dep to delay launch of task when ready

* add legacy wait files for web-ext scripts

* create a dev task for next builds

* add dev:legacy task to allow for a quick dev mode

* reuse watch task to have dev env
2021-02-07 00:08:00 -08:00
Vu Nguyen
8ade367b3f Redux toolkit (#115)
* add @redux/toolkit

* bump react version to allow for hooks

* add remote-redux devtools to help track extension state

* add remote-redux server to allow for remote state viewing

* setup react-redux for current user

* setup watch mode for running redux remote dev watch to options

* move screenshots
2021-01-22 16:37:59 -08:00
Vu Nguyen
d194bcfe60 Es6 cmp migration (#113)
* migrate Alert component

* convert Mainlist component

* add webpack watch task

* update build script for different manifests

* add types for api responses

* convert changeExtensionIcon

* convert inArray, getDomainParts, contains to ts

* convert changeExtensionTooltip

* convert changeExtensionState to ts
2021-01-16 17:31:52 -08:00
Vu Nguyen
9ecc2144aa setup mock browser object 2021-01-16 03:47:22 -06:00
Vu Nguyen
faf2727b51 add clean-webpack-plugin 2021-01-15 21:18:11 -06:00
Vu Nguyen
530cffef76 removed most gulp tasks 2021-01-15 19:23:36 -06:00
Vu Nguyen
d6727ffedc remove copying bootstrap/fontawesome from copying over and just have less use the version in node_modules 2021-01-15 15:10:36 -06:00
Vu Nguyen
b9cfc9b18e setup a eslint/prettier setup with plugins, and a basic webpack setup 2021-01-14 23:00:49 -06:00
Vu Nguyen
ba3182fd59 update assets from bootstrap@3.3.7 2021-01-14 20:46:01 -06:00
Vu Nguyen
8f68fedaf9 remove bower dependancy and covert packages to npm 2021-01-14 20:21:48 -06:00
Vu Nguyen
9ef655ac3b Setup CI tests (#100)
* use @xarc/xrun to streamline tasks in an imperative manner

* add lint-staged/husky for git hook tasks

* run prettier across all files

* fixing tests

* add ci test workflow

* add a ci workflow

* remove precommit in favor of husky

* add .prettierrc.js

* reformat with prettier
2021-01-13 21:05:05 -08:00