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

Update styling of service request details modal 1870 #1906

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

DorianDeptuch
Copy link
Member

@DorianDeptuch DorianDeptuch commented Jan 30, 2025

Fixes #1870

  • Up to date with main branch
  • Branch name follows guidelines
  • All PR Status checks are successful
  • Peer reviewed and approved
Screenshot before proposed changes

Screen Shot 2025-02-25 at 10 57 32 PM

Screenshot after proposed changes

Screen Shot 2025-02-25 at 10 55 50 PM

Any questions? See the getting started guide

if (!isLoading && this.popup) {
this.popup.addClassName(this.props.classes.loadedModal);
}
this.setState({ isRequestDetailLoading: isLoading });
Copy link
Member

Choose a reason for hiding this comment

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

Is this still needed? I don't see any usage of isRequestDetailLoading besides its definition in state, and it being set here. Perhaps we can get rid of it if it no longer controls the rendering of UI elements.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch, I've removed it from the component

ryanfchase

This comment was marked as off-topic.

@ryanfchase
Copy link
Member

@DorianDeptuch I have hidden my note about the bug we identified. This will be addressed on #1921, you should move forward with addressing the action items of the ticket. When you are finished, please update your PR

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.

DEV - Update styling of the Service Request details modal
2 participants