-
Notifications
You must be signed in to change notification settings - Fork 43
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
New UI for creating and editing views #1652
Open
jeffbaumes
wants to merge
183
commits into
v3-experimental-integration
Choose a base branch
from
edit-views-ui
base: v3-experimental-integration
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Member
jeffbaumes
commented
Sep 26, 2024
- Updated styling to use tailwind. Requires Style update (experimental) girder#3570.
- New UI for updating the columns to show in the item list view. Created/copied views are scoped to the current user.
With the addition of #1649, we always use the large_image itemList rather than modifying the base girder item list. We no longer need the code that did that modification. Don't display column titles on an empty list. Make check boxes easier to click. Allow long strings to break more efficiently.
Remove no longer used code; adjust item list slightly.
When loading long pages with sorts, sometimes the initial page number shown in the bottom pagination bar was wrong. This fixes that issue.
Reduce updates when showing item lists; add a waiting spinner
…ed in itemList views
Update item lists check for large images when toggling recurse
Handle a rasterio deprecation
Handle a variation in a bioformats exception
Increase logging slow histograms
Update download links for format examples
Update PNG example download link
Modify a function to keep the type checker happy
Adjust one check from PR #1711.
Add another guard on dtype based on a field report
The tiff files have some subifds without any strips or tiles and erroneously do not declare that they have float pixel data.
Handle indica labs variant tiff.
gdalwarp and gdal_translate can be used to transform images in pixel space. If such an image has no projection specified and cannot be interpreted as latitude and longitude, assume it is not geospatial.
Better detect files with geotransform data that aren't geospatial
Merge master into the edit views ui branch
Always show all columns
Strip libraries; don't include python static libraries
Reduce the size of the test docker image.
If a user has permission to view an annotation but not the item, a 403 was percolated to the UI
improve styling on grid view
Fix an issue searching for annotation metadata
Merge from master into edit-views-ui
If scaling non uint8 tiles in numpy format, possibly use scikit-image rather than converting to an 8-bit pil image for the process. Add some missing type hints.
Better scale float-valued tiles
Fix a typo
Add a distinct class name to controls in the item list
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.