Skip to content

[suggestion] Abstraction of plugin UI and styling #6

@mdfalkow

Description

@mdfalkow

Problem

Currently the plugin view is made explicitly, as opposed to dynamically. This makes for a bulkier code.

Suggestion

  1. Break down the UI into the component type, each with specific styling.
  2. Create modules for each component. (Research modules if necessary)
  3. Include each module in FastForwardView.
  4. Construct those components in FastForwardView.

Notes

  • You could also store the desired properties, classes, attributes, etc. in a JSON object then use a method in FastForwardView to generate the desired components using the specified data.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions