opencaesar / oml-vision

A VS Code extension providing UI viewpoints for OML models
Other
4 stars 2 forks source link

Separate styling in viewpoint definitions into CSS file #47

Closed pogi7 closed 3 months ago

pogi7 commented 3 months ago

Checklist before submitting a feature request

Is your feature request related to a problem? If yes, describe the problem

I am annoyed that the structure of the view and the styling of the view is in the same viewpoint definition file.

Describe the desired feature

It would be ideal to separate the structure and style of the viewpoint.

The structure of the viewpoint definition should only have the className and style of an element in the viewpoint definition.

Additional context

[Any additional context]

pogi7 commented 3 months ago

From conversations with a designer, it makes sense to remove the ability for users to style views. It makes much more sense to standardize the way that views are presented to users.