andrewleader / my-adaptive-card-elements

MIT License
0 stars 0 forks source link

Graceful updates of existing Card UI (live data binding) #3

Open andrewleader opened 5 years ago

andrewleader commented 5 years ago

Some experiences need to allow the authors to frequently update contents in the card (as often as every second)... re-rendering the card would be non-performant and also result in some visual weirdness. Therefore, there needs to be a way to update just specific properties, like text on a text block or a progress bar's value, without re-rendering the whole card.

andrewleader commented 5 years ago

Link to feature: https://adaptivecards-test.productboard.com/feature-board/planning/features/1810704

andrewleader commented 5 years ago

I would love this! We're displaying the status of a deployment which also frequently changes.