bluerobotics/cockpit

frontend: custom Actions: merge link and edit panes

Open

#1,722 创建于 2025年2月27日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)Vue (55 fork)auto 404
Actionsenhancementgood first issueui

仓库指标

Star
 (181 star)
PR 合并指标
 (PR 指标待抓取)

描述

Current behaviour

The custom Actions table has separate buttons for each Action for editing and linking:

The link button controls linked variables that are tracked for changes to trigger the Action, as well as the global rate limit on how often the Action can be called, whereas the pencil button allows editing the Actions definition.

As these are both configuration of the action, it's cumbersome to have separate buttons for them, and unintuitive that the minimum trigger interval is defined in the linking section.

Expected or desired behaviour

The buttons should be merged together into a combined editing/configuration menu, withs sections for the relevant functionality split.

Per prior discussion the sections could be handled as tabs, or be collapsible sections within a single pane.

Prerequisites

  • I have checked to make sure that a similar request has not already been filed or fixed.

贡献者指南