-
Notifications
You must be signed in to change notification settings - Fork 49
New UI for creating and editing views #1652
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
Closed
Closed
Conversation
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
Contributor
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.
Member
|
@jeffbaumes Can you rebase or merge master into this branch? The |
In many instances, save annotation element via a PATCH call
Reduce a warning message that should no longer be of interest
When zoomed in with a power of two of the max zoom and showing annotations, make sure all of the annotation in view are fully loaded. Before, this was still subject to detail limits, which meant that it was possible to fail to resolve some annotations regardless of zoom level.
Show all annotations when zoomed in
Guard against nd2 NotImplementedError and allow bioformats to handle nd2
Handle editing paged annotations.
svs can end up with a tiff mimetype
Tweak a few source priorities
Fix issuing annotation PATCH updates with empty labels
When uploading an annotation that fails to decode or validate, don't keep the file. On a validation failure, try to print the most likely cause of the failure rather than entire schema.
Clearer error messages on bad annotations and don't keep the bad file
…server` function
In Jupyter, set edge value of tilesource to transparent
This doesn't yet support everything, since rasterio, umap-learn, and rawpy aren't available yet. Also, the zarr concurrency test fails.
Add Python 3.14
Updated version number to 1.33.6 and added details for 1.33.5.
Lint dockerfiles using pre-commit and hadolint
Update python3.14 tests for latest rasterio
Bumps python from 3.13-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bump python from 3.13-slim to 3.14-slim
Update the test dockerfile to address a CVE and make it smaller
Make test dockerfile smaller
When reading raw files via the PIL source, fix handling uint16 data
Refactored internal code to use contextlib.suppress where appropriate
Drop Python 3.9 support
When copying an item via girder, ensure permissions on annotations are granted to the owner of the destination folder
Fix copied annotation permissions
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.