Skip to content
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
wants to merge 183 commits into
base: v3-experimental-integration
Choose a base branch
from

Conversation

jeffbaumes
Copy link
Member

  • 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.

annehaley and others added 30 commits September 4, 2024 15:31
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
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
manthey and others added 30 commits November 4, 2024 09:09
Modify a function to keep the type checker happy
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
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
Fix an issue searching for annotation metadata
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.
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants