Skip to content

Let configs define indicator elements that get shown but can't be edited and don't get saved #59

Description

@Banane9

Basically a dedicated way to add a DataFeedIndicator<T> (where T is string exclusively, afaik) to the pages.

Of course, these should update automatically whenever their underlaying value changes if they are linked to a config key.
This part could be done with a component as well, perhaps, that passes through the update event and has a ToString func to generate the indicator text.

For indicators not tied to config keys, an interface could be defined that presents the indicators. The indicators would themselves have an interface shared with the indicator component, which defines the properties necessary for the indicator and the changed event to update the DataFeedItem visual.

Would make the most sense to build on top of #6 / #9

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions