Conversation
- Remove ParaView scalar bar functionality throughout the codebase
- Always hide ParaView scalar bars via SetScalarBarVisibility(False)
- Remove GetScalarBar imports and usage
- Remove "Show color bar" toggle from toolbar UI
- Implement custom HTML colorbar at bottom of each view
- Display colorbar as horizontal bar with min/max values
- Generate colorbar images from ParaView color transfer functions
- Store images as base64-encoded PNGs in trame state
- Fix colorbar image generation to preserve original colormap
- Colorbar image unaffected by log scale or manual range settings
- Only color inversion affects the colorbar image
- Temporarily reset transformations during image generation
…ettings
- Remove clunky EventType enum from utilities.py
- Replace generic update_view_color_settings() with specific methods:
- update_colormap() for colormap changes
- update_log_scale() for log scale toggling
- update_invert_colors() for color inversion
- Update ViewProperties widget to accept specific callback methods
- Improve state synchronization to avoid recursive updates
- Add fallback for non-tauri environments in toolbar
- Ensure colorbar regenerates when color ranges change
- Fix view configuration initialization with proper index-based values
Scalar bar
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Release v0.1.4
This pull request contains all changes for the v0.1.4 release.
Release Information
What Changed
Release Checklist
Files Updated
Post-Merge Actions
After merging this PR:
Important Notes
Release prepared by: @abhishek Yenpure
Release type: patch
Target branch: release
Commit count: 23