-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[projects] Fix Project card bottom row layout #6187
Conversation
6567972
to
9ba55bf
Compare
/werft run 👍 started the job as gitpod-build-jx-fix-project-card.1 |
Ready for review! 😁 This is what it now looks like:
@gtsiolis could you please take a look when you have some time? 🙏 |
Looking at this now! 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flawless, as usual, @jankeromnes! 🌟
Left one minor suggestion below.
Approving to unblock merging but holding in case we could squeeze also that small spacing issue. 🍊
/hold
@@ -151,16 +151,14 @@ export default function () { | |||
</div> | |||
<div className="h-10 px-4 border rounded-b-xl dark:border-gray-800 bg-gray-100 border-gray-100 dark:bg-gray-800"> | |||
{lastPrebuilds.get(p.id) | |||
? (<div className="flex flex-row h-full text-sm justify-between"> | |||
<Link to={`/${teamOrUserSlug}/${p.name}/${lastPrebuilds.get(p.id)?.info?.id}`} className="flex my-auto items-center group space-x-2"> | |||
? (<div className="flex flex-row h-full text-sm space-x-2"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: What do you think of adding some more space between the latest prebuild and the link to view all prebuilds? See also principles of grouping. 🤓
? (<div className="flex flex-row h-full text-sm space-x-2"> | |
? (<div className="flex flex-row h-full text-sm space-x-4"> |
BEFORE | AFTER |
---|---|
LGTM label has been added. Git tree hash: 791410649cbe5784d2372b8f832d06b39f8bca7a
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gtsiolis Associated issue: #5978 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
So much praise 😊 thank you for the flawless review, as usual!
I like it! Thank you for the small touch that makes the entire thing much nicer. ✨ |
9ba55bf
to
987957e
Compare
New changes are detected. LGTM label has been removed. |
Co-authored-by: George Tsiolis <tsiolis.g@gmail.com>
987957e
to
7064e05
Compare
(The first build did not actually fail, and the result looks as expected.) Carrying over the
And removing the block as well 🚀 |
/werft run 👍 started the job as gitpod-build-jx-fix-project-card.4 |
Come on bitnami, let's try this again! /werft run 👍 started the job as gitpod-build-jx-fix-project-card.5 |
Description
Fixes the bottom row flex layout of Project cards.
Related Issue(s)
Fixes #5978
How to test
See #5978 (comment)
Release Notes
Documentation
/uncc