Showing members, allowing window resize

This commit is contained in:
metacryst
2026-01-14 17:47:59 -06:00
parent 0f400fe300
commit d57ab2bf7a
19 changed files with 94 additions and 87 deletions

View File

@@ -41,7 +41,7 @@ class Dashboard extends Shadow {
.maxWidth(95, pct)
.gap(8);
window.comalData.contact.forEach((entry) => {
window.currentNetwork.data.contact.forEach((entry) => {
HStack(() => {
this.cell("time", entry.time);
this.cell("fname", entry.fname);
@@ -74,7 +74,7 @@ class Dashboard extends Shadow {
.maxWidth(95, pct)
.gap(8);
window.comalData.join.forEach((entry) => {
window.currentNetwork.data.contact.forEach((entry) => {
HStack(() => {
this.cell("time", entry.time);
this.cell("fname", entry.fname);