Enhance mock editor with URL pattern tester and UI improvements - #542
Merged
Conversation
Introduce a real-time URL pattern tester to help users validate their regex patterns against example URLs directly within the mock edition window, reducing configuration errors. Improve the overall user experience by: - Displaying error messages with a clearer, more prominent visual style. - Restyling the expectation and response sections into distinct, card-like containers. - Standardizing input field container colors for better consistency. - Adding specific validation and feedback for URL pattern regex syntax.
rteyssandier
force-pushed
the
feat/mock_test
branch
from
July 29, 2026 17:08
185bc47 to
636294e
Compare
Contributor
Author
|
@snappdevelopment I'll make a new version after this one |
rteyssandier
enabled auto-merge (squash)
July 31, 2026 16:49
Comment on lines
-112
to
+115
| logManager.e(TAG, "ADB forward failed", it) | ||
| } | ||
| .alsoSuccess { | ||
| settingsRepository.setAdbForwardStatus(AdbForwardStatus.OK) | ||
| logManager.d(TAG, "ADB forward success") |
Contributor
There was a problem hiding this comment.
Is this change on purpose?
snappdevelopment
approved these changes
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce a real-time URL pattern tester to help users validate their regex patterns against example URLs directly within the mock edition window, reducing configuration errors.
Improve the overall user experience by: