Commit Graph

61 Commits

Author SHA1 Message Date
Sebastian
09b085d24b
don't send dev files into the zip file 2022-09-07 08:49:04 -03:00
4a0512884d
upgrade typescript (and some related deps) 2022-09-05 16:20:01 +02:00
Sebastian
9bb9d149d2
qr reader 2022-08-11 12:28:02 -03:00
Sebastian
614a3e3c87
standarizing components 2022-08-01 10:55:17 -03:00
Sebastian
b419db505b
ui testing 2022-06-08 15:19:26 -03:00
Sebastian
e09005a577
updating old copyright header 2022-06-06 12:05:26 -03:00
Sebastian
867fc564c3
fix: removing rollup from prepare script 2022-06-01 11:40:20 -03:00
1ea28c5be1
fix package.json, lockfile 2022-05-31 15:54:34 +02:00
ms
b87e843d32
WebEx: add rollup dep. 2022-05-30 15:27:29 +02:00
07e1818679
Revert "no need to compile after install"
This reverts commit c3ba7fb523.
2022-05-24 18:00:25 +02:00
Sebastian
16cc179edf
remove rollup from webex and fix package.json root scripts 2022-05-24 00:37:24 -03:00
Sebastian
c3ba7fb523
no need to compile after install 2022-05-24 00:20:42 -03:00
Sebastian
37690dd22c
handling service worker waiting phase 2022-05-06 17:29:52 -03:00
Sebastian
65e6a8caa0
useAsync new API 2022-04-26 11:48:28 -03:00
Sebastian
c5f484d18a
deposit test case 2022-04-22 16:10:46 -03:00
Sebastian
fdd272af20
remove storybook, switch build to esbuild 2022-03-29 12:32:52 -03:00
Sebastian
be489b6b3e
remove storybook 2022-03-29 00:45:17 -03:00
Sebastian
f45ef76701
esbuild configuration 2022-03-24 16:02:38 -03:00
Sebastian
e21c1b3192
splitted rollup config for testing and first component state unit test 2022-03-23 16:20:39 -03:00
Sebastian
65eb64cd07
mui text field, standard variation 2022-03-18 17:52:46 -03:00
Sebastian
b650750bcc
no more back button 2022-03-17 15:01:03 -03:00
Sebastian
1607c728bc
first banner implementation with mui 2022-03-09 14:00:02 -03:00
d0376d9e68
more Makefile improvements 2022-03-08 13:14:33 +01:00
Sebastian
454c3b5114
fix #7140 2022-03-01 13:37:21 -03:00
Sebastian
68b8873442
added ja lang and implemented transalation switch 2022-02-24 12:50:54 -03:00
Sebastian
8e01ea5433
add pogen as dependency 2022-02-24 12:50:52 -03:00
465ccdaa06
subcommands for i18n tooling, unique message IDs 2022-02-15 17:45:26 +01:00
f849cc9500
dependency cleanup 2022-02-10 20:27:17 +01:00
d2f17c8dac
bump version(s) 2022-01-27 14:33:41 +01:00
Sebastian
a01ad4758f
header rendering 2022-01-19 13:52:02 -03:00
Sebastian
bc817a638d
#7120 manifest v3: first iteration working
new permission needed: scripting
chrome.browserAction -> chrome.action
webRequestBlocking is not possible anymore
chrome.extension.getUrl -> chrome.runtime.getUrl
new serviceWorkerHttpLib: using fetch
new serviceWorkerCryptoWorkerFactory: using syncCryptoImpl
few other minor changes

still missing some other changes like migrating setTimeout to chrome.alarms api
2022-01-16 17:55:01 -03:00
188ff0b453
upgrade rollup plugins, as older ones caused miscompilation 2022-01-05 18:40:43 +01:00
dc040ba41c
update dependencies to fix rollup issue 2022-01-05 16:48:22 +01:00
Sebastian
9f8139e09b
replace jest with mocha 2022-01-04 17:06:24 -03:00
Sebastian
403de8170e
bump version to 0.9 2021-11-26 12:55:41 -03:00
Sebastian
1d4815c66c
prettier 2021-11-15 11:18:58 -03:00
Sebastian
ae0a35df2b
async, onInput, and some fixes 2021-11-04 15:18:34 -03:00
Sebastian
315b167bee
issue #5860 2021-09-17 15:49:07 -03:00
Sebastian
1ea598b048
automated test all stories 2021-09-03 12:05:23 -03:00
Sebastian
67e511d719
updated build fast for web 2021-08-23 16:52:33 -03:00
Sebastian
97a05ff659
new wallet history and view refactoring 2021-08-19 00:35:21 -03:00
Sebastian
d29499b80a
migration css to linaria 2021-07-09 23:15:53 -03:00
Sebastian
05e89a3cf7
developer mode 2021-06-30 00:24:52 -03:00
Sebastian
956fc35a20
wallet transaction detail view 2021-06-20 20:52:38 -03:00
Sebastian
aa0edbdd68
wallet transaction detail 2021-06-03 01:07:34 -03:00
Sebastian
c6c17a1c0a
add storybook 2021-05-31 11:34:48 -03:00
Sebastian
4ed4535bc0
preact routing on the wallet 2021-05-07 18:16:30 -03:00
Sebastian
30f86f8748
migrate to preact 2021-05-07 10:39:49 -03:00
d44740b787
fix build issues 2021-03-27 14:36:08 +01:00
Sebastian
4845ebddf6
0006728: set up wallet CI pipeline for WebExtension build
This commit split in three main things:
 * added deploy-webext to upload the extension zipfile
 * put scope into the npm packages to be able to deploy them
 * added deploy-npm to deploy related npm packages

Also, fixing bug on `make clean`. Some packages where not
being deleting tsconfig.tsbuildinfo and making subsequent
`make` fail
2021-02-01 17:07:22 -03:00