Skip to content

Commit

Permalink
feat: refector dataset/eva by datastore api (#1055)
Browse files Browse the repository at this point in the history
* wip: datastore summary

* feat: project card with stats

* feat: eva table with store summary

* fix: dag lab of reaflow erros & new eva overview

* update: move project fetching to api header

* fix: lint erros

* fix: eslint error

* feat: new link ui

* optimize: text ellis of links

* optimize: overview & accordin ui

1. fix lazylog error when empty

* feat: user avator

* wip: binarylable heatmap

* feat: eva result based on datastore

* fix: eslint error
  • Loading branch information
waynelwz authored Aug 31, 2022
1 parent c6d8c07 commit 872c73d
Show file tree
Hide file tree
Showing 54 changed files with 1,476 additions and 762 deletions.
1 change: 1 addition & 0 deletions console/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ module.exports = {
'react/jsx-one-expression-per-line': 'off',
'react/jsx-wrap-multilines': 'off',
'react/no-array-index-key': 'off',
'react/jsx-props-no-spreading': 'off',
'react/require-default-props': [
'error',
{
Expand Down
3 changes: 2 additions & 1 deletion console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@aksel/structjs": "^1.0.0",
"@faker-js/faker": "^6.3.1",
"@monaco-editor/react": "^4.3.1",
"@papercups-io/chat-widget": "^1.3.1",
Expand Down Expand Up @@ -105,7 +106,7 @@
"xterm": "^4.14.1",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.4.0",
"zustand": "^4.0.0-rc.1"
"zustand": "v4.1.1"
},
"scripts": {
"typecheck": "tsc --noEmit -p ./tsconfig.json",
Expand Down
Loading

0 comments on commit 872c73d

Please sign in to comment.