You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the messaging system in Graph Explorer is static and lacks the ability to dynamically describe content. This limitation makes it difficult to create engaging and interactive messages for users. By incorporating very basic markdown, we can make messages more descriptive and interactive without needing to write code blocks.
Describe the solution you'd like
We can introduce a clear method to read and parse structured text so that it can be converted into JSX for display. This would allow messages to include interactive elements like clickable links, making the content more engaging and user-friendly.
An added benefit is that the messaging can be handled outside of the code allowing "Just in time updates" and including more people in the messaging discussion.
Example
**On this date, 2024**, we are updating to the latest Fluent UI. When you log in you will have a brand new experience.[Learn more](https://aka.ms/Fluent)
Would yield:
On this date, 2024, we are updating to the latest Fluent UI. When you log in you will have a brand new experience. Learn more
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the messaging system in Graph Explorer is static and lacks the ability to dynamically describe content. This limitation makes it difficult to create engaging and interactive messages for users. By incorporating very basic markdown, we can make messages more descriptive and interactive without needing to write code blocks.
Describe the solution you'd like
We can introduce a clear method to read and parse structured text so that it can be converted into JSX for display. This would allow messages to include interactive elements like clickable links, making the content more engaging and user-friendly.
An added benefit is that the messaging can be handled outside of the code allowing "Just in time updates" and including more people in the messaging discussion.
Example
**On this date, 2024**, we are updating to the latest Fluent UI. When you log in you will have a brand new experience.[Learn more](https://aka.ms/Fluent)
Would yield:
On this date, 2024, we are updating to the latest Fluent UI. When you log in you will have a brand new experience. Learn more
The text was updated successfully, but these errors were encountered: