Demo/ios nsls2 - #119
Merged
Anthony Sligar (sligara7) merged 4 commits intoAug 11, 2026
Merged
Conversation
Anubhuti Sinha (anubhutisinha04)
requested a review
from Anthony Sligar (sligara7)
August 11, 2026 15:54
Anthony Sligar (sligara7)
approved these changes
Aug 11, 2026
Anthony Sligar (sligara7)
left a comment
Collaborator
There was a problem hiding this comment.
frontend is your domain - so trusting you are doing what is correct.
Anthony Sligar (sligara7)
merged commit Aug 11, 2026
3a4b89c
into
NSLS2:demo/ios-nsls2
9 checks passed
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.
This pull request introduces several improvements to the frontend project, focusing mainly on dependency updates, environment configuration enhancements, and repository consistency. The most significant changes include upgrading key frontend dependencies, adding new environment variables for service integration, and introducing a
.gitattributesfile to standardize line endings and handle binary files.Dependency updates and improvements:
@blueskyproject/finchto version0.1.9and its dependency@blueskyproject/tiledto0.0.30, ensuring compatibility and access to the latest features and fixes. [1] [2]@tanstack/react-queryand related packages to5.101.4, and added@tanstack/react-query-devtoolsfor improved state management and debugging capabilities. [1] [2] [3]Environment configuration:
frontend/.env.examplefor connecting to the presets service, configuration service, queue server, and tiled data server, making it easier to configure the frontend for different backend services.Repository and codebase consistency:
.gitattributesfile to normalize line endings to LF for all text files and mark common binary file types, preventing cross-platform line ending issues and spurious diffs.These changes collectively improve the maintainability, configurability, and reliability of the frontend project.