feedback btn

This commit is contained in:
KatKatKateryna
2024-11-22 19:45:52 +00:00
parent b07ed87d03
commit a4122673ec
2 changed files with 8 additions and 1 deletions
@@ -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"):
+7
View File
@@ -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">