Add 30-day send statistics and auto level-2 rate limits on the domain page. Close Unreleased; pin compose and docs to 1.6.0. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -61,6 +61,16 @@
|
||||
target: "[data-custom-address]",
|
||||
visible: function (el) { return el.value === el.dataset.customMode; }
|
||||
},
|
||||
{
|
||||
match: "select[data-ratelimit-mode]",
|
||||
target: "[data-manual-fields]",
|
||||
visible: function (el) { return el.value === "manual"; }
|
||||
},
|
||||
{
|
||||
match: "select[data-ratelimit-mode]",
|
||||
target: "[data-auto-fields]",
|
||||
visible: function (el) { return el.value === "auto"; }
|
||||
},
|
||||
{
|
||||
match: "select[data-global-role]",
|
||||
target: "[data-domain-pick]",
|
||||
|
||||
Reference in New Issue
Block a user