bluerobotics/cockpit

frontend: custom Actions: merge link and edit panes

Open

#1 722 ouverte le 27 févr. 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)Vue (55 forks)auto 404
Actionsenhancementgood first issueui

Métriques du dépôt

Stars
 (181 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur