-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: UI enhancements for graph nodes, lists sorting and general styl…
…ing (#1389) * feat: sort * perf: pretty graph * perf: pretty graph * perf: pretty graph * perf: pretty graph * perf: pretty graph * perf: pretty graph * perf: pretty graph * perf: pretty graph * perf: pretty graph * style: resize resource graph node * perf: pretty graph * perf: pretty graph --------- Co-authored-by: Yang Yang <[email protected]>
- Loading branch information
1 parent
da89ea5
commit fa4ef43
Showing
30 changed files
with
853 additions
and
579 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
"@codemirror/lang-markdown": "^6.3.1", | ||
"@codemirror/language": "^6.10.6", | ||
"@codemirror/legacy-modes": "^6.4.2", | ||
"@codemirror/search": "^6.5.8", | ||
"@codemirror/view": "^6.35.3", | ||
"@hey-api/client-fetch": "^0.5.2", | ||
"@kusionstack/kusion-api-client-sdk": "^1.1.4", | ||
|
@@ -118,4 +119,4 @@ | |
"stylelint-prettier": "^5.0.0" | ||
}, | ||
"repository": "git@[email protected]:KusionStack/kusion.git" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -7,4 +7,8 @@ | |
margin-right: 10px; | ||
cursor: pointer; | ||
} | ||
|
||
h3 { | ||
font-size: 20px; | ||
} | ||
} |
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
Oops, something went wrong.