%= turbo_frame_tag "modal" do %>
<%= render DS::Dialog.new do |dialog| %>
<% dialog.with_header(title: t(".title")) %>
<% dialog.with_body do %>
<%= icon("alert-circle", class: "text-warning w-5 h-5 shrink-0 mt-0.5") %>
<%= t(".heading") %>
<%= t(".description") %>
<%= t(".setup_steps") %>
- <%= t(".steps.open_settings_html") %>
- <%= t(".steps.find_section_html") %>
- <%= t(".steps.enter_token") %>
- <%= t(".steps.return_to_link") %>
<%= render DS::Link.new(
text: t(".settings_link"),
href: settings_providers_path,
variant: :primary,
data: { turbo: false }
) %>
<% end %>
<% end %>
<% end %>