-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/fix new UI #626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Feature/fix new UI #626
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
30b07fb
Fix insight types, connect new insight cards
kshmidt-digma 8d8119b
Merge pull request #561 from digma-ai/fix/integration
kshmidt-digma 7304e6f
Nplus one (#563)
opoliarush db8a639
Bottlneck
opoliarush a7ef48b
bottleneck
opoliarush e93e8dd
fix comments
opoliarush 5670212
fix comments
opoliarush 4c748d0
Merge pull request #564 from digma-ai/bottelneck-insight
kshmidt-digma a5d45f4
Add request breakdown insight
kshmidt-digma b37f821
Merge pull request #565 from digma-ai/feature/request-breakdown-insight
kshmidt-digma 1d566ff
Endpoint slow down source
opoliarush d10d843
Merge pull request #566 from digma-ai/duration-slowdown
kshmidt-digma e71c732
Add Warning icon for critical insights
kshmidt-digma 1ffa1f5
Session view (#568)
opoliarush c4589fc
Update insight cards (#567)
kshmidt-digma 4eb6362
Scaling issue (#569)
opoliarush 6a25f23
Add Top Usage Insight (#571)
kshmidt-digma 0d5deef
Query optimization (#572)
opoliarush 08e3937
Add Duration Breakdown insight
kshmidt-digma 71c9ea5
Merge pull request #573 from digma-ai/feature/duration-breakdown
kshmidt-digma e8550c7
Update styles
kshmidt-digma 04a90f2
custom primary button
opoliarush 68ae967
Revert "custom primary button"
opoliarush eb5ee90
custom primary button (#576)
opoliarush 1d57494
Fix styles (#574)
kshmidt-digma d52bc59
Insight update (#577)
opoliarush a9b40fa
Update Endpoint Query Optimization insight card
kshmidt-digma 3512ea6
Merge pull request #580 from digma-ai/fix/query-optimization-insight
kshmidt-digma 566cf2a
Remove duplicated tooltips
kshmidt-digma c9b312c
Use state (#582)
opoliarush e4f0f1a
Fix Recalculate button
kshmidt-digma a8fc0b1
Change insight buttons order, switch to criticality for icon coloring
kshmidt-digma f49267a
Update toolbar icon order
kshmidt-digma a281e8c
Add tooltip for insight icon
kshmidt-digma 674f93a
Change contract for Recalculate action, small style fixes (#595)
kshmidt-digma 9fc42f1
Update button label
kshmidt-digma 57c8e86
Fix env empty state (#597)
opoliarush bdf35e5
Fix Bottleneck insights (#598)
kshmidt-digma d42dcf4
Fix typo
kshmidt-digma 8e21679
Use criticality for insight icon coloring (#599)
kshmidt-digma 5a9dd2a
Add span link to Insight card
kshmidt-digma 9f6f6a1
Fix insight card
kshmidt-digma d96dbc4
Fix insight card header
kshmidt-digma bb3d16a
Fix UI bugs (#601)
opoliarush a3720b0
Merge pull request #600 from digma-ai/fix/insight-span-info
opoliarush 383add7
Add description to empty Duration insight (#602)
kshmidt-digma 620f345
Update styles
kshmidt-digma eda6cf0
Update wording
kshmidt-digma 31a5cfb
Handle nullable endpoint list (#603)
kshmidt-digma 6f5b3ed
Update styles
kshmidt-digma 45e3519
Fix ticket open (#606)
opoliarush e823aa8
Update src/components/Assets/AssetList/AssetEntry/AssetEntry.stories.tsx
opoliarush 573c173
#615: change documentation
opoliarush e41241b
revert
opoliarush 14e75ed
#612 add refresh button
opoliarush e463c85
#605: no assets state
opoliarush 2655ce9
changed refresh button
opoliarush 392523e
Update src/components/Insights/InsightsPage/index.tsx
opoliarush eed3f7a
Merge branch 'main' into feature/fix-new-ui
opoliarush 8f3b37b
Merge branch 'feature/fix-new-ui' of https://github.com/digma-ai/digm…
opoliarush 7d01d58
Change spaces
opoliarush f28fc1c
Update src/components/Documentation/pages/RunDigma/runDigmaWithComman…
kshmidt-digma 7ab0411
Update src/components/Documentation/pages/RunDigma/runDigmaWithComman…
kshmidt-digma a9f0712
Update src/components/Documentation/pages/RunDigma/runDigmaWithComman…
kshmidt-digma c5bf1f9
Apply suggestions from code review
kshmidt-digma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| export interface NoDataMessageProps { | ||
| type: "loading" | "noDataYet" | "noSearchResults"; | ||
| type: "loading" | "noDataYet" | "noSearchResults" | "noDataForAsset"; | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,23 @@ | ||
| import React from "react"; | ||
| import { useIconProps } from "../hooks"; | ||
| import { IconProps } from "../types"; | ||
|
|
||
| const RefreshIconComponent = (props: IconProps) => { | ||
| const { size, color } = useIconProps(props); | ||
| return ( | ||
| <svg | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| width={size} | ||
| height={size} | ||
| viewBox="0 0 16 16" | ||
| fill="none" | ||
| > | ||
| <g stroke={color} strokeLinecap="round" strokeLinejoin="round"> | ||
| <path d="M3.556 3.557S5.222 1.891 8 1.891c3.889 0 6.111 3.889 6.111 3.889m-1.667 6.665S10.778 14.11 8 14.11c-3.889 0-6.111-3.888-6.111-3.888" /> | ||
| <path d="M10.778 5.779h3.333V2.445m-8.889 7.778H1.89v3.333" /> | ||
| </g> | ||
| </svg> | ||
| ); | ||
| }; | ||
|
|
||
| export const RefreshIcon = React.memo(RefreshIconComponent); |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.