5 Commits

Author SHA1 Message Date
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
be368b520e chore: send project on heartbeat when navigating on github (#165)
* chore: send project on heartbeat payload when user is navigating on github.com or github.dev

* chore: update logic to generate project from github activity

* chore: update history and development documentation

* chore: address comments in PR
2023-02-10 11:04:49 -05:00
Vu Nguyen
1e315bcfcc update docs to alleviate issues with legacy build vs new build (#120) 2021-03-01 21:10:18 -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
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