Merge branch 'rel-4.5'

This commit is contained in:
Stewart Allen 2025-12-22 22:14:37 -05:00
commit 21add65252
12 changed files with 274 additions and 239 deletions

View file

@ -801,6 +801,39 @@ details[open] summary::after {
.mt10 {
margin-top: 5px;
}
#wassup {
background-color: rgba(0,255,100,0.3);
border-top: 5px solid rgba(0,255,100,0.5);
border-bottom: 5px solid rgba(0,255,100,0.5);
}
#wassup:hover {
border-top: 5px solid rgba(0,255,100,0.5);
border-bottom: 5px solid rgba(0,255,100,0.5);
}
.dark #wassup {
background-color: rgba(0,255,0,0.2);
}
.blurb {
max-width: 200px;
align-items: flex-end;
justify-content: center;
text-align: right;
padding: 10px 0 10px 0;
color: var(--blue-2);
gap: 10px;
}
.blurb p {
margin: 0;
}
.dark .blurb p:first-child, .dark .blurb p:last-child {
color: #fff;
}
.blurb p:first-child, .blurb p:last-child {
color: #000;
}
.mlr-10 {
margin: 0 10px 0 10px;
}
#curtain {
top: 0;

View file

@ -512,14 +512,28 @@
<label>Kiri:Moto Help</label>
</div>
<hr width="100%">
<div class="f-col">
<a target="_rsc" href="https://docs.grid.space/projects/kiri-moto"><i class="fas fa-question-circle"></i>Documentation & APIs</a>
<a target="_rsc" href="https://forum.grid.space"><i class="fab fa-discourse"></i> Discourse Forums</a>
<a target="_rsc" href="https://discord.gg/suyCCgr"><i class="fab fa-discord"></i> Discord Server</a>
<a target="_rsc" href="https://github.com/gridspace/grid-apps/issues"><i class="fas fa-bug"></i> Bug Reports</a>
<a target="_rsc" href="https://github.com/gridspace/grid-apps/releases"><i class="fab fa-github"></i> Releases & Binaries</a>
<a target="_rsc" onclick="kiri.api.modal.show('don8')"><i class="fa-solid fa-sack-dollar"></i> Support Development</a>
<a href="https://youtu.be/08795Sj22QE" target="youtube"><i class="fab fa-youtube"></i>Video Guide (from v2.5)</a>
<div class="f-row">
<div class="f-col">
<a target="_rsc" href="https://docs.grid.space/projects/kiri-moto"><i class="fas fa-question-circle"></i>Documentation & APIs</a>
<a target="_rsc" href="https://forum.grid.space"><i class="fab fa-discourse"></i> Discourse Forums</a>
<a target="_rsc" href="https://discord.gg/suyCCgr"><i class="fab fa-discord"></i> Discord Server</a>
<a target="_rsc" href="https://github.com/gridspace/grid-apps/issues"><i class="fas fa-bug"></i> Bug Reports</a>
<a href="https://youtu.be/08795Sj22QE" target="youtube"><i class="fab fa-youtube"></i>Video Guide (v2.5)</a>
<a target="_rsc" href="https://github.com/gridspace/grid-apps/releases"><i class="fab fa-github"></i> Releases & Binaries</a>
<a target="_rsc" id="wassup" onclick="kiri.api.modal.show('don8')"><i class="fa-solid fa-hand-holding-dollar"></i> Support Development</a>
</div>
<div id="suppopp" class="content hide">
<hr class="mlr-10">
<div class="f-col blurb">
<p>14 Years Under<br>Active Development</p>
<span class="grow"></span>
<p>A project for makers, hobbyist, professionals, students, and educators</p>
<span class="grow"></span>
<p>Help keep it free. Ask about Institutional support</p>
<span class="grow"></span>
<p>Support funds continued development, bug fixes, documentation, and discussion forums</p>
</div>
</div>
</div>
<hr width="100%">
<div class="f-row j-center">