Commit Graph

34 Commits

Author SHA1 Message Date
Maciej Hirsz 54039faa3b Prevent nodes out of viewport triggering render (#296)
* Prevent nodes out of viewport triggering render

* Update frontend/src/common/SortedCollection.ts

Co-authored-by: David <dvdplm@gmail.com>

* Tweak the comment on `setFocus`, move it closer to `ref` and `hasChangedSince`

* Switch `SortedCollection.ref()` to a getter

Co-authored-by: David <dvdplm@gmail.com>
2020-11-02 19:33:51 +01:00
Zeke Mostov cb73e6c248 Increase resolution of selected nested deps 2020-10-14 13:53:24 -07:00
Maciej Hirsz 31ded28975 Fix styling 2020-09-30 17:22:09 +02:00
marco bahn b7ff82d97e feat(zero): add icon for zero / gamedao (#290)
* feat(zero): add icon for zero / gamedao

* Update frontend/src/icons/zero.svg

Co-authored-by: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com>

Co-authored-by: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com>
2020-09-30 17:17:48 +02:00
dependabot[bot] bd7d0f0e96 chore(deps): bump http-proxy from 1.18.0 to 1.18.1 in /frontend (#288)
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-16 15:53:06 +02:00
Xavier Lau 437ce23402 Add Darwinia Crab (#284)
* add: "Darwinia Crab"

* update: as suggest

* remove: "Crab"

* revert: auto format
2020-09-02 13:59:28 +02:00
Maciej Hirsz a721cc4e42 Cut metrics (#280) 2020-08-21 17:01:39 +02:00
Maciej Hirsz e9f2e119e7 Bump nginx limits (#278) 2020-08-20 13:54:17 +02:00
dependabot[bot] 9e08387dd1 chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /frontend (#274)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-04 12:40:17 +02:00
lurpis 478e82cdda update bifrost-node icon (#270) 2020-07-29 09:40:00 +02:00
Erin Grasmick ba2a8d1ef1 trigger ci 2020-07-28 14:32:07 +02:00
Erin Grasmick 2da071ae47 fix confusion action behavior 2020-07-28 13:24:15 +02:00
Erin Grasmick 2c786a52f2 trigger ci 2020-07-28 13:18:15 +02:00
Maciej Hirsz 4b29a2afa2 Pin merged Polkadot chain (#272) 2020-07-21 17:39:38 +02:00
Maciej Hirsz 48e7aa4306 WIP: reworking docker 2020-07-02 15:03:14 +02:00
dependabot[bot] 26c1c6d618 chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4 in /frontend (#267)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-09 12:12:36 +02:00
Maciej Hirsz 246ab4e251 Pin Polkadot CC1 ahead of Kusama (#265) 2020-05-26 19:23:32 +02:00
Maciej Hirsz be12d5f0f6 Pin Kusama (#264) 2020-05-14 11:15:44 +02:00
Maciej Hirsz 2ed13c16de Update fill color to currentColor on darwinia icons (#261) 2020-05-01 18:42:37 +02:00
Chevdor 8ed8d01426 Documentation (#259)
* Documentation

- bump up frontend version (to trigger the CI)
- bump up the backend version (to trigger the CI)
- add some docker related doc
- add CI badges

* Fix CI step name

* Add screenshot
2020-04-24 12:49:52 +02:00
Chevdor 5b7f1ecbbb Fix the issues preventing to build (#257)
* 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
2020-04-23 19:00:05 +02:00
Xavier Lau 999404d3e2 remove: unused testnet (#256) 2020-04-21 16:37:11 +02:00
Chevdor 3cbad1c0b3 Fix unit tests (#248)
* 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
2020-04-21 16:36:33 +02:00
Chevdor 00d21ef16c Add github workflows (#254)
* Add new workflows to set labels and build/test the backend

* Add frontend workflow

* Limit triggers to PUSH only

* Fix so that BE and FE are mutually exclusive

* Bump up frontend

* Fix case to match current tags
2020-04-17 21:45:32 +02:00
Xavier Lau 35a9b1af2e update darwinia-network icons (#255) 2020-04-17 21:35:06 +02:00
Maciej Hirsz 6a255f359a Use currentColor on nodle icon (#253) 2020-04-15 11:38:43 +02:00
Eliott Teissonniere eeb0be3c7c add nodle icon (#252) 2020-04-15 11:16:23 +02:00
André Silva 5a6f89c8ad add new implementation names (#251) 2020-04-15 11:15:43 +02:00
Chevdor d15409bf2e Better docker for the frontend (#240)
* Exclude vscode local settings

* Switch the image to nginx with ENV support

* Add some doc

* Fix travis config

* Ignore coverage data

* Remove version labels

* Fix the Dockerfile according to the recent refactoring

* Cleanup

* Change maintainer

According to @woss request

* Fix travis config
2020-04-15 11:15:11 +02:00
Daniel Maricic bb8e804567 Restructure the js app (#243)
* 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>
2020-04-06 15:38:45 +02:00
maciejhirsz 0580e25380 Reorganized repo using yarn and workspaces 2018-06-27 14:04:34 +02:00
maciejhirsz 8c3b1ee749 Update package-lock for FE 2018-06-27 11:09:31 +02:00
maciejhirsz 73f5309343 Added frontend 2018-06-27 11:06:47 +02:00
maciejhirsz 003ed008e9 Added frontend to the repo 2018-06-27 11:00:53 +02:00