in TheSnackbar.vue an attempt is made to determine the color using the Snackbar_Colors, which leads to a type error because there is a discrepancy between snackbar_colors and snackbar_levels
Expected behaviour
The levels and colors should be the same. Remove the snackbar_colors enum and replace it with the snackbar_levels enum. Extend the snackbar_levels with Success
Steps for reproduction
Try building it
pipeline also throws error
Affected version
latest
Affected template
refarch-frontend
Last working version (optional)
No response
Operating system
No response
Browser
No response
Relevant log output (optional)
No response
Screenshots (optional)
No response
Additional context (optional)
No response
No duplicate
[X] I confirm that this issue is not a duplicate
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Bug description
in
TheSnackbar.vue
an attempt is made to determine the color using the Snackbar_Colors, which leads to a type error because there is a discrepancy between snackbar_colors and snackbar_levelsExpected behaviour
The levels and colors should be the same. Remove the snackbar_colors enum and replace it with the snackbar_levels enum. Extend the snackbar_levels with Success
Steps for reproduction
Affected version
latest
Affected template
refarch-frontend
Last working version (optional)
No response
Operating system
No response
Browser
No response
Relevant log output (optional)
No response
Screenshots (optional)
No response
Additional context (optional)
No response
No duplicate
Code of Conduct