feedback btn
This commit is contained in:
@@ -310,7 +310,7 @@ def set_default_color(context_list: List["TraversalContext"]) -> None:
|
||||
for item in context_list:
|
||||
# for GIS-commits, use default blue color
|
||||
if isinstance(item.current, VectorLayer) or (item.parent is not None and isinstance(item.parent.current, VectorLayer)):
|
||||
DEFAULT_COLOR = (255 << 24) + (10 << 16) + (132 << 8) + 255
|
||||
DEFAULT_COLOR = (255 << 24) + (10 << 16) + (132 << 8) + 255 # speckle blue, speckle_blue
|
||||
break
|
||||
|
||||
def getAllParents(tc: "TraversalContext"):
|
||||
|
||||
@@ -131,6 +131,13 @@
|
||||
<ul class="nav nav-pills"> </ul>
|
||||
</header>
|
||||
</div>
|
||||
|
||||
<div style="max-height:fit-content;margin:0px;padding:0px;background-color: rgb(10,132,255);">
|
||||
<p style="text-align: center; margin:0px;padding:5px;">
|
||||
<a href = "https://speckle.community/invites/qxEmQb1QcM" style="color:rgb(255, 255, 255)" target="_blank">We would love to hear your feedback!</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="crumbs">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user