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

1267 remove feedback feature #1348

Merged
merged 8 commits into from
May 14, 2024
Merged

1267 remove feedback feature #1348

merged 8 commits into from
May 14, 2024

Conversation

Vainakh
Copy link
Contributor

@Vainakh Vainakh commented May 13, 2024

No description provided.

Copy link
Member

@richardxia richardxia left a comment

Choose a reason for hiding this comment

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

Thanks for submitting this! There are a few more places where you need to remove references to the feedback feature, but this otherwise looks great to me!

@@ -60,9 +58,6 @@ export const OrganizationListingPage = () => {
);
Copy link
Member

Choose a reason for hiding this comment

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

On the lines just above this, could you remove the "feedback" string from both arrays? I can't comment directly on the lines, since they're just beyond the range of what the GitHub interface allows me to comment on, but they're just above this line.

@@ -66,9 +64,6 @@ export const ServiceListingPage = () => {
);
Copy link
Member

Choose a reason for hiding this comment

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

Similar comment about removing "feedback" on the lines above this.

Comment on lines -19 to -20
className="feedback__Modal"
overlayClassName="feedback__Overlay"
Copy link
Member

Choose a reason for hiding this comment

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

These are CSS classes that are actually still defined in their corresponding CSS file. Could you remove the following lines here?

.feedback__Overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(94, 94, 94, 0.6);
overflow: auto;
}
.feedback__Modal {
position: absolute;
margin: 0 auto;
top: 20%;
left: 0;
right: 0;
width: 570px;
padding: 34px 46px;
background-color: $color-white;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
border-radius: 10px;
@media screen and (max-width: 767px) {
top: 5%;
width: 100%;
height: 95%;
padding: 40px 25px;
}
}
.feedback-modal {
display: none;
}

…Page.tsx abd ServiceListingPage.tsx. Remove feedback form related classnames from ActionBar.scss.
Copy link
Member

@richardxia richardxia left a comment

Choose a reason for hiding this comment

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

Thanks for making this change! This PR LGTM now. Our usual process is that once a PR has been approved, the submitter is the one who hits the merge button, so feel free to do that at your leisure.

@Vainakh Vainakh merged commit 56b1ddf into master May 14, 2024
5 checks passed
@Vainakh Vainakh deleted the 1267-remove-feedback-feature branch May 14, 2024 20:01
@Vainakh
Copy link
Contributor Author

Vainakh commented May 14, 2024 via email

@Vainakh
Copy link
Contributor Author

Vainakh commented May 17, 2024 via email

@schroerbrian
Copy link
Contributor

Thanks for your contribution, Adlan! I think this ticket would be a good one for you to tackle: #1313

@Vainakh
Copy link
Contributor Author

Vainakh commented May 18, 2024 via email

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.

5 participants