Skip to content

Enhance mock editor with URL pattern tester and UI improvements - #542

Merged
rteyssandier merged 2 commits into
mainfrom
feat/mock_test
Jul 31, 2026
Merged

Enhance mock editor with URL pattern tester and UI improvements#542
rteyssandier merged 2 commits into
mainfrom
feat/mock_test

Conversation

@rteyssandier

Copy link
Copy Markdown
Contributor

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 rteyssandier self-assigned this Jul 29, 2026
@rteyssandier rteyssandier added the enhancement New feature or request label Jul 29, 2026
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

Copy link
Copy Markdown
Contributor Author

@snappdevelopment I'll make a new version after this one

@rteyssandier
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")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change on purpose?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@rteyssandier
rteyssandier merged commit 023162e into main Jul 31, 2026
2 checks passed
@rteyssandier
rteyssandier deleted the feat/mock_test branch July 31, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants