Jaco
86281dca3a
Align tsconfig to allow moduleResolution: nodenext ( #728 )
...
* Align tsconfig to allow moduleResolution: nodenext
* Adjust
* Default target flag
2023-03-09 16:53:32 +02:00
Jaco
0e0de28da4
Use .js imports in src ( #727 )
...
* Use .js in src imports
* Bump dev
2023-03-09 10:43:31 +02:00
Jaco
0e6205b43c
Add setting for auto extension metadata upgrades ( #704 )
2023-01-28 09:51:37 +02:00
Jaco
7fa98ef5a1
2.10.1 ( #703 )
2023-01-15 21:27:52 +02:00
Jaco
b8c2d1a838
Update headers for 2023 ( #701 )
2023-01-01 10:21:18 +02:00
Jaco
b06e35bd03
2022 ( #579 )
2022-01-01 09:26:28 +02:00
Jaco
e0ad510e97
Use hasProcess for process check ( #550 )
2021-11-30 17:35:03 +02:00
Andrei Eres
5d402a56da
Fix raising error if process has not defined yet ( #548 )
2021-11-29 15:57:18 +02:00
Nikos Kontakis
196e851fa3
Fix undefined process error that may appear when using ui ( #524 )
2021-10-13 18:38:49 +03:00
Shawn Tabrizi
d0016d6672
Add a new notification setting ( #498 )
...
* add notification type to ui_settings
* notificationType -> notification
* Update packages/ui-settings/src/Settings.ts
* Update packages/ui-settings/src/Settings.ts
Co-authored-by: Jaco <jacogr@gmail.com >
2021-07-03 09:22:39 +03:00
Nikos Kontakis
851c452782
add new type in api - settings in order to support different types of… ( #476 )
...
* add new type in api - settings in order to support different types of 'urls' - json-rpc and substrate-connect; This makes the previous used apiURL deprecated
* Alter name from apiTypeUrl to apiType
* export types of possible endpoints
* minor fix on sequence of vars
* Fix lint error concerning imports
* Fix lint error concerning imports
* Fix PR comments: import types instead of import; seperate types from settings
* fix lint error
* Update packages/ui-settings/src/types.ts
Co-authored-by: Jaco <jacogr@gmail.com >
Co-authored-by: Jaco <jacogr@gmail.com >
2021-06-15 12:25:57 +02:00
Jaco Greeff
0f0bea2624
ed25519 w/ bip44 option ( #436 )
...
* ed25519 w/ bip44 option
* naming
* Rename Ledger option (no bip32-ed25519 compatible)
2021-01-28 15:10:03 +01:00
Jaco Greeff
f003063b94
2021 ( #424 )
2021-01-03 11:46:19 +01:00
Jaco Greeff
7e494673e0
Convert all to named imports ( #414 )
2020-12-09 01:41:44 +01:00
Jaco Greeff
bb308f87e7
Bup dev (import sorting) ( #411 )
2020-12-07 16:41:26 +01:00
Jaco Greeff
487c638185
Use import type ( #406 )
2020-12-01 13:33:48 +01:00
Jaco Greeff
64f630d904
SPDX ( #370 )
2020-09-17 16:12:52 +02:00
Jaco Greeff
ccfa730713
Bump deps ( #357 )
...
* Bump deps
* Update packages/ui-settings/src/defaults/crypto.ts
* .eslintrc
2020-08-26 15:59:57 +02:00
Jaco Greeff
2df46e88ce
Bump deps w/ eslint ( #322 )
...
* Bump deps w/ eslint
* theme default
2020-05-24 09:35:43 +02:00
Jaco Greeff
435a9b3cd4
Bump deps ( #316 )
...
* Bump deps
* Remove unused deps
* Bump berry
* Bump berry
2020-05-11 11:43:05 +02:00
Keith Ingram
5e86263fe3
fix ff api url issue ( #289 )
2020-03-09 08:24:45 +01:00
Jaco Greeff
e69e98182b
Control priv access via # ( #286 )
2020-02-22 18:19:35 +01:00
Jaco Greeff
dee9cdb3d3
Bump deps ( #255 )
2020-01-06 14:51:16 +01:00
Luke Sugiura
2bfd2244e8
remove language options ( #244 )
2019-11-23 16:04:54 +01:00
Jaco Greeff
f6c85f275a
Bump deps ( #239 )
2019-11-06 23:28:15 +01:00
Jaco Greeff
d9cc92db14
Camera settings ( #234 )
2019-10-24 15:08:29 +02:00
Jaco Greeff
425ca93aa0
Add Ledger interfaces ( #211 )
2019-09-17 13:21:18 +02:00
Jaco Greeff
800700d50e
Add isHardware flags ( #210 )
...
* Add isHardware flags
* Ledger connection options
2019-09-17 09:05:51 +02:00
Jaco Greeff
3f253ddbe1
Settings for icon ( #206 )
2019-09-13 13:58:26 +02:00
Jaco Greeff
c31e508b45
Add edgeware test 2 ( #200 )
...
* Add edgeware test 2
* Add egdeware logos
2019-09-12 22:46:29 +02:00
Jaco Greeff
88777fd61c
Expose availablePrefixes
2019-07-16 21:25:05 +02:00
Jaco Greeff
0cf92844f5
Add prefixes to settings ( #158 )
2019-07-16 21:16:08 +02:00
Jaco Greeff
fd67ecdf3a
Swap to eslint ( #154 )
...
* 311 problems (173 errors, 138 warnings)
* Make a start...
* swap to react config
* Literally a handful left
* Clean.
* any removal
* Use Record
* Adjust versions
* Update with latest eslint-standard ruleset
* Update defaults.ts
2019-07-12 22:01:19 +02:00
Jaco Greeff
e0c4b6d929
Add account locking strategy ( #126 )
2019-05-13 16:06:27 +02:00
Jaco Greeff
10d22e2b84
Add createUri and createExternal ( #96 )
...
* Add createUri and createExternal
* Update signatures
* Expose uiSettings.availableCryptos
2019-03-19 10:15:25 +01:00
Jaco Greeff
9de0e2ef1d
Deploy docs via gh-pages ( #88 )
2019-02-28 17:24:21 +01:00
Jaco Greeff
0dbdc7e0b7
Set UI defaults based on environment ( #86 )
...
* Bump deps
* Set defaults based on hosted environment
* Update tests (package bumps)
* Do location detection on 'polkadot'
2019-02-28 14:40:59 +01:00
Jaco Greeff
28b991d61d
Add documentation on GH pages ( #85 )
...
* Add documentation on GH pages
* Expand classes for doc generation
* Update docs
* .nojekyll
* Update Identicon.tsx
* Update Demo.tsx
* Update KeyPair.tsx
* Export specific icons
* Convert tests to TypeScript
2019-02-27 11:18:35 +01:00