-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add viewer for long strings in GridValue (#5018)
* Move GridValue copy button inside a menu * add empty dialog * test * Style dialog, work around fluentui onclick issue for FluentMenuItem * Remove hardcoded string * Update unformatted name, use JsonSerializer.Serialize, use key comparer for dictionaries, switch button appearance and icon * Display dialog like in console logs * Format based on language * stream data * Add TextVisualizerDialog component tests * fix logical error * fix console log css * Don't loose comments when formatting JSON * run custom tool after merge * Update ThemeManager to obtain effective theme, conditionally highlight in light or dark mode based on effective theme * remove unnecessary top margin, re-highlight if container content has changed * Add more tests * start at line 1, move copy button to top of dialog * change width/height display of dialog * Update src/Aspire.Dashboard/Components/Layout/MainLayout.razor.cs * Style fixes * Change text visualizer theming from server to client side * Move parameter to codebehind, properly disconnect observer * Allow users to click the menu item icons to prompt copy/open text visualizer action * set width to 0 on cell menubutton to show as much column content as possible --------- Co-authored-by: Adam Ratzman <[email protected]> Co-authored-by: James Newton-King <[email protected]>
- Loading branch information
1 parent
7263e53
commit 55eb46f
Showing
44 changed files
with
2,722 additions
and
363 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
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
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
104 changes: 10 additions & 94 deletions
104
src/Aspire.Dashboard/Components/Controls/LogViewer.razor.css
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.