Skip to content

feat: Redesign build logs #4734

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 9 commits into from
Oct 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix show more resources button
  • Loading branch information
BrunoQuaresma committed Oct 25, 2022
commit b947be1f07714665cbf504ab8ebad6048b8d9c2c
3 changes: 2 additions & 1 deletion site/src/components/Resources/Resources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,12 @@ export const Resources: FC<React.PropsWithChildren<ResourcesProps>> = ({
)
}

const useStyles = makeStyles(() => ({
const useStyles = makeStyles((theme) => ({
buttonWrapper: {
display: "flex",
alignItems: "center",
justifyContent: "center",
marginTop: theme.spacing(2),
},

showMoreButton: {
Expand Down
1 change: 1 addition & 0 deletions site/src/i18n/en/workspacePage.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"buildMessage": {
"start": "started",
"stop": "stopped",
"delete": "deleted",
"theWorkspace": "the workspace",
"automatically": "automatically "
},
Expand Down