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

feat: web dashboard (compilation statistics, server logs, artifacts) #94

Merged
merged 21 commits into from
Sep 29, 2021

Conversation

zamotany
Copy link
Contributor

@zamotany zamotany commented Sep 27, 2021

Summary

Adds (web) dashboard with compilation statistics, server logs and artifacts.

repack_dashboard.mp4

@zamotany zamotany changed the title feat: web dashboard (server logs, artifacts) feat: web dashboard (compilation statistics, server logs, artifacts) Sep 28, 2021
packages/dashboard/src/types.ts Outdated Show resolved Hide resolved
packages/dashboard/public/index.html Outdated Show resolved Hide resolved
packages/dashboard/public/static/media/site.webmanifest Outdated Show resolved Hide resolved
packages/dashboard/src/constants.ts Outdated Show resolved Hide resolved

const initConnection = () => {
for (const observer of observers) {
observer.next({ type: 'init', retriesLeft: retries - 1 });
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we can extract some helper to avoid duplications of this loop?

packages/dashboard/webpack.config.js Show resolved Hide resolved
packages/dashboard/src/pages/Dash/PlatformSizes.tsx Outdated Show resolved Hide resolved
@zamotany zamotany merged commit 5010f0e into main Sep 29, 2021
@zamotany zamotany deleted the feat/dashboard branch September 29, 2021 08:45
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.

3 participants