Skip to content

feat(ecosystem): Load integration repos in the background#40361

Merged
scttcper merged 3 commits into
masterfrom
scttcper/dont-wait-for-repos
Oct 21, 2022
Merged

feat(ecosystem): Load integration repos in the background#40361
scttcper merged 3 commits into
masterfrom
scttcper/dont-wait-for-repos

Conversation

@scttcper

@scttcper scttcper commented Oct 20, 2022

Copy link
Copy Markdown
Member

Instead of showing the spinner until integration repos load, load them in the background and show the spinner inside the dropdown if it's still loading.

this is the page being changed
image

fixes https://getsentry.atlassian.net/browse/WOR-2270

Instead of showing the spinner until integration repos load, load them in the background and show the spinner inside the dropdown if its still loading.
@scttcper scttcper requested review from a team October 20, 2022 23:34
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 20, 2022
Comment on lines -263 to -271
const HeaderText = styled('div')`
padding-left: ${space(2)};
flex: 1;
`;

const DropdownWrapper = styled('div')`
padding-right: ${space(1)};
text-transform: none;
`;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

none of this really did anything, we had disablePadding on the container and then we added padding to each thing anyway?

@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
src/sentry/static/sentry/dist/entrypoints/app.js 20.24 KB (+0.02% 🔺)
src/sentry/static/sentry/dist/entrypoints/sentry.css 33.06 KB (0%)

@armenzg armenzg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thank you so much!

@scttcper scttcper merged commit ff27af7 into master Oct 21, 2022
@scttcper scttcper deleted the scttcper/dont-wait-for-repos branch October 21, 2022 17:21
@github-actions github-actions Bot locked and limited conversation to collaborators Nov 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants