-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add shortcut links within catalog layers context menu (layers and pro…
…ject settings) (#392) * Create CatalogProjectContextMenu.vue and use common directive click-outside-context-menu.js * Add CatalogProjectContextMenu.vue and use common showContextMenu on CatalogTristateTree.vue * Set common css/less rules from catalog-context-menu * extract event listeners from `components/Catalog.vue`) * sort attributes make it more clear that is a for..loop * vertical indentation * missing yoda * Update CatalogLayerContextMenu.vue * exctract predicates * Update CatalogProjectContextMenu.vue * Update CatalogTristateTree.vue * remove tautology * shorten directive name (ref: `v-click-outside`) * function name * qgis icon * fix duplicate const variable * missing file * update since tags * add `edit_url` and `layers_url` links * hide context menu items on empty config --------- Co-authored-by: Raruto <[email protected]>
- Loading branch information
1 parent
5ade146
commit f7ab1d6
Showing
13 changed files
with
580 additions
and
284 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
|
@@ -22,8 +22,7 @@ | |
} | ||
} | ||
|
||
|
||
#layer-menu { | ||
.catalog-context-menu { | ||
li { | ||
&.title { | ||
border-bottom-color: @green !important; | ||
|
This file contains 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 |
---|---|---|
|
@@ -22,8 +22,7 @@ | |
} | ||
} | ||
|
||
|
||
#layer-menu { | ||
.catalog-context-menu { | ||
li { | ||
&.title { | ||
border-bottom-color: @purple !important; | ||
|
This file contains 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 |
---|---|---|
|
@@ -22,8 +22,7 @@ | |
} | ||
} | ||
|
||
|
||
#layer-menu { | ||
.catalog-context-menu { | ||
li { | ||
&.title { | ||
border-bottom-color: @red !important; | ||
|
This file contains 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 |
---|---|---|
|
@@ -22,8 +22,7 @@ | |
} | ||
} | ||
|
||
|
||
#layer-menu { | ||
.catalog-context-menu { | ||
li { | ||
&.title { | ||
border-bottom-color: @yellow !important; | ||
|
Oops, something went wrong.