-
Notifications
You must be signed in to change notification settings - Fork 1
feat: delete raster layer #996
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
Eliav-Maimon
wants to merge
28
commits into
master
Choose a base branch
from
delete-raster-layer
base: master
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.
+1,244
−567
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
fba62c8
feat: add dialog to delete raster layer
Eliav-Maimon 0cafec9
fix: disable delete button, prettier
Eliav-Maimon a95f8bd
fix: scaffold
Eliav-Maimon 663f481
fix: css
Eliav-Maimon 824e3a1
fix: predicate
Eliav-Maimon 05d4243
fix: change files location, disable button on search and cr
Eliav-Maimon 21c6add
fix: remove unnecessary ts-ignore and prettier
Eliav-Maimon 7df5f3f
fix: change disableActionByPredicate location and pr
Eliav-Maimon ce2bd13
Merge branch 'master' of https://github.com/MapColonies/catalog-app i…
Eliav-Maimon 70c887e
fix: remove comment
Eliav-Maimon 36c7e43
fix: refresh catalog after deletion, and fly to footprint
Eliav-Maimon 7e1a3b3
fix: show image layer in open layer
Eliav-Maimon b908a70
fix: fly to footprint, and turn off base map on ol
Eliav-Maimon 8973281
fix: prettier igonre
Eliav-Maimon 2630d98
fix: using the same import path
Eliav-Maimon 5173b3d
fix: prettier
Eliav-Maimon 5f77f20
Merge branch 'master' of https://github.com/MapColonies/catalog-app i…
Eliav-Maimon d3e1d5a
fix: change 3d delete naming convention
Eliav-Maimon 60ce02b
fix: refactor getActionsWithDisable function
Eliav-Maimon 5891484
fix: change IAction interface
Eliav-Maimon 234dc00
fix: add border in ol map and add tool tip on show base map button
Eliav-Maimon 8fdb5a1
fix: add marker on exsiting pp, add zIndex
Eliav-Maimon 341b0ab
fix: pr
Eliav-Maimon 6b1fd41
fix: eslint
Eliav-Maimon ee4832e
fix: pr
Eliav-Maimon 12e725f
fix: pr
Eliav-Maimon c4956c4
fix: pr
Eliav-Maimon dce7381
fix: pr
Eliav-Maimon 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
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 |
|---|---|---|
|
|
@@ -106,3 +106,8 @@ body[dir='rtl'] #gridActionsCellRenderer .actionMenuItemTitle { | |
| .actionMenuItemContainer:hover { | ||
| background: var(--mdc-theme-gc-alternative-surface); | ||
| } | ||
|
|
||
| #gridActionsCellRenderer .disabled { | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. probably class should be defined globally
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I opened an issue |
||
| opacity: 0.5; | ||
| pointer-events: none; | ||
| } | ||
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove it, act differently