Skip to content

Conversation

@jayana-cpc
Copy link
Collaborator

No description provided.

@jayana-cpc jayana-cpc linked an issue Nov 18, 2025 that may be closed by this pull request
Copy link
Collaborator

@justinwongeecs justinwongeecs left a comment

Choose a reason for hiding this comment

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

nice work! just a couple small things

Comment on lines +31 to +39
Button(action: {
isPresentingFeedbackForm = true
}) {
Image(systemName: "bubble.left.and.bubble.right")
.foregroundStyle(Color(BMColor.searchBarIconColor))
.fontWeight(.semibold)
.frame(width: 30, alignment: .center)
}
.accessibilityLabel("Send Feedback")
Copy link
Collaborator

Choose a reason for hiding this comment

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

refactor into its own private var

Comment on lines +41 to +49
Button(action: {
viewModel.clearSearchText()
}) {
Image(systemName: "xmark")
.foregroundStyle(Color(BMColor.searchBarIconColor))
.fontWeight(.semibold)
.frame(width: 30, alignment: .center)
}
.accessibilityLabel("Clear search text")
Copy link
Collaborator

Choose a reason for hiding this comment

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

keep the private var clearTextIcon like before and use it here. Maybe rename it to something like clearTextButton.

SearchResultsView()
.environmentObject(SearchViewModel(chooseMapMarker: { _ in }) { _ in })
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove unnecessary newline here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show Feedback Form in Selected Search View

3 participants