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

convert build views to a more tabular layout for improved performance and UX #74

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

trey-ivy
Copy link
Collaborator

as mentioned in issue #65 the build view is super slow in environments where there are a lot of invocations per build event. Even 2 dozen will slow things down substantially and cause views to break.

This PR converts the build view to something more tabular and honestly more consumable. The old UI was legacy code while there were some parts that were nice and it worked well for smaller builds, in a production environment it created problems and was confusing.

Additional trying to consume all those invocations on 1 page was a bit overwhelming and not particularly useful, and it grows more confusing w/the more invocations you add to a build, so the new plan is to just give them a list with a few key elements that you can sort by and then provide a link if you need to drill down into the invocation itself.

The new UI will contain a fair amount of data and if we find something is missing we can always add it.

image

@trey-ivy
Copy link
Collaborator Author

trey-ivy commented Jan 24, 2025

I also touched a few files typescript files w/a formatter. I'd love to add typescript formatting to CI at some point

@trey-ivy trey-ivy requested a review from mortenmj January 27, 2025 16:25
@trey-ivy trey-ivy self-assigned this Jan 27, 2025
@trey-ivy trey-ivy linked an issue Jan 27, 2025 that may be closed by this pull request
@mortenmj mortenmj merged commit 4e1fe17 into main Jan 27, 2025
2 checks passed
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.

build view performance issues
2 participants