-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: metric detail and home update (#266)
Signed-off-by: laixingyou <[email protected]>
- Loading branch information
1 parent
df299ed
commit 0e1295c
Showing
32 changed files
with
894 additions
and
1,546 deletions.
There are no files selected for viewing
Submodule i18n
updated
44 files
+1 −1 | en/about.json | |
+1 −1 | en/analysis.json | |
+7 −1 | en/analyze.json | |
+1 −1 | en/auth.json | |
+1 −1 | en/basic.json | |
+1 −1 | en/censoring.json | |
+1 −1 | en/collection.json | |
+4 −1 | en/common.json | |
+1 −1 | en/dispatch.json | |
+9 −3 | en/home.json | |
+1 −1 | en/lab.json | |
+1 −1 | en/lab_metrics.json | |
+1 −1 | en/lab_models.json | |
+1 −1 | en/metrics_models.json | |
+1 −1 | en/notification.json | |
+1 −1 | en/oauth.json | |
+1 −1 | en/pull.json | |
+1 −1 | en/setting.json | |
+1 −1 | en/submit_project.json | |
+1 −1 | en/user_mailer.json | |
+1 −1 | en/users.json | |
+1 −1 | en/yaml.json | |
+1 −1 | zh/about.json | |
+1 −1 | zh/analysis.json | |
+7 −1 | zh/analyze.json | |
+1 −1 | zh/auth.json | |
+1 −1 | zh/basic.json | |
+1 −1 | zh/censoring.json | |
+1 −1 | zh/collection.json | |
+4 −1 | zh/common.json | |
+1 −1 | zh/dispatch.json | |
+9 −3 | zh/home.json | |
+1 −1 | zh/lab.json | |
+1 −1 | zh/lab_metrics.json | |
+1 −1 | zh/lab_models.json | |
+1 −1 | zh/metrics_models.json | |
+1 −1 | zh/notification.json | |
+1 −1 | zh/oauth.json | |
+1 −1 | zh/pull.json | |
+1 −1 | zh/setting.json | |
+1 −1 | zh/submit_project.json | |
+1 −1 | zh/user_mailer.json | |
+1 −1 | zh/users.json | |
+1 −1 | zh/yaml.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
export const gradientRamp = [ | ||
[ | ||
'#4a90e2', | ||
'#1d2c4e', | ||
'#29467f', | ||
'#2d51a0', | ||
'#3063c5', | ||
'#3978d7', | ||
'#4a90e2', | ||
'#70b1ea', | ||
'#9ecdf2', | ||
'#c6e0f7', | ||
'#dfedfa', | ||
'#f1f7fd', | ||
], | ||
[ | ||
'#9858f4', | ||
'#320962', | ||
'#4e1e85', | ||
'#5e23a6', | ||
'#6d25cb', | ||
'#8136e7', | ||
'#9858f4', | ||
'#a872f9', | ||
'#d1b5fd', | ||
'#e5d6fe', | ||
'#f1e8ff', | ||
'#f9f5ff', | ||
], | ||
[ | ||
'#6bbc26', | ||
'#142909', | ||
'#2f4e19', | ||
'#335c1a ', | ||
'#3f7219', | ||
'#50961a', | ||
'#6bbc26', | ||
'#89d744', | ||
'#a7e56d', | ||
'#ccf1a5', | ||
'#e5f8cf', | ||
'#f3fce9', | ||
], | ||
[ | ||
'#f97316', | ||
'#431407', | ||
'#7c2d12', | ||
'#9a3412', | ||
'#c2410c', | ||
'#ea580c', | ||
'#f97316', | ||
'#fb923c', | ||
'#fdba74', | ||
'#fed7aa', | ||
'#ffedd5', | ||
'#fff7ed', | ||
], | ||
[ | ||
'#14b8a6', | ||
'#042f2e', | ||
'#134e4a', | ||
'#115e59', | ||
'#0f766e', | ||
'#0d9488', | ||
'#14b8a6', | ||
'#2dd4bf', | ||
'#5eead4', | ||
'#99f6e4', | ||
'#ccfbf1', | ||
'#f0fdfa', | ||
], | ||
[ | ||
'#ec4899', | ||
'#500725', | ||
'#831843', | ||
'#9c164d', | ||
'#be185e', | ||
'#db2879', | ||
'#ec4899', | ||
'#f472b5', | ||
'#f8a8d3', | ||
'#fccfea', | ||
'#fbe7f3', | ||
'#fcf2f8', | ||
], | ||
[ | ||
'#e9b308', | ||
'#432007', | ||
'#714013', | ||
'#844d0e', | ||
'#a06207', | ||
'#cb8a03', | ||
'#e9b308', | ||
'#f9cc15', | ||
'#fce146', | ||
'#fff08a', | ||
'#fef9c4', | ||
'#fefce8', | ||
], | ||
[ | ||
'#ee4444', | ||
'#450a0a', | ||
'#7f1d1c', | ||
'#9b1b1b', | ||
'#b91b1c', | ||
'#dc2626', | ||
'#ee4444', | ||
'#f87271', | ||
'#fca5a5', | ||
'#fecaca', | ||
'#fde2e2', | ||
'#fef2f2', | ||
], | ||
[ | ||
'#8c90a1', | ||
'#2f3135', | ||
'#52555d', | ||
'#626571', | ||
'#787a8c', | ||
'#a1a5b3', | ||
'#8c8fa2', | ||
'#b6b8c5', | ||
'#d2d6db', | ||
'#dfe3e6', | ||
'#edeff3', | ||
'#f5f7f9', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
0e1295c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
storybook – ./
storybook-git-main-compass-team.vercel.app
compass-web-2l68.vercel.app
storybook-compass-team.vercel.app
0e1295c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
compass-web – ./
compass-web-git-main-compass-team.vercel.app
compass-web-preview.vercel.app
compass-web-compass-team.vercel.app