Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add (no) error indicator to the web editor #255

Open
Eriiond opened this issue Feb 10, 2020 · 0 comments
Open

Add (no) error indicator to the web editor #255

Eriiond opened this issue Feb 10, 2020 · 0 comments
Labels
editors Issues concerning the editors enhancement New feature or request

Comments

@Eriiond
Copy link
Member

Eriiond commented Feb 10, 2020

If an error in the model is present, indicate it with a red-colored bar:
image

Green-colored bar when no errors are present:
image

Possible solution:
.ace_gutter {
background-color: rgba(255, 0, 0, 0.2);
}

@Eriiond Eriiond added enhancement New feature or request editors Issues concerning the editors labels Feb 10, 2020
@Eriiond Eriiond changed the title Add error indicator to the web editor Add (no) error indicator to the web editor Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editors Issues concerning the editors enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant