Skip to content

Commit

Permalink
Merge branch 'master' into webhook-pubkey
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored Jun 1, 2022
2 parents dbca470 + a2ca657 commit 932edb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
6 changes: 3 additions & 3 deletions web/src/components/layout/Panel.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="rounded-md w-full shadow overflow-hidden text-gray-500 bg-gray-300 dark:bg-dark-gray-700">
<div v-if="title" class="font-bold bg-gray-400 dark:bg-dark-gray-800 p-2">{{ title }}</div>
<div class="w-full p-4 bg-gray-300 dark:bg-dark-gray-700">
<div class="rounded-md w-full shadow overflow-hidden bg-gray-300 dark:bg-dark-gray-700">
<div v-if="title" class="font-bold text-gray-200 bg-gray-400 dark:bg-dark-gray-800 px-4 py-2">{{ title }}</div>
<div class="w-full p-4 bg-white dark:bg-dark-gray-700">
<slot />
</div>
</div>
Expand Down
15 changes: 1 addition & 14 deletions web/src/components/repo/build/BuildProcList.vue
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
<template>
<div class="flex flex-col w-full md:w-3/12 text-gray-200 dark:text-gray-400 bg-gray-600 dark:bg-dark-gray-800">
<div
class="
flex
py-4
px-2
mx-2
space-x-1
justify-between
flex-shrink-0
text-gray-500
border-b-1
dark:border-dark-gray-600
"
>
<div class="flex py-4 px-2 mx-2 space-x-1 justify-between flex-shrink-0 border-b-1 dark:border-dark-gray-600">
<div class="flex space-x-1 items-center flex-shrink-0">
<div class="flex items-center"><img class="w-6" :src="build.author_avatar" /></div>
<span>{{ build.author }}</span>
Expand Down

0 comments on commit 932edb1

Please sign in to comment.