Added screen design and extension popovers

Necesssary to explain how these links work but only if a screen is associated with one of them. Will be used to update the show view documentation.

Milestone: minor
This commit is contained in:
Brooke Kuhlmann
2026-08-10 16:53:59 -06:00
parent 8b5fb4e88a
commit c3bc8f4164
3 changed files with 9 additions and 1 deletions
@@ -1,3 +1,5 @@
<%= render "screens/shared/popovers/design" %>
<%= render "screens/shared/popovers/extension" %>
<%= render "screens/shared/popovers/image" %>
<%= render "screens/shared/popovers/model" %>
<%= render "screens/shared/popovers/name" %>
<%= render "screens/shared/popovers/image" %>
@@ -0,0 +1,3 @@
<%= scope(:popover_default_content, name: :design, label: "Design").render do %>
<p>Provides quick access to the associated design but only if the screen was created by a design.</p>
<% end %>
@@ -0,0 +1,3 @@
<%= scope(:popover_default_content, name: :extension, label: "Extension").render do %>
<p>Provides quick access to the associated extension but only if the screen was created by an extension.</p>
<% end %>