Skip to content

Commit

Permalink
Merge pull request #74 from buildbarn/bugfix/buildsView
Browse files Browse the repository at this point in the history
convert build views to a more tabular layout for improved performance and UX
  • Loading branch information
mortenmj authored Jan 27, 2025
2 parents 0afbd81 + 09bd7e7 commit 4e1fe17
Show file tree
Hide file tree
Showing 21 changed files with 1,552 additions and 2,261 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 4e1fe17

Please sign in to comment.