Skip to content

Commit

Permalink
feat(ui): optimize the loader analysis page
Browse files Browse the repository at this point in the history
feat(ui): optimize the loader analysis page
  • Loading branch information
easy1090 committed Jan 5, 2025
1 parent 1754d74 commit 7fc99c7
Show file tree
Hide file tree
Showing 25 changed files with 659 additions and 298 deletions.
5 changes: 5 additions & 0 deletions packages/client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ const App: React.FC = (): React.ReactElement => {
theme === Theme.Dark
? te.darkAlgorithm
: te.defaultAlgorithm,

token: {
padding: 16,
colorText: 'rgba(0, 0, 0, 0.85)',
},
}}
>
<Layout>
Expand Down
5 changes: 5 additions & 0 deletions packages/components/src/common/svg/files/css.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions packages/components/src/common/svg/files/html.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/components/src/common/svg/files/image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/components/src/common/svg/files/js.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/components/src/common/svg/files/unkown-file.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/components/src/common/svg/loader/input.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/components/src/common/svg/loader/output.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7fc99c7

Please sign in to comment.