<%= turbo_frame_tag "modal" do %> <%= render DS::Dialog.new do |dialog| %> <% dialog.with_header(title: "Lunch Flow Setup Required") %> <% dialog.with_body do %>
<%= icon("alert-circle", class: "text-warning w-5 h-5 shrink-0 mt-0.5") %>

API Key Not Configured

Before you can link Lunch Flow accounts, you need to configure your Lunch Flow API key.

Setup Steps:

  1. Go to Settings → Providers
  2. Find the Lunch Flow section
  3. Enter your Lunch Flow API key
  4. Return here to link your accounts
<%= link_to settings_providers_path, class: "inline-flex items-center justify-center rounded-lg px-4 py-2 text-sm font-medium text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:ring-2 focus:ring-gray-900 focus:ring-offset-2 transition-colors", data: { turbo: false } do %> Go to Provider Settings <% end %>
<% end %> <% end %> <% end %>