@unhingged/vizu-core 0.1.20 → 0.1.21

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/auto.cjs CHANGED
@@ -2244,7 +2244,7 @@ var Pill = class {
2244
2244
  var Sidebar = class {
2245
2245
  constructor(root, callbacks) {
2246
2246
  this.open = false;
2247
- this.filter = "open";
2247
+ this.filter = "all";
2248
2248
  this.lastComments = [];
2249
2249
  this.lastConfidence = /* @__PURE__ */ new Map();
2250
2250
  this.handleClick = (e) => {
@@ -3671,10 +3671,10 @@ var Vizu = class {
3671
3671
  * Status filter shared by the sidebar tabs and the on-page markers.
3672
3672
  * Picking a tab updates this (via the sidebar's onFilterChange) and
3673
3673
  * re-renders markers so the page shows the same subset as the panel.
3674
- * Defaults to 'open' to match the sidebar's default tab — resolved /
3675
- * wontfix markers stay off the page until the user asks for them.
3674
+ * Defaults to 'all' (matching the sidebar's default tab)every
3675
+ * marker shows until the user narrows to a specific status.
3676
3676
  */
3677
- this.statusFilter = "open";
3677
+ this.statusFilter = "all";
3678
3678
  /**
3679
3679
  * Flipped true once the initial loadComments() at construction has
3680
3680
  * settled (success or failure). The cloud onAuthChanged callback uses