fix(rectification): invite another dated event instead of saying the pool is closed (BUG-689)
Independent Staging Quality Gate / validate (push) Failing after 10m16s
Independent Staging Quality Gate / publish (push) Skipped

When the seven collect lines are closed, the range card still appears, but the copy asks for one more exact-day event of any kind instead of saying the questions are finished. A new dated event after delivery stales the snapshot so the session does not stay delivered.
This commit is contained in:
jesse-ux
2026-09-14 22:56:01 +08:00
parent 62803c5d01
commit a266b6b727
16 changed files with 547 additions and 23 deletions
+6
View File
@@ -3390,6 +3390,12 @@ input:not([type="radio"]):not([type="checkbox"]):not([class^="ant-"]):not([class
.rectification-range-delivery__tie-break:disabled {
cursor: default;
}
.rectification-range-delivery__invite {
margin: 0;
color: var(--color-ink);
font-size: var(--type-body-md);
line-height: 1.65;
}
.rectification-range-delivery__boundary {
margin: 0;
color: var(--color-ink-secondary);