Skip to main content

Action Items

Rapidream goes through enormous effort to clean up and properly structure the DOM tree that's generated from the design.

However we will NEVER add nodes that were not in the original design.

The reason for this is that it's very difficult to ensure that when a node is added (for example, when some elements should be grouped together to ensure responsiveness), that we don't end up causing other issues with the code.

Even though out of an abundance of caution we don't add nodes, we still know exactly where in the DOM they are likely needed.

This is the purpose of the Action Items.

Select an Action Items and you'll be taken to a node in the tree where Rapidream was unable to apply flex.

Resolving an Action Item is as simple as fixing the node's children: usually by adding groupings around some children so that Rapidream can automatically calculate the responsiveness.

Once an Action Item is resolved it will disappear from the list.

info

Being clever about adding nodes is a feature that will be rolled out with our ML rollout in Q1 2023.

caution

There is currently no way to mark an Action Item as completed or ignored. Support for this will be coming very shortly.