Skip to content

Commit

Permalink
feat(ui): pipeline UX improvements (akuity#2904)
Browse files Browse the repository at this point in the history
Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
  • Loading branch information
Marvin9 authored Nov 8, 2024
1 parent 2607f12 commit d50c5bc
Show file tree
Hide file tree
Showing 5 changed files with 631 additions and 197 deletions.
4 changes: 2 additions & 2 deletions ui/src/features/project/pipelines/images.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const Images = memo(
: [];

return (
<div className='text-gray-600 text-sm bg-gray-100 pb-4 rounded-md overflow-hidden'>
<div className='text-gray-600 text-sm bg-gray-100 pb-4 rounded-md'>
<h3 className='bg-gray-200 px-4 py-2 flex items-center text-sm text-gray-500'>
<FontAwesomeIcon icon={faDocker} className='mr-2' /> IMAGES
<Tooltip title='Show history'>
Expand All @@ -152,7 +152,7 @@ export const Images = memo(
</Tooltip>
<HeaderButton onClick={hide} icon={faEyeSlash} className='ml-2' />
</h3>
<div className='p-4'>
<div className='p-4 overflow-y-auto max-h-[356px]'>
{curImage ? (
<>
<div className='mb-8'>
Expand Down
Loading

0 comments on commit d50c5bc

Please sign in to comment.