-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update console version to v1.0.2 (#2635)
Signed-off-by: Gaius <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule console
updated
23 files
+8 −7 | package.json | |
+1 −0 | public/icons/cluster/unfoldMore.svg | |
+1 −0 | public/icons/tokens/copy.svg | |
+8 −0 | public/icons/tokens/developer.svg | |
+1 −0 | public/icons/tokens/done.svg | |
+3 −1 | src/components/clusters/edit.tsx | |
+84 −83 | src/components/clusters/index.tsx | |
+2 −2 | src/components/clusters/information.tsx | |
+2 −2 | src/components/clusters/new.tsx | |
+371 −0 | src/components/developer/tokens/edit.tsx | |
+361 −0 | src/components/developer/tokens/index.tsx | |
+382 −0 | src/components/developer/tokens/new.tsx | |
+1 −2 | src/components/menu/index.module.css | |
+329 −166 | src/components/menu/index.tsx | |
+3 −3 | src/components/profile/index.tsx | |
+3 −3 | src/components/schedulers/show.tsx | |
+3 −3 | src/components/seed-peers/show.tsx | |
+8 −2 | src/components/signin/index.tsx | |
+3 −3 | src/components/signup/index.tsx | |
+3 −3 | src/components/users/index.tsx | |
+7 −0 | src/layouts/main.tsx | |
+110 −12 | src/lib/api.ts | |
+19 −1 | src/lib/utils.ts |