You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the plugin view is made explicitly, as opposed to dynamically. This makes for a bulkier code.
Suggestion
Break down the UI into the component type, each with specific styling.
Create modules for each component. (Research modules if necessary)
Include each module in FastForwardView.
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.
The text was updated successfully, but these errors were encountered:
mdfalkow
changed the title
[suggestionAbstraction of plugin UI and styling
[suggestion] Abstraction of plugin UI and styling
Nov 11, 2018
Problem
Currently the plugin view is made explicitly, as opposed to dynamically. This makes for a bulkier code.
Suggestion
FastForwardView
.FastForwardView
.Notes
FastForwardView
to generate the desired components using the specified data.The text was updated successfully, but these errors were encountered: