Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Update extension, crypto. Create storage package. #3

Merged
merged 2 commits into from
Jun 23, 2020
Merged

Conversation

PureBrent
Copy link
Contributor

No description provided.

@PureBrent PureBrent merged commit 72e69ac into master Jun 23, 2020
PureBrent pushed a commit that referenced this pull request Aug 26, 2020
^ This is the 1st commit message:

Initial packages/extension

^ The commit message #2 will be skipped:

^ Initial packages/extension-ui

^ The commit message #3 will be skipped:

^ Initial packages/extension-library

^ The commit message #4 will be skipped:

^ Added gitignore

^ The commit message #5 will be skipped:

^ Added build helper script

^ The commit message #6 will be skipped:

^ Update README.md

^ The commit message #7 will be skipped:

^ refactor library into extension-dapp and extension-common

^ The commit message #8 will be skipped:

^ refactor messaging

^ The commit message #9 will be skipped:

^ wip router and messaging

^ The commit message #10 will be skipped:

^ basic authorization modal

^ The commit message #11 will be skipped:

^ added isAuthorized() to background

^ The commit message #12 will be skipped:

^ drop long-lived connection (ports) in favor of one-time requests

^ The commit message #13 will be skipped:

^ injected AlgoSigner to singleton

^ The commit message #14 will be skipped:

^ wip webpack packages/extension

^ The commit message #15 will be skipped:

^ warning for the extension-ui development

^ The commit message #16 will be skipped:

^ background modules + seal authorization public and private rpc methods

^ The commit message #17 will be skipped:

^ wip cross-browser MessageApi

^ The commit message #18 will be skipped:

^ renamed Authorization to Task, wrap non-auth tasks in a Promise

^ The commit message #19 will be skipped:

^ add MessageApi platform switch

^ The commit message #20 will be skipped:

^ fix syntax error

^ The commit message #21 will be skipped:

^ change JsonRpc params from positional to named

^ The commit message #22 will be skipped:

^ comment cleanup

^ The commit message #23 will be skipped:

^ wrap packages in standard src directory

^ The commit message #24 will be skipped:

^ use runtime.MessageSender and URL api for origin control in background

^ The commit message #25 will be skipped:

^ Algosinger restructuring

^ The commit message #26 will be skipped:

^ Update extension, crypto. Create storage package.

^ The commit message #27 will be skipped:

^ Error checks / handling

^ The commit message #28 will be skipped:

^ Added testing configs. Updated UI. Added Github actions tests

^ The commit message #29 will be skipped:

^ Added default dist back

^ The commit message #30 will be skipped:

^ Updated UI with better layout. Added authentications screens

^ The commit message #31 will be skipped:

^ First integration of UI with Messaging

^ The commit message #32 will be skipped:

^ Added UI copy to final dist. Addod node moduleRoselution to fix compile errors

^ The commit message #33 will be skipped:

^ Add UI as possible message client

^ The commit message #34 will be skipped:

^ Rough integration of login, create and import of wallet and accounts

^ The commit message #35 will be skipped:

^ Better handling of Messaging with UI

^ The commit message #36 will be skipped:

^ Added account delete

^ The commit message #37 will be skipped:

^ Connection with dapp now working. Send algos working too with backend

^ The commit message #38 will be skipped:

^ Added UI assets

^ The commit message #39 will be skipped:

^ Type declaration form importing PNGs and SVGs

^ The commit message #40 will be skipped:

^ Added file loader to UI webpack

^ The commit message #41 will be skipped:

^ Added logotype to header

^ The commit message #42 will be skipped:

^ Made UI narrower

^ The commit message #43 will be skipped:

^ Updated styling of welcome and authentication

^ The commit message #44 will be skipped:

^ Added close modal button

^ The commit message #45 will be skipped:

^ Changes global base font size to 15px

^ The commit message #46 will be skipped:

^ Use of Bulma helpers

^ The commit message #47 will be skipped:

^ Trying to correct check-in issue

^ The commit message #48 will be skipped:

^ Removed snapshot
PureBrent added a commit that referenced this pull request Aug 26, 2020
^ This is the 1st commit message:

Initial packages/extension

^ The commit message #2 will be skipped:

^ Initial packages/extension-ui

^ The commit message #3 will be skipped:

^ Initial packages/extension-library

^ The commit message #4 will be skipped:

^ Added gitignore

^ The commit message #5 will be skipped:

^ Added build helper script

^ The commit message #6 will be skipped:

^ Update README.md

^ The commit message #7 will be skipped:

^ refactor library into extension-dapp and extension-common

^ The commit message #8 will be skipped:

^ refactor messaging

^ The commit message #9 will be skipped:

^ wip router and messaging

^ The commit message #10 will be skipped:

^ basic authorization modal

^ The commit message #11 will be skipped:

^ added isAuthorized() to background

^ The commit message #12 will be skipped:

^ drop long-lived connection (ports) in favor of one-time requests

^ The commit message #13 will be skipped:

^ injected AlgoSigner to singleton

^ The commit message #14 will be skipped:

^ wip webpack packages/extension

^ The commit message #15 will be skipped:

^ warning for the extension-ui development

^ The commit message #16 will be skipped:

^ background modules + seal authorization public and private rpc methods

^ The commit message #17 will be skipped:

^ wip cross-browser MessageApi

^ The commit message #18 will be skipped:

^ renamed Authorization to Task, wrap non-auth tasks in a Promise

^ The commit message #19 will be skipped:

^ add MessageApi platform switch

^ The commit message #20 will be skipped:

^ fix syntax error

^ The commit message #21 will be skipped:

^ change JsonRpc params from positional to named

^ The commit message #22 will be skipped:

^ comment cleanup

^ The commit message #23 will be skipped:

^ wrap packages in standard src directory

^ The commit message #24 will be skipped:

^ use runtime.MessageSender and URL api for origin control in background

^ The commit message #25 will be skipped:

^ Algosinger restructuring

^ The commit message #26 will be skipped:

^ Update extension, crypto. Create storage package.

^ The commit message #27 will be skipped:

^ Error checks / handling

^ The commit message #28 will be skipped:

^ Added testing configs. Updated UI. Added Github actions tests

^ The commit message #29 will be skipped:

^ Added default dist back

^ The commit message #30 will be skipped:

^ Updated UI with better layout. Added authentications screens

^ The commit message #31 will be skipped:

^ First integration of UI with Messaging

^ The commit message #32 will be skipped:

^ Added UI copy to final dist. Addod node moduleRoselution to fix compile errors

^ The commit message #33 will be skipped:

^ Add UI as possible message client

^ The commit message #34 will be skipped:

^ Rough integration of login, create and import of wallet and accounts

^ The commit message #35 will be skipped:

^ Better handling of Messaging with UI

^ The commit message #36 will be skipped:

^ Added account delete

^ The commit message #37 will be skipped:

^ Connection with dapp now working. Send algos working too with backend

^ The commit message #38 will be skipped:

^ Added UI assets

^ The commit message #39 will be skipped:

^ Type declaration form importing PNGs and SVGs

^ The commit message #40 will be skipped:

^ Added file loader to UI webpack

^ The commit message #41 will be skipped:

^ Added logotype to header

^ The commit message #42 will be skipped:

^ Made UI narrower

^ The commit message #43 will be skipped:

^ Updated styling of welcome and authentication

^ The commit message #44 will be skipped:

^ Added close modal button

^ The commit message #45 will be skipped:

^ Changes global base font size to 15px

^ The commit message #46 will be skipped:

^ Use of Bulma helpers

^ The commit message #47 will be skipped:

^ Trying to correct check-in issue

^ The commit message #48 will be skipped:

^ Removed snapshot

^ The commit message #49 will be skipped:

^ Adding ids to elements

# The commit message #50 will be skipped:

# Added loader to AccountPreview

# The commit message #51 will be skipped:

# trimmed logo
PureBrent added a commit that referenced this pull request Aug 26, 2020
commit fc92cf8
Merge: d6e3b92 3a0b43c
Author: PureBrent <53275780+PureBrent@users.noreply.github.com>
Date:   Fri Jul 31 17:20:30 2020 -0400

    Merge pull request #36 from PureStake/brent

    Transaction wrap validation

commit 3a0b43c
Author: Brent <Brent@purestake.com>
Date:   Fri Jul 31 17:16:24 2020 -0400

    Transaction wrap validation

commit d6e3b92
Merge: 21d1a38 f58c866
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Wed Jul 29 17:53:35 2020 +0200

    Merge pull request #34 from PureStake/fxg/better-popups

    Better styling in signing tx

commit f58c866
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 17:51:57 2020 +0200

    Auth request is saved temporarily in store

commit 4809a78
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 17:50:33 2020 +0200

    Better styling in signing tx

commit 21d1a38
Merge: 7668339 dd13680
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Wed Jul 29 17:45:55 2020 +0200

    Merge pull request #33 from PureStake/fxg/better-popups

    Saves the received request temporarily in case the user is not logged in

commit 7668339
Merge: 984f7a7 f473560
Author: PureBrent <53275780+PureBrent@users.noreply.github.com>
Date:   Wed Jul 29 11:44:51 2020 -0400

    Merge pull request #32 from PureStake/brent

    Transaction validation checks

commit dd13680
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 17:42:24 2020 +0200

    Saves the received request temporarily in case the user is not logged in

commit 07d217e
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 17:41:42 2020 +0200

    Added option to save a request in UI store

commit f473560
Author: Brent <Brent@purestake.com>
Date:   Wed Jul 29 11:39:50 2020 -0400

    Transaction validation checks

commit 984f7a7
Merge: 273b13e d9c3ce0
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Wed Jul 29 17:33:01 2020 +0200

    Merge pull request #31 from PureStake/fxg/better-popups

    Added dapp info and logo in Authorize popup

commit 273b13e
Merge: f98282b e575e98
Author: purestaketdb <45097828+purestaketdb@users.noreply.github.com>
Date:   Wed Jul 29 11:25:39 2020 -0400

    Merge pull request #30 from PureStake/tdb/packaging

    Tdb/packaging

commit d9c3ce0
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 17:22:58 2020 +0200

    Added dapp info and logo in Authorize popup

commit da50e0e
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 17:14:52 2020 +0200

    Added more origin info into request object

commit 08043e7
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 17:14:36 2020 +0200

    Removed POC popups

commit e575e98
Merge: 0a29986 f98282b
Author: Tim Baldwin <tim@purestake.com>
Date:   Wed Jul 29 09:15:07 2020 -0400

    Merge branch 'master' into tdb/packaging

commit 0a29986
Author: Tim Baldwin <tim@purestake.com>
Date:   Wed Jul 29 09:14:52 2020 -0400

    Instruction text

commit f98282b
Merge: e1d1268 f5b4898
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Wed Jul 29 14:48:47 2020 +0200

    Merge pull request #29 from PureStake/fxg/persist-ledger

    Reimplemented session in background to also include selected ledger

commit f5b4898
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 14:39:20 2020 +0200

    Reimplemented session in background to also include selected ledger

commit e1d1268
Merge: c1b0429 1ae7574
Author: purestaketdb <45097828+purestaketdb@users.noreply.github.com>
Date:   Tue Jul 28 21:29:57 2020 -0400

    Merge pull request #28 from PureStake/tdb/e2e-optional

    Tdb/e2e optional

commit 1ae7574
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 21:24:17 2020 -0400

    Updated README

commit 0bbc3f6
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 21:17:50 2020 -0400

    Added license file until release

commit 0cfd8b1
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 21:13:56 2020 -0400

    dApp guide md to dist, new auth message

commit 284ebb5
Merge: be83cb7 48ca283
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 21:00:50 2020 -0400

    Merge branch 'master' into tdb/e2e-optional

commit 48ca283
Merge: 032555b c1b0429
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 21:00:45 2020 -0400

    Merge remote-tracking branch 'origin/master'

commit 032555b
Merge: 894d85c e3b0f28
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 20:58:58 2020 -0400

    Merge branch 'tdb/e2e-optional'

commit c1b0429
Merge: 894d85c fae1818
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Wed Jul 29 01:54:07 2020 +0200

    Merge pull request #27 from PureStake/fxg/delay-tx-msg

    Upped the delay for sending msg to popups

commit fae1818
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 01:50:35 2020 +0200

    Upped the delay for sending msg to popups

commit e3b0f28
Merge: be83cb7 894d85c
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 19:49:16 2020 -0400

    Merge branch 'master' into tdb/e2e-optional

commit 894d85c
Merge: ef9b3a3 be83cb7
Author: purestaketdb <45097828+purestaketdb@users.noreply.github.com>
Date:   Tue Jul 28 19:48:37 2020 -0400

    Merge pull request #26 from PureStake/tdb/e2e-optional

    Tdb/e2e optional

commit ef9b3a3
Merge: 2c84250 b5a8fa7
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Wed Jul 29 01:46:30 2020 +0200

    Merge pull request #25 from PureStake/fxg/add-key-account

    Fixed bug that prevented account preview info from loading correctly

commit b5a8fa7
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 01:44:26 2020 +0200

    Fixed bug that prevented account preview info from loading correctly

commit be83cb7
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 19:37:15 2020 -0400

    update for new address return

commit 2c84250
Merge: de6c8f0 915e5b9
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Wed Jul 29 01:35:46 2020 +0200

    Merge pull request #24 from PureStake/fxg/fix-create

    Better checking for words previously clicked in account creation

commit 915e5b9
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 01:31:29 2020 +0200

    Now covers case of duplicate words in the mnemonic

commit 08315f9
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 01:15:00 2020 +0200

    Better checking for words previously clicked in account creation

commit 7af5ddb
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 19:09:59 2020 -0400

    Added additional dApp tests

commit c40e745
Merge: 7cfe56f de6c8f0
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 19:09:17 2020 -0400

    Merge branch 'master' into tdb/e2e-optional

commit de6c8f0
Merge: 5b8968e b86b582
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Wed Jul 29 01:01:27 2020 +0200

    Merge pull request #23 from PureStake/fxg/fixes

    dApp Accounts returns just the address

commit 5b8968e
Merge: bcf9d67 50f5c00
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Wed Jul 29 00:59:54 2020 +0200

    Merge pull request #22 from PureStake/fxg/delete-wallet

    Added confirmation screen for delete wallet

commit b86b582
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 00:59:09 2020 +0200

    Helper session in extension is cleared when deleting wallet

commit 342f411
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 00:58:52 2020 +0200

    dApp Accounts returns just the address

commit 50f5c00
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 29 00:31:58 2020 +0200

    Added confirmation screen for delete wallet

commit bcf9d67
Merge: 2e3526e 927930c
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Wed Jul 29 00:02:18 2020 +0200

    Merge pull request #21 from PureStake/fxg/delete-wallet

    Implemented Delete Wallet functionality

commit 927930c
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Tue Jul 28 23:58:37 2020 +0200

    Implemented Delete Wallet functionality

commit 2e3526e
Merge: 9973a1b 7cfe56f
Author: purestaketdb <45097828+purestaketdb@users.noreply.github.com>
Date:   Tue Jul 28 17:09:44 2020 -0400

    Merge pull request #20 from PureStake/tdb/e2e-optional

    Tdb/e2e optional

commit 7cfe56f
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 16:49:14 2020 -0400

    Removed old files

commit 9958498
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 16:49:01 2020 -0400

    Tests and Readme

commit e64c324
Merge: d0b8371 9973a1b
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 16:42:00 2020 -0400

    Merge branch 'master' into tdb/e2e-optional

commit 9973a1b
Merge: 2d20dc4 d0b8371
Author: purestaketdb <45097828+purestaketdb@users.noreply.github.com>
Date:   Tue Jul 28 13:47:33 2020 -0400

    Merge pull request #19 from PureStake/tdb/e2e-optional

    Tdb/e2e optional

commit 2d20dc4
Merge: 0134eda 37a4386
Author: purestaketdb <45097828+purestaketdb@users.noreply.github.com>
Date:   Tue Jul 28 10:33:13 2020 -0400

    Merge pull request #18 from PureStake/fxg/algod-expand

    Added new Send method to dapp and its implementation

commit d0b8371
Merge: 827fa93 5dad5b1
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 10:05:06 2020 -0400

    Merge branch 'fxg/better-popups' into tdb/e2e-optional

commit 827fa93
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 10:04:09 2020 -0400

    Done for dApp

commit 248ce8a
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 09:54:07 2020 -0400

    Works through POST

commit 2337818
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 09:40:54 2020 -0400

    New tests, add ids to dApp approve

commit 5dad5b1
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Tue Jul 28 15:01:14 2020 +0200

    Added event handlers for user closing popups

commit 975835e
Merge: 330e7ca 37a4386
Author: Tim Baldwin <tim@purestake.com>
Date:   Tue Jul 28 07:39:23 2020 -0400

    Merge branch 'fxg/algod-expand' into tdb/e2e-optional

commit 37a4386
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Tue Jul 28 11:17:29 2020 +0200

    Fixed error messages on failed fetch

commit 1bad330
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Tue Jul 28 11:01:05 2020 +0200

    Ledger is now obtained from genesisID instead of requiring a ledger param

commit 51a3759
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Tue Jul 28 10:45:39 2020 +0200

    Upped timers to popup messages

commit 330e7ca
Author: Tim Baldwin <tim@purestake.com>
Date:   Mon Jul 27 20:01:49 2020 -0400

    more dApp tests

commit 31aed9a
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Tue Jul 28 01:57:42 2020 +0200

    Added new Send method to dapp and its implementation

commit c08a139
Author: Tim Baldwin <tim@purestake.com>
Date:   Mon Jul 27 19:03:58 2020 -0400

    Improving dApp tests

commit 69ee3e0
Merge: acf2390 0134eda
Author: Tim Baldwin <tim@purestake.com>
Date:   Mon Jul 27 13:31:40 2020 -0400

    Merge branch 'master' into tdb/e2e-optional

commit 0134eda
Merge: 64af6ab eae558a
Author: PureBrent <53275780+PureBrent@users.noreply.github.com>
Date:   Mon Jul 27 11:56:23 2020 -0400

    Merge pull request #17 from PureStake/brent

    2017 ES update, readme base/extension update, try catch wrapper on messages

commit eae558a
Author: Brent <Brent@purestake.com>
Date:   Mon Jul 27 11:34:46 2020 -0400

    2017 ES target, readme update, message content wrap

commit 62047a6
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Mon Jul 27 17:10:59 2020 +0200

    Added method customization for algod

commit acf2390
Author: Tim Baldwin <tim@purestake.com>
Date:   Mon Jul 27 10:35:54 2020 -0400

    New dapp tests, ID in the auth check, move screenshot folder

commit 64af6ab
Merge: a275cc0 d1c846c
Author: purestaketdb <45097828+purestaketdb@users.noreply.github.com>
Date:   Sun Jul 26 14:47:04 2020 -0400

    Merge pull request #16 from PureStake/tdb/e2e-optional

    So it won't fail on GitHub - bypass tests

commit 8d78a19
Author: Brent <Brent@purestake.com>
Date:   Sun Jul 26 13:15:41 2020 -0400

    Wrap message in try (SD-699)

commit d1c846c
Author: Tim Baldwin <tim@purestake.com>
Date:   Sun Jul 26 10:55:45 2020 -0400

    So it won't fail on GitHub - bypass tests

commit a275cc0
Merge: 6fdc64d 0eb110f
Author: purestaketdb <45097828+purestaketdb@users.noreply.github.com>
Date:   Sat Jul 25 21:37:42 2020 -0400

    Merge pull request #15 from PureStake/tdb/remove-jest

    Tdb/remove jest

commit 0eb110f
Author: Tim Baldwin <tim@purestake.com>
Date:   Sat Jul 25 21:29:03 2020 -0400

    Added puppeteer back

commit c71ed15
Merge: dffcaf7 6fdc64d
Author: Tim Baldwin <tim@purestake.com>
Date:   Sat Jul 25 21:20:23 2020 -0400

    Merge branch 'master' into tdb/remove-jest

commit dffcaf7
Author: Tim Baldwin <tim@purestake.com>
Date:   Sat Jul 25 21:14:14 2020 -0400

    re-added mkdir to copy

commit 6fdc64d
Merge: 1a31154 0eb4c6e
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Sun Jul 26 03:13:30 2020 +0200

    Merge pull request #14 from PureStake/fxg/sign-ui

    Signing a tx base process

commit 0eb4c6e
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sun Jul 26 03:08:15 2020 +0200

    Signing a tx base process

commit 47e9aa4
Author: Tim Baldwin <tim@purestake.com>
Date:   Sat Jul 25 21:07:11 2020 -0400

    Move e2e tests into stand-alone project

commit d9acfa1
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 25 23:35:25 2020 +0200

    Fix checkStorage not being able to check local storage

commit 1a31154
Merge: 7c18c8d 4286704
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Sat Jul 25 12:46:31 2020 +0200

    Merge pull request #13 from PureStake/brent

    Pkg and dist align, babel to ts-loader, ex d.ts & sm.

commit 4286704
Author: Brent <Brent@purestake.com>
Date:   Sat Jul 25 02:11:12 2020 -0400

    Pkg and dist align, babel to ts-loader, ex d.ts & sm.

commit 7c18c8d
Merge: 2c6d3f8 23b465c
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Fri Jul 24 20:41:38 2020 +0200

    Merge pull request #12 from PureStake/fxg/dapp

    Added accounts, algod and indexer messaging from dapp

commit 23b465c
Merge: f934bd1 2c6d3f8
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Fri Jul 24 20:39:19 2020 +0200

    Merge branch 'master' into fxg/dapp

commit f934bd1
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Fri Jul 24 10:18:00 2020 +0200

    Added accounts, algod and indexer messaging from dapp

commit 2c6d3f8
Merge: 5e38480 3e03e5c
Author: purestaketdb <45097828+purestaketdb@users.noreply.github.com>
Date:   Thu Jul 23 17:06:16 2020 -0400

    Merge pull request #11 from PureStake/tdb/update-tests

    Tdb/update tests

commit 3e03e5c
Author: Tim Baldwin <tim@purestake.com>
Date:   Thu Jul 23 16:53:30 2020 -0400

    Indention...

commit 3ce298a
Author: Tim Baldwin <tim@purestake.com>
Date:   Thu Jul 23 16:49:49 2020 -0400

    Streamlining, ignoring test images

commit 5c7bb4e
Author: Tim Baldwin <tim@purestake.com>
Date:   Thu Jul 23 16:39:04 2020 -0400

    delete all the things

commit c0c6569
Author: Tim Baldwin <tim@purestake.com>
Date:   Thu Jul 23 16:24:25 2020 -0400

    delete all step

commit 66cc31f
Author: Tim Baldwin <tim@purestake.com>
Date:   Thu Jul 23 16:00:43 2020 -0400

    Update workflow

commit 5e38480
Merge: 3d5bef3 f4f79a3
Author: purestaketdb <45097828+purestaketdb@users.noreply.github.com>
Date:   Thu Jul 23 15:58:33 2020 -0400

    Merge pull request #10 from PureStake/tdb/update-tests

    Add codeowners, update gitignore, fix tests

commit f4f79a3
Author: Tim Baldwin <tim@purestake.com>
Date:   Thu Jul 23 15:50:31 2020 -0400

    Add codeowners, update gitignore, fix tests

commit 3d5bef3
Merge: ab44206 fbc3701
Author: PureBrent <53275780+PureBrent@users.noreply.github.com>
Date:   Thu Jul 23 14:51:51 2020 -0400

    Merge pull request #9 from PureStake/brent

    Crypto update, base trans pay object

commit fbc3701
Author: Brent <Brent@purestake.com>
Date:   Thu Jul 23 14:45:23 2020 -0400

    Crypto update, base trans pay object

commit ab44206
Merge: 8e0a528 1c0377d
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Tue Jul 21 18:31:14 2020 +0200

    Merge pull request #8 from PureStake/fxg/ui-integration

    UI fairly advanced

commit 1c0377d
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Mon Jul 20 16:43:24 2020 +0200

    Fix Send Algos

commit 67bddae
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Mon Jul 20 14:36:14 2020 +0200

    Changed dropdown icon to caret

commit ed0e931
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Mon Jul 20 14:13:45 2020 +0200

    Login autofocus on input field

commit 178ca43
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Mon Jul 20 14:06:59 2020 +0200

    Added font-awesome. Added empty wallet helper text

commit e05b2a5
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Mon Jul 20 07:12:23 2020 +0200

    Fixed Auth modal when deleting account

commit e8f172d
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Mon Jul 20 07:01:44 2020 +0200

    Added margin to GS link in Asset detail. Route to acc after tx

commit 464b226
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Mon Jul 20 06:52:56 2020 +0200

    Better styling and layout in AssetDetails

commit 526401c
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Mon Jul 20 06:15:59 2020 +0200

    Better visibility on account details button. Needs icon though

commit eb67d1a
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Mon Jul 20 06:06:14 2020 +0200

    Implemented session in background so it can persist

commit 2def365
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Mon Jul 20 05:22:38 2020 +0200

    Add toClipboard component

commit d14d448
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Mon Jul 20 05:21:59 2020 +0200

    Merge

commit fdf9ecb
Merge: 0cd0c30 1039351
Author: purestaketdb <45097828+purestaketdb@users.noreply.github.com>
Date:   Sun Jul 19 12:22:20 2020 -0400

    Merge pull request #7 from PureStake/tdb/adding-tests

    Additional ids, new test file, updated jest config

commit 1039351
Author: Tim Baldwin <tim@purestake.com>
Date:   Sun Jul 19 12:15:46 2020 -0400

    Errors in my test script! Never

commit e151c34
Author: Tim Baldwin <tim@purestake.com>
Date:   Sun Jul 19 12:07:37 2020 -0400

    Debugging github action issue (works on my machine!)

commit 73f119f
Author: Tim Baldwin <tim@purestake.com>
Date:   Sun Jul 19 11:15:41 2020 -0400

    Additional ids, new test file, updated jest config

commit 0cd0c30
Merge: e8d8664 bd97b74
Author: purestaketdb <45097828+purestaketdb@users.noreply.github.com>
Date:   Sat Jul 18 16:50:20 2020 -0400

    Merge pull request #6 from PureStake/tdb/adding-tests

    Tdb/adding tests

commit bd97b74
Author: Tim Baldwin <tim@purestake.com>
Date:   Sat Jul 18 16:46:26 2020 -0400

    More Ids

commit 560540a
Merge: 554ac3d e8d8664
Author: Tim Baldwin <tim@purestake.com>
Date:   Sat Jul 18 14:06:52 2020 -0400

    Merge branch 'fxg/ui-integration' into tdb/adding-tests

commit e8d8664
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 13:38:21 2020 +0200

    Added recursive copy of UI

commit ecbe93e
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 13:38:08 2020 +0200

    Better handing of sendalgos messages. Styling fixes. Some more

commit ab2ae90
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 08:03:48 2020 +0200

    Updated CreateAccount with new grid and authentication

commit 73f07af
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 08:02:54 2020 +0200

    trimmed logo

commit 538dd69
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 05:40:29 2020 +0200

    Added loader to AccountPreview

commit 734c068
Merge: ab49420 554ac3d
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 04:05:41 2020 +0200

    Merge remote-tracking branch 'origin/tdb/adding-tests' into fxg/ui-integration

    # Conflicts:
    #	packages/ui/src/components/Authenticate.ts

commit ab49420
Merge: 02c839c 84392c1
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 04:03:46 2020 +0200

    Merge branch 'fxg/ui-integration' of github.com:PureStake/algosigner into fxg/ui-integration

commit 02c839c
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 04:02:31 2020 +0200

    Use of Bulma helpers

commit 8187d8c
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 04:02:15 2020 +0200

    Changes global base font size to 15px

commit a47e08a
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 04:01:57 2020 +0200

    Added close modal button

commit 351f9eb
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 04:01:42 2020 +0200

    Updated styling of welcome and authentication

commit 58422bb
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 04:00:51 2020 +0200

    Made UI narrower

commit 0637b0b
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 04:00:31 2020 +0200

    Added logotype to header

commit 20d6abc
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 04:00:02 2020 +0200

    Added file loader to UI webpack

commit 01385ea
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 03:58:56 2020 +0200

    Type declaration form importing PNGs and SVGs

commit 12fbf1a
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Sat Jul 18 03:58:34 2020 +0200

    Added UI assets

commit 554ac3d
Author: Tim Baldwin <tim@purestake.com>
Date:   Fri Jul 17 08:51:53 2020 -0400

    Adding ids to elements

commit 72edd19
Merge: a1f1e69 84392c1
Author: Tim Baldwin <tim@purestake.com>
Date:   Fri Jul 17 08:15:22 2020 -0400

    Merge branch 'fxg/ui-integration' into tdb/adding-tests

commit 84392c1
Merge: 4a27859 a1f1e69
Author: purestaketdb <45097828+purestaketdb@users.noreply.github.com>
Date:   Fri Jul 17 08:14:45 2020 -0400

    Merge pull request #5 from PureStake/tdb/adding-tests

    Trying to correct check-in issue

commit a1f1e69
Author: Tim Baldwin <tim@purestake.com>
Date:   Fri Jul 17 08:10:26 2020 -0400

    Removed snapshot

commit c4b7063
Merge: 9c62743 4a27859
Author: Tim Baldwin <tim@purestake.com>
Date:   Fri Jul 17 08:09:56 2020 -0400

    Merge branch 'fxg/ui-integration' into tdb/adding-tests

commit 4a27859
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Fri Jul 17 12:51:04 2020 +0200

    Connection with dapp now working. Send algos working too with backend

commit 9c62743
Author: Tim Baldwin <tim@purestake.com>
Date:   Thu Jul 16 16:59:39 2020 -0400

    Trying to correct check-in issue

commit bd5d171
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Thu Jul 16 21:06:35 2020 +0200

    Added account delete

commit 39e143c
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Thu Jul 16 19:51:16 2020 +0200

    Better handling of Messaging with UI

commit c49ef08
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 15 21:40:06 2020 +0200

    Rough integration of login, create and import of wallet and accounts

commit 349101f
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 15 14:11:50 2020 +0200

    Add UI as possible message client

commit ccfa677
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 15 14:10:41 2020 +0200

    Added UI copy to final dist. Addod node moduleRoselution to fix compile errors

commit 2d3bc57
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jul 15 14:09:47 2020 +0200

    First integration of UI with Messaging

commit 8e0a528
Merge: 72e69ac f8c2a72
Author: Francisco Gamundi <52399794+fxgamundi@users.noreply.github.com>
Date:   Fri Jul 10 15:41:59 2020 +0200

    Merge pull request #4 from PureStake/fxg/adding-test-cicd

    Base for testing. Updated UI

commit f8c2a72
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Fri Jun 26 01:59:32 2020 +0200

    Updated UI with better layout. Added authentications screens

commit 841ff91
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jun 10 12:42:25 2020 +0200

    Added default dist back

commit 1186ae1
Author: Francisco Gamundi <francisco@purestake.com>
Date:   Wed Jun 10 12:37:13 2020 +0200

    Added testing configs. Updated UI. Added Github actions tests

commit 72e69ac
Merge: cd1d755 a372a27
Author: PureBrent <53275780+PureBrent@users.noreply.github.com>
Date:   Tue Jun 23 16:16:15 2020 -0400

    Merge pull request #3 from PureStake/brent

    Update extension, crypto. Create storage package.

commit a372a27
Author: Brent <Brent@purestake.com>
Date:   Tue Jun 23 16:14:02 2020 -0400

    Error checks / handling

commit f29cc74
Author: Brent <Brent@purestake.com>
Date:   Tue Jun 23 09:54:31 2020 -0400

    Update extension, crypto. Create storage package.

commit cd1d755
Merge: 31d7571 7392e0e
Author: PureBrent <53275780+PureBrent@users.noreply.github.com>
Date:   Tue Jun 9 08:36:06 2020 -0400

    Merge pull request #2 from PureStake/brent

    Algosinger restructuring

commit 7392e0e
Author: Brent <Brent@purestake.com>
Date:   Mon Jun 8 18:27:25 2020 -0400

    Algosinger restructuring

commit 31d7571
Merge: d7ada5b 2002de6
Author: tgmichel <telmo@purestake.com>
Date:   Wed Apr 22 12:31:22 2020 +0200

    Merge pull request #1 from PureStake/tgmichel/messaging

    barebones, messaging, authorization and build

commit 2002de6
Author: tgmichel <telmo@purestake.com>
Date:   Wed Apr 22 11:06:36 2020 +0200

    use runtime.MessageSender and URL api for origin control in background

commit 64b1bfc
Author: tgmichel <telmo@purestake.com>
Date:   Wed Apr 22 09:50:43 2020 +0200

    wrap packages in standard src directory

commit 64a1bb1
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 21 16:15:05 2020 +0200

    comment cleanup

commit 21b1015
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 21 16:13:48 2020 +0200

    change JsonRpc params from positional to named

commit 7da35f7
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 21 16:12:24 2020 +0200

    fix syntax error

commit 976bc2a
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 21 15:55:24 2020 +0200

    add MessageApi platform switch

commit 8b874e1
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 21 15:49:42 2020 +0200

    renamed Authorization to Task, wrap non-auth tasks in a Promise

commit 4ad4c73
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 21 12:00:15 2020 +0200

    wip cross-browser MessageApi

commit f2f5e54
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 21 10:15:35 2020 +0200

    background modules + seal authorization public and private rpc methods

commit ae8a846
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 21 10:14:46 2020 +0200

    warning for the extension-ui development

commit befa6cf
Author: tgmichel <telmo@purestake.com>
Date:   Mon Apr 20 13:08:38 2020 +0200

    wip webpack packages/extension

commit 55a5537
Author: tgmichel <telmo@purestake.com>
Date:   Mon Apr 20 10:03:37 2020 +0200

    injected AlgoSigner to singleton

commit da19c66
Author: tgmichel <telmo@purestake.com>
Date:   Sat Apr 18 17:18:14 2020 +0200

    drop long-lived connection (ports) in favor of one-time requests

commit 46c6106
Author: tgmichel <telmo@purestake.com>
Date:   Fri Apr 17 15:46:59 2020 +0200

    added isAuthorized() to background

commit b75c8d0
Author: tgmichel <telmo@purestake.com>
Date:   Fri Apr 17 13:13:04 2020 +0200

    basic authorization modal

commit 9383e9e
Author: tgmichel <telmo@purestake.com>
Date:   Wed Apr 15 17:54:18 2020 +0200

    wip router and messaging

commit 21ff421
Author: tgmichel <telmo@purestake.com>
Date:   Wed Apr 15 11:31:11 2020 +0200

    refactor messaging

commit d7ada5b
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 14 16:23:12 2020 +0200

    refactor library into extension-dapp and extension-common

commit fd5fa0c
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 14 11:21:12 2020 +0200

    Update README.md

commit a8f5bb7
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 14 11:11:27 2020 +0200

    Added build helper script

commit e95dd79
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 14 11:11:01 2020 +0200

    Added gitignore

commit 06819d2
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 14 11:10:40 2020 +0200

    Initial packages/extension-library

commit 88b57c0
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 14 11:09:54 2020 +0200

    Initial packages/extension-ui

commit 5678f37
Author: tgmichel <telmo@purestake.com>
Date:   Tue Apr 14 11:09:23 2020 +0200

    Initial packages/extension
PureBrent pushed a commit that referenced this pull request Aug 26, 2020
^ This is the 1st commit message:

Initial packages/extension

^ The commit message #2 will be skipped:

^ Initial packages/extension-ui

^ The commit message #3 will be skipped:

^ Initial packages/extension-library

^ The commit message #4 will be skipped:

^ Added gitignore

^ The commit message #5 will be skipped:

^ Added build helper script

^ The commit message #6 will be skipped:

^ Update README.md

^ The commit message #7 will be skipped:

^ refactor library into extension-dapp and extension-common

^ The commit message #8 will be skipped:

^ refactor messaging

^ The commit message #9 will be skipped:

^ wip router and messaging

^ The commit message #10 will be skipped:

^ basic authorization modal

^ The commit message #11 will be skipped:

^ added isAuthorized() to background

^ The commit message #12 will be skipped:

^ drop long-lived connection (ports) in favor of one-time requests

^ The commit message #13 will be skipped:

^ injected AlgoSigner to singleton

^ The commit message #14 will be skipped:

^ wip webpack packages/extension

^ The commit message #15 will be skipped:

^ warning for the extension-ui development

^ The commit message #16 will be skipped:

^ background modules + seal authorization public and private rpc methods

^ The commit message #17 will be skipped:

^ wip cross-browser MessageApi

^ The commit message #18 will be skipped:

^ renamed Authorization to Task, wrap non-auth tasks in a Promise

^ The commit message #19 will be skipped:

^ add MessageApi platform switch

^ The commit message #20 will be skipped:

^ fix syntax error

^ The commit message #21 will be skipped:

^ change JsonRpc params from positional to named

^ The commit message #22 will be skipped:

^ comment cleanup

^ The commit message #23 will be skipped:

^ wrap packages in standard src directory

^ The commit message #24 will be skipped:

^ use runtime.MessageSender and URL api for origin control in background

^ The commit message #25 will be skipped:

^ Algosinger restructuring

^ The commit message #26 will be skipped:

^ Update extension, crypto. Create storage package.

^ The commit message #27 will be skipped:

^ Error checks / handling

^ The commit message #28 will be skipped:

^ Added testing configs. Updated UI. Added Github actions tests

^ The commit message #29 will be skipped:

^ Added default dist back

^ The commit message #30 will be skipped:

^ Updated UI with better layout. Added authentications screens

^ The commit message #31 will be skipped:

^ First integration of UI with Messaging

^ The commit message #32 will be skipped:

^ Added UI copy to final dist. Addod node moduleRoselution to fix compile errors

^ The commit message #33 will be skipped:

^ Add UI as possible message client

^ The commit message #34 will be skipped:

^ Rough integration of login, create and import of wallet and accounts

^ The commit message #35 will be skipped:

^ Better handling of Messaging with UI

^ The commit message #36 will be skipped:

^ Added account delete

^ The commit message #37 will be skipped:

^ Connection with dapp now working. Send algos working too with backend

^ The commit message #38 will be skipped:

^ Added UI assets

^ The commit message #39 will be skipped:

^ Type declaration form importing PNGs and SVGs

^ The commit message #40 will be skipped:

^ Added file loader to UI webpack

^ The commit message #41 will be skipped:

^ Added logotype to header

^ The commit message #42 will be skipped:

^ Made UI narrower

^ The commit message #43 will be skipped:

^ Updated styling of welcome and authentication

^ The commit message #44 will be skipped:

^ Added close modal button

^ The commit message #45 will be skipped:

^ Changes global base font size to 15px

^ The commit message #46 will be skipped:

^ Use of Bulma helpers

^ The commit message #47 will be skipped:

^ Trying to correct check-in issue

^ The commit message #48 will be skipped:

^ Removed snapshot
PureBrent added a commit that referenced this pull request Aug 26, 2020
^ This is the 1st commit message:

Initial packages/extension

^ The commit message #2 will be skipped:

^ Initial packages/extension-ui

^ The commit message #3 will be skipped:

^ Initial packages/extension-library

^ The commit message #4 will be skipped:

^ Added gitignore

^ The commit message #5 will be skipped:

^ Added build helper script

^ The commit message #6 will be skipped:

^ Update README.md

^ The commit message #7 will be skipped:

^ refactor library into extension-dapp and extension-common

^ The commit message #8 will be skipped:

^ refactor messaging

^ The commit message #9 will be skipped:

^ wip router and messaging

^ The commit message #10 will be skipped:

^ basic authorization modal

^ The commit message #11 will be skipped:

^ added isAuthorized() to background

^ The commit message #12 will be skipped:

^ drop long-lived connection (ports) in favor of one-time requests

^ The commit message #13 will be skipped:

^ injected AlgoSigner to singleton

^ The commit message #14 will be skipped:

^ wip webpack packages/extension

^ The commit message #15 will be skipped:

^ warning for the extension-ui development

^ The commit message #16 will be skipped:

^ background modules + seal authorization public and private rpc methods

^ The commit message #17 will be skipped:

^ wip cross-browser MessageApi

^ The commit message #18 will be skipped:

^ renamed Authorization to Task, wrap non-auth tasks in a Promise

^ The commit message #19 will be skipped:

^ add MessageApi platform switch

^ The commit message #20 will be skipped:

^ fix syntax error

^ The commit message #21 will be skipped:

^ change JsonRpc params from positional to named

^ The commit message #22 will be skipped:

^ comment cleanup

^ The commit message #23 will be skipped:

^ wrap packages in standard src directory

^ The commit message #24 will be skipped:

^ use runtime.MessageSender and URL api for origin control in background

^ The commit message #25 will be skipped:

^ Algosinger restructuring

^ The commit message #26 will be skipped:

^ Update extension, crypto. Create storage package.

^ The commit message #27 will be skipped:

^ Error checks / handling

^ The commit message #28 will be skipped:

^ Added testing configs. Updated UI. Added Github actions tests

^ The commit message #29 will be skipped:

^ Added default dist back

^ The commit message #30 will be skipped:

^ Updated UI with better layout. Added authentications screens

^ The commit message #31 will be skipped:

^ First integration of UI with Messaging

^ The commit message #32 will be skipped:

^ Added UI copy to final dist. Addod node moduleRoselution to fix compile errors

^ The commit message #33 will be skipped:

^ Add UI as possible message client

^ The commit message #34 will be skipped:

^ Rough integration of login, create and import of wallet and accounts

^ The commit message #35 will be skipped:

^ Better handling of Messaging with UI

^ The commit message #36 will be skipped:

^ Added account delete

^ The commit message #37 will be skipped:

^ Connection with dapp now working. Send algos working too with backend

^ The commit message #38 will be skipped:

^ Added UI assets

^ The commit message #39 will be skipped:

^ Type declaration form importing PNGs and SVGs

^ The commit message #40 will be skipped:

^ Added file loader to UI webpack

^ The commit message #41 will be skipped:

^ Added logotype to header

^ The commit message #42 will be skipped:

^ Made UI narrower

^ The commit message #43 will be skipped:

^ Updated styling of welcome and authentication

^ The commit message #44 will be skipped:

^ Added close modal button

^ The commit message #45 will be skipped:

^ Changes global base font size to 15px

^ The commit message #46 will be skipped:

^ Use of Bulma helpers

^ The commit message #47 will be skipped:

^ Trying to correct check-in issue

^ The commit message #48 will be skipped:

^ Removed snapshot

^ The commit message #49 will be skipped:

^ Adding ids to elements

# The commit message #50 will be skipped:

# Added loader to AccountPreview

# The commit message #51 will be skipped:

# trimmed logo
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant