aritra24 commented on code in PR #48450:
URL: https://github.com/apache/airflow/pull/48450#discussion_r2018712441


##########
airflow-core/src/airflow/api_fastapi/common/types.py:
##########
@@ -96,3 +96,11 @@ class MenuItem(Enum):
     PROVIDERS = "Providers"
     VARIABLES = "Variables"
     XCOMS = "XComs"
+
+
+class UIAlert(BaseModel):
+    """Optional alert to be shown at the top of the page."""
+
+    text: str

Review Comment:
   @jedcunningham , I was looking into supporting markup and we already have a 
library for supporting markdown that we support. Do we want to support that 
instead? If not I think we can add something like 
`https://www.npmjs.com/package/react-render-markup` to allow markup rendering 🤔 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to