generated from allen-cell-animated/github-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/loading overlay #162
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
Open
interim17
wants to merge
22
commits into
main
Choose a base branch
from
feature/loading-overlay
base: main
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
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
cf7a7b7
adjusting height correctly
meganrm 459b2da
button stays in the same spot
meganrm a938ba5
remove commented out code
meganrm 203214b
Merge branch 'main' into fix/vertical-spacing
meganrm 8310931
remove ref
meganrm c1ca39a
Merge branch 'fix/vertical-spacing' of https://github.com/AllenCell/c…
meganrm 628c093
fix bug
meganrm 92d558d
Update src/components/PackingInput/index.tsx
meganrm 524fc37
Update src/components/PackingInput/index.tsx
meganrm 19abf91
re-order imports
meganrm 9b71b89
Merge branch 'fix/vertical-spacing' of https://github.com/AllenCell/c…
meganrm 9335fc8
scroll within recipe container
meganrm bcf948c
maintain height
meganrm 58b0902
remove sider height
meganrm 275167c
isLoading and isModified selectors and and edits field to PackingResult
interim17 aee1ec0
add viewer overlay for loading, packing and modified states
interim17 cbcc139
uselayouteffect
meganrm b6378ba
remove function
meganrm d9c63c0
wrap app with div that assigns dark-theme and light-theme class names
interim17 9bc6c78
Merge branch 'fix/vertical-spacing' of https://github.com/mesoscope/c…
interim17 e1dc68a
Update src/state/store.ts
interim17 c5b209d
Merge branch 'main' of https://github.com/mesoscope/cellpack-client i…
interim17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,42 @@ | ||
| .viewer-container { | ||
| width: 100%; | ||
| height: 100%; | ||
| position: relative; | ||
| } | ||
|
|
||
| .simularium-embed { | ||
| width: 100%; | ||
| height: 100%; | ||
| border: 1px solid black; | ||
| } | ||
|
|
||
| .viewer-overlay { | ||
| position: absolute; | ||
| top: 0; | ||
| left: 0; | ||
| width: 100%; | ||
| height: 100%; | ||
| background-color: #DCDDE5; | ||
| display: flex; | ||
| align-items: center; | ||
| justify-content: center; | ||
| z-index: 10; | ||
| } | ||
|
|
||
| .overlay-content { | ||
| color: #989898; | ||
| font-size: 32px; | ||
| text-align: center; | ||
| } | ||
|
|
||
| .overlay-content.active { | ||
| color: #468ADE; | ||
| } | ||
|
|
||
| .dark-theme .viewer-overlay { | ||
| background-color: #2C2F38; | ||
| } | ||
|
|
||
| .dark-theme .overlay-content.active { | ||
| color: #8b91ff; | ||
| } |
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.