avo-hq/avo

Actions (and controls) in tabs in panels

オープン

#1,744 opened on 2023/05/12

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Ruby (308 件のフォーク)user submission
Avo 3DSL-relatedFeatureHelp wanted

Repository metrics

Stars
 (1,778 個のスター)
PR merge metrics
 (平均マージ 1d 6h) (30d で 67 merged PRs)

説明

Feature

The DSL would look something like this:

tabs do
  tab "something" do
    panel do
      show_controls = -> {
        action DummyAction
      }

      field :population, as: :number
      field :is_capital, as: :boolean
    end
  end
end

Current workarounds

We could use a resource tool

コントリビューターガイド