Skip to content

Support high build time variation in progress bar #4941

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

Merged
merged 12 commits into from
Nov 17, 2022
Prev Previous commit
Next Next commit
fixup! Build out frontend
  • Loading branch information
ammario committed Nov 8, 2022
commit 63e790e0806b5aefd2c1d32b8b657f751c00d0fc
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import LinearProgress from "@material-ui/core/LinearProgress"
import makeStyles from "@material-ui/core/styles/makeStyles"
import {
TransitionStats,
Template,
Workspace,
WorkspaceTransition,
WorkspaceStatus,
} from "api/typesGenerated"
import { TransitionStats, Template, Workspace } from "api/typesGenerated"
import dayjs, { Dayjs } from "dayjs"
import { FC, useEffect, useState } from "react"
import { MONOSPACE_FONT_FAMILY } from "theme/constants"
Expand Down