Skip to content

Conversation

@CalvinAllen
Copy link
Contributor

Summary

  • Redesign visualizer window with modern Fluent-inspired UI (rounded corners, shadows, improved theming)
  • Add async content loading with animated spinner overlay for better responsiveness
  • Fix decoded view for Base64, GZip, Deflate, and JWT content types
  • Add table parsers for CRON, GUID, Timestamp, and IP Address visualizers
  • Add Regex pattern analysis and formatting in ContentFormatter
  • Fix TreeView StaticResource ordering issue causing exceptions
  • Auto-deploy visualizers to Documents folder on package load
  • Add sample app with examples for all 32 visualizers
  • Update README with screenshots and documentation

Test plan

  • Build solution in Release mode
  • Install VSIX in Visual Studio
  • Run sample app and test each visualizer type
  • Verify async loading spinner appears for large content
  • Test decoded views for Base64, JWT, GZip content
  • Verify CRON, GUID, Timestamp, IP Address table views work
  • Confirm visualizers auto-deploy to Documents folder

- Redesign visualizer window with modern Fluent-inspired UI
- Add async content loading with animated spinner overlay
- Fix decoded view for Base64, GZip, Deflate, JWT content
- Add CRON, GUID, Timestamp, IP Address table parsers
- Add Regex pattern analysis and formatting
- Fix TreeView StaticResource ordering issue
- Auto-deploy visualizers to Documents folder on package load
- Add sample app with examples for all 32 visualizers
- Update README with screenshots and documentation
@CalvinAllen CalvinAllen merged commit 4994d0d into main Jan 28, 2026
1 check passed
@CalvinAllen CalvinAllen deleted the feat/ui/modernize-visualizer-window branch January 28, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants