Skip to content

Commit

Permalink
convert build views to a more tabular layout for improved performance…
Browse files Browse the repository at this point in the history
… and UX
  • Loading branch information
Trey Ivy committed Jan 24, 2025
1 parent 0afbd81 commit 15ce040
Show file tree
Hide file tree
Showing 9 changed files with 702 additions and 505 deletions.
21 changes: 16 additions & 5 deletions frontend/src/app/builds/[buildUUID]/[[...slugs]]/index.graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,22 @@ export const FIND_BUILD_BY_UUID_QUERY = gql(/* GraphQL */ `
buildUUID
timestamp
invocations {
...FullBazelInvocationDetails
}
env {
key
value
id
invocationID
userLdap
endedAt
startedAt
state {
exitCode {
name
}
}
sourceControl{
job
action
workflow
runnerName
}
}
}
}
Expand Down

This file was deleted.

85 changes: 0 additions & 85 deletions frontend/src/app/builds/[buildUUID]/[[...slugs]]/layout.tsx

This file was deleted.

Loading

0 comments on commit 15ce040

Please sign in to comment.