Short description of issue
Theme editor UI shows duplicate “Add block” CTA
Reproduction steps
- Create a section that renders a static block, example:
{% content_for 'block', type: '_tc-testimonial-videos', id: 'tc-videos' %} - This static block should then have available dynamic blocks that can be added via the theme editor.
"blocks": [{"type": "_tc-testimonial-video"}] - Notice in the theme editor how once you add a single child block to the static block, you will see double “Add block” buttons appear above the added blocks. This makes the whole thing seem buggy and unreliable.
Additional info
To make UI/UX matters worse, if you click on the top “Add block” button, it adds a new block to the end of the array of child blocks. If you click on the bottom “Add block” button, it adds the new child block to the start of the array.
Is this a skill issue? I can’t be the only person experiencing this.
What type of topic is this
Bug report
