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

[LFX-1157] Fix icon size issue in Connecting Integrations card #2646

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

use-tusk[bot]
Copy link

@use-tusk use-tusk bot commented Oct 9, 2024

This PR addresses a UI bug on the dashboard where the integration icons in the Connecting Integrations card were not maintaining a proper square shape when there was a long message next to them. Changes were made to the CSS and HTML structure to ensure that these icons maintain their intended proportions regardless of the length of adjacent messages. The modifications were applied to dashboard-integrations.vue and integration-progress-bar.vue files.


Tips:

  • Make sure to test changes before merging.
  • Submit a "Request Changes" review to address nits. If major changes are needed, retry the issue from the Tusk app with additional context.
  • Close this PR with a comment if it's obviously incorrect. This will improve my future PRs.
  • Go to the Tusk activity logs or issue to see more details.

.integration-progress-wrapper {
flex-grow: 1;
min-width: 0;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

keep it in tailwind. we don't want to use any CSS

Copy link
Author

use-tusk bot commented Oct 9, 2024

Addressing your review. View activity logs for details.

Copy link
Author

use-tusk bot commented Oct 9, 2024

@joanreyero I've addressed your review. Add another review if minor changes are needed. If major changes are needed, retry the issue from the Tusk app with additional context.

@use-tusk use-tusk bot requested a review from joanreyero October 9, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant