From 8ec20026c042e1f26224ef2967dad6f0386e1eca Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 26 Aug 2025 11:20:04 -0500 Subject: Yeah toast (#8878) * Split out into macro component * Add Action component * Add fallback * add button to view post after sending * Dismiss toast when clicking action button --------- Co-authored-by: Samuel Newman --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 59c1b4eb4..b9c89c3d5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -34,6 +34,7 @@ module.exports = { 'P', 'Admonition', 'Admonition.Admonition', + 'Toast.Action', 'AgeAssuranceAdmonition', 'Span', ], -- cgit 1.4.1