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

PB-1080: show both warning and error feedback #1106

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

ltkum
Copy link
Contributor

@ltkum ltkum commented Oct 28, 2024

  • Issue : When we have both an error feedback and a warning feedback, they would be displayed one atop each other rather than in a column.
  • Fix : We create a small component to hold both the errors and warning feedback.

Test link

@ltkum ltkum requested a review from pakb October 28, 2024 17:16
@github-actions github-actions bot added the bug label Oct 28, 2024
Copy link

cypress bot commented Oct 28, 2024

web-mapviewer    Run #3838

Run Properties:  status check passed Passed #3838  •  git commit fdc38b4596: small PR changes
Project web-mapviewer
Branch Review fix-PB-1080-show-warnings-and-errors-simultaneously
Run status status check passed Passed #3838
Run duration 04m 01s
Commit git commit fdc38b4596: small PR changes
Committer Martin Künzi
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 21
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 212
View all changes introduced in this branch ↗︎

src/App.vue Outdated Show resolved Hide resolved
src/App.vue Show resolved Hide resolved
src/utils/components/FeedbackPopup.vue Show resolved Hide resolved
@ltkum ltkum requested a review from pakb November 4, 2024 10:33
@ltkum ltkum force-pushed the fix-PB-1080-show-warnings-and-errors-simultaneously branch from f258e95 to f00440c Compare November 5, 2024 07:55
src/utils/components/ErrorWindow.vue Outdated Show resolved Hide resolved
src/utils/components/WarningWindow.vue Outdated Show resolved Hide resolved
@ltkum ltkum force-pushed the fix-PB-1080-show-warnings-and-errors-simultaneously branch 3 times, most recently from 8d1c613 to 6a49d74 Compare November 14, 2024 14:45
src/utils/components/ErrorWindow.vue Outdated Show resolved Hide resolved
src/utils/components/WarningWindow.vue Outdated Show resolved Hide resolved
@ltkum ltkum requested a review from pakb November 15, 2024 13:03
- Issue : When we have both an error feedback and a warning feedback, they would be displayed one atop each other rather than in a column.
- Fix : We create a small component to hold both the errors and warning feedback.
- added a counter to the feedbacks messages, telling the user how many errors / warnings there are
- removed useless logs
@ltkum ltkum force-pushed the fix-PB-1080-show-warnings-and-errors-simultaneously branch from da17ae9 to fdc38b4 Compare November 15, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants