Skip to content
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

make integrations column visible in mobile view #5559

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JayKay24
Copy link
Contributor

@JayKay24 JayKay24 commented Jun 3, 2024

Description

This PR fixes #5514

Notes for Reviewers
Screenshot 2024-06-03 at 15 02 15

Signed commits

  • Yes, I signed my commits.

@l5io
Copy link
Contributor

l5io commented Jun 3, 2024

🚀 Preview for commit e3fa1f5 at: https://665db5f9979a3ebb3cb1f169--layer5.netlify.app

@leecalcote
Copy link
Member

Thank you, @JayKay24! 😀

Copy link
Member

@sudhanshutech sudhanshutech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this?

//box-shadow: ${(props) => props.theme.boxShadowBlue477E96};
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
overflow: hidden;
position: relative;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this unnecessary lints please

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this indentation is necessary to make it easier to distinguish between the CSS selector and the properties under it. Prior to my change, the selector and properties were all indented on the same level, making it hard to identify nested selectors.

@@ -83,6 +83,7 @@ yarn.lock

#IDE Files
.vscode
.idx
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this ?

Copy link
Contributor Author

@JayKay24 JayKay24 Jun 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm using a new IDE called Project IDX. Comes with its own config directory, just like .vscode, which does not belong in the codebase, hence I ignored it on this .gitignore.

Copy link
Member

@sudhanshutech sudhanshutech Jun 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok make sense, can you raise this as a separate issue and pr and keep this pr separate . so we can move forward this quickly

@leecalcote
Copy link
Member

Thank you, @sudhanshutech 👏

Signed-off-by: jameskinyua590 <jameskinyua590@gmail.com>
@JayKay24 JayKay24 force-pushed the fix/home-integrations-column-not-visible branch from e3fa1f5 to cb5f057 Compare June 5, 2024 13:31
@l5io
Copy link
Contributor

l5io commented Jun 5, 2024

🚀 Preview for commit cb5f057 at: https://66606bcdb58c8f1e20bc8c0e--layer5.netlify.app

@iArchitSharma
Copy link
Contributor

@JayKay24 Notice at the following screen size text and button doesn't show up?

image

@JayKay24
Copy link
Contributor Author

JayKay24 commented Jun 5, 2024

@iArchitSharma Yes, I noticed. It's a problem also present in the production version. I think it should be a separate issue.

@iArchitSharma
Copy link
Contributor

@JayKay24 Also from width 679 to 417 both the container or columns should be aligned equally, just like they are on width 350

image

@iArchitSharma
Copy link
Contributor

@iArchitSharma Yes, I noticed. It's a problem also present in the production version. I think it should be a separate issue.

@iArchitSharma Yes, I noticed. It's a problem also present in the production version. I think it should be a separate issue.

Thanks, please fix it on the same PR, also somewhere around 950 - 960 width the class not-visible changes to visible this logic was written to hide those icons or cards, so it can be removed now

Copy link
Contributor

@iArchitSharma iArchitSharma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove .gitignore

@vishalvivekm
Copy link
Member

@JayKay24 Thank you for your contributions.
Let's discuss this on Websites's call on Monday. Adding this as an agenda item into the meeting minutes.

@Deepak0320Singhal
Copy link
Contributor

@JayKay24 Let's discuss this on Websites's call on Monday. Adding this as an agenda item into the meeting minutes.

@JayKay24
Copy link
Contributor Author

@Deepak0320Singhal I'm still working on this. Will not make it to the Website's meeting.

@vishalvivekm
Copy link
Member

@JayKay24 if you are finding it difficult to move forward with the changes here due to your availability and other commitments, please let us know if we need to consider reassigning the item to some other contributors/

@JayKay24
Copy link
Contributor Author

@vishalvivekm Sure. Lets assign this to someone to implement these changes. I didnt foresee how hectic my schedule would become.

@dragon-slayer875 dragon-slayer875 self-assigned this Jun 17, 2024
@JonathanKoerber
Copy link

Hi I can add this into my work on #5581

@sudhanshutech
Copy link
Member

@JayKay24 what's the progress here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[Home] Integrations column not visible in mobile view in "Manage your cloud native mess" section
9 participants