@dcrackel/hematournamentui 1.0.175 → 1.0.176
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.
|
@@ -31324,16 +31324,16 @@ const TP = /* @__PURE__ */ ue(vP, [["render", MP]]), OP = {
|
|
|
31324
31324
|
computed: {
|
|
31325
31325
|
//TODO: will want a "complete" button that says "forward to results" or something.
|
|
31326
31326
|
shouldShowButtons() {
|
|
31327
|
-
return this.filteredPools.length > 1 && this.
|
|
31327
|
+
return this.filteredPools.length > 1 && this.event.Status !== "completed";
|
|
31328
31328
|
},
|
|
31329
31329
|
shouldShowResetButton() {
|
|
31330
|
-
return this.
|
|
31330
|
+
return this.event.Status === "planning" || this.event.Status === "preparation";
|
|
31331
31331
|
},
|
|
31332
31332
|
shouldShowStartCheckinButton() {
|
|
31333
|
-
return this.
|
|
31333
|
+
return this.event.Status === "planning";
|
|
31334
31334
|
},
|
|
31335
31335
|
shouldShowGoLiveButton() {
|
|
31336
|
-
return this.
|
|
31336
|
+
return this.event.Status === "preparation";
|
|
31337
31337
|
},
|
|
31338
31338
|
flights() {
|
|
31339
31339
|
const n = this.event.Flights || 0, e = Array.from({ length: n }, (t, r) => ({
|
|
@@ -31824,7 +31824,9 @@ function IR(n, e, t, r, i, o) {
|
|
|
31824
31824
|
currentSelection: i.viewName,
|
|
31825
31825
|
"onUpdate:selection": o.handleStaffView,
|
|
31826
31826
|
firstButtonLabel: "Staff List",
|
|
31827
|
-
secondButtonLabel: "Staff Assignments"
|
|
31827
|
+
secondButtonLabel: "Staff Assignments",
|
|
31828
|
+
connectedToServer: !1,
|
|
31829
|
+
showConnected: !1
|
|
31828
31830
|
}, null, 8, ["currentSelection", "onUpdate:selection"]),
|
|
31829
31831
|
p("div", AR, [
|
|
31830
31832
|
p("section", lR, [
|