Skip to content

Commit

Permalink
feat(ui): optimize the loader analysis page (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
easy1090 authored Jan 6, 2025
1 parent b796f4d commit 8e840e1
Show file tree
Hide file tree
Showing 24 changed files with 669 additions and 296 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 8e840e1

Please sign in to comment.