* get tests working and update copyright headers
* lint fix
* eslint ts update
* update CI to use NPM
* fix CI
* prettier
* npm, not yarn for docker
* remove unused package
* bump dockerfile to latest node LTS and no need for cache clean
* make frontend Dockerfile work and remove unused SUBSTRATE_TELEMETRY_SAMPLE
* remove final yarn references
* add another comment
* remove unused import
* remove more unused deps
* comment typo
* update npm packages
* update tsconfig
* remove babelrc, babel presets as well as stable package
* fix svg namespace tag syntax errors
* fix reference error due to namespace and class component having same name
* replace tslint with eslint
* make eslint happier
* update .nvmrc to 14
* update node version to 14 in gh workflow
* fix eslint warnings due to warnings treated as errors on CI (process.env.CI = true)
* pretty fix
* bump node version in Dockerfile
* use createRoot instead of react-dom render
* update browsers list in package.json
* Lock deps to fix build issues
* Upgrade some of the deps
* Upgrade to the latest polkadot util-crypto and stop reporting issues on the libs
* Remove buggy 'yarn check' and add prettifier check
* Fix tests
- Remove jest tests and add coverage
- Rebase master and fix tests
* Ignore local .vscode
Add clean script
* Fix deps
- Upgrade deps
- Switch to esnext
* Move tests to the right folder
* Deps cleanup and bump up
* Remove root level package.json
* Fix grumbles
* Remove the labeler action due to https://github.com/actions/labeler/issues/12
* Fix grumbles
* prettier
* linter
* add prettier, and format the code
* remove common, merge it with frontend
* refactor the app
* better lint and code fix
* travis for the frontend app
* travis build script
Signed-off-by: Daniel Maricic <daniel@woss.io>
* lint and build
* update the README.md
Signed-off-by: Daniel Maricic <daniel@woss.io>
* change the commands to reflect refactor
Signed-off-by: Daniel Maricic <daniel@woss.io>
* prettier and tslint are friends
Signed-off-by: Daniel Maricic <daniel@woss.io>
* code that wasn't linted properly before
Signed-off-by: Daniel Maricic <daniel@woss.io>
* prettier rc got deleted
* workgin on making the travis pass
Signed-off-by: Daniel Maricic <daniel@woss.io>
* travis build please?
Signed-off-by: Daniel Maricic <daniel@woss.io>
* update readme.md
Signed-off-by: Daniel Maricic <daniel@woss.io>
* dockerfile deleted from fronted - out of scope
Signed-off-by: Daniel Maricic <daniel@woss.io>
* remove
Signed-off-by: Daniel Maricic <daniel@woss.io>
* tsconfig
Signed-off-by: Daniel Maricic <daniel@woss.io>
* found the reason why EOL wasn't happening
Signed-off-by: Daniel Maricic <daniel@woss.io>
* type for the event in the ConnectionInput
as suggested
* strictnullCheck to true
* noImplicitAny
* noUnusedParams
* AfgHandling
* update
* fix Location.tsx
* Few minor fixes
* remove connection input and revert to original
* esnext fixes the imports for icons and non default `* as `
* update to the tsconfig.test.json don't use commonjs please
* fixed wrong comment for TIMEOUT_BASE
* return totem.svg and type decraration of maybe
Signed-off-by: Daniel Maricic <daniel@woss.io>
Co-authored-by: Will <w.kopp@kigroup.de>