Skip to content

Added feedback button to search bar#477

Open
jayana-cpc wants to merge 2 commits intomasterfrom
jayana/show-feedback-form-inselected-search-view
Open

Added feedback button to search bar#477
jayana-cpc wants to merge 2 commits intomasterfrom
jayana/show-feedback-form-inselected-search-view

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

…-ios into jayana/show-feedback-form-inselected-search-view
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

2 participants