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

Implement a message component to display messages #9

Closed
samuelroland opened this issue Mar 25, 2021 · 1 comment
Closed

Implement a message component to display messages #9

samuelroland opened this issue Mar 25, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request validation Concern the data validation

Comments

@samuelroland
Copy link
Owner

Would be useful for #2 alert (category or link name is not unique) and for #7 alert when http link is not valid...

@samuelroland samuelroland added enhancement New feature or request validation Concern the data validation labels Mar 25, 2021
@samuelroland samuelroland self-assigned this Mar 25, 2021
@samuelroland
Copy link
Owner Author

The component Message.vue has been implemented and here is how it looks like:
image image
The message is shown during 4 seconds and then closes itself. The message can be closed with the little cross at the right too...

To open a message we can just call the method openMessage(text, success).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request validation Concern the data validation
Projects
None yet
Development

No branches or pull requests

1 participant