So our team builds our pages as components, so they can be used in flows, dev mode, etc and have one single source of truth (beats having to update a dozen screens when one change is made). As a result, I’ve noticed the following issue:
- I update something on the main component screen on another page, which propagates the changes throughout the document, including the page we use to house all of our dev handoff sections (one section per ticket)
- The change shows in the section (on another page in the same file), but the status of “ready for dev” doesn’t change from green to yellow, showing that something has indeed changed on that page.
If I make a change directly (add a annotation, etc) to that section, then the flag will change from green to yellow, but making a change to the master component doesn’t trigger that flag.
Could we have it to where ANY change that affects a section that’s been marked as ready for dev changes its status?
Thanks!