fubi 1.0.0-beta.45 → 1.0.0-beta.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -24646,7 +24646,7 @@ function Settings$1($$anchor, $$props) {
24646
24646
  {
24647
24647
  const after = ($$anchor3) => {
24648
24648
  var div = root_2$8();
24649
- div.textContent = `v${"1.0.0-beta.45"}`;
24649
+ div.textContent = `v${"1.0.0-beta.48"}`;
24650
24650
  append($$anchor3, div);
24651
24651
  };
24652
24652
  Navbar(node, {
@@ -26031,6 +26031,7 @@ class Comments extends Collection {
26031
26031
  this.modules.hover.dismissIsolation();
26032
26032
  }
26033
26033
  if (this.modules.pages.isNew) {
26034
+ this.subscribeToRealtime();
26034
26035
  this.ready = true;
26035
26036
  return;
26036
26037
  }
@@ -26316,6 +26317,10 @@ class Domains extends Collection {
26316
26317
  var _a2;
26317
26318
  return this.fetch({ filter: `project = "${(_a2 = this.modules.project.current) == null ? void 0 : _a2.id}"` });
26318
26319
  });
26320
+ this.on("auth:login", () => {
26321
+ this.log.info("auth:login received, activeDomain:", this.activeDomain, "current:", this.current, "data:", this.data.length);
26322
+ if (!this.activeDomain && this.current) this.activate();
26323
+ });
26319
26324
  this.getUrl();
26320
26325
  }
26321
26326
  async check() {