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

fix(admin-ui): Enhanced 'activity-drawer' visibility with z-index adjustment #5315

Merged
merged 13 commits into from
Oct 31, 2023

Conversation

ram-you
Copy link
Contributor

@ram-you ram-you commented Oct 9, 2023

This pull request focuses on improving the visibility of the 'activity-drawer' component by applying a z-index of 1 (z-1). The z-index ensures that the 'activity-drawer' consistently appears above other page elements, enhancing its prominence and ensuring a better user experience.

This pull request focuses on improving the visibility of the 'activity-drawer' component by applying a z-index of 1 (z-1). The z-index ensures that the 'activity-drawer' consistently appears above other page elements, enhancing its prominence and ensuring a better user experience.
@ram-you ram-you requested a review from a team as a code owner October 9, 2023 07:48
@changeset-bot
Copy link

changeset-bot bot commented Oct 9, 2023

🦋 Changeset detected

Latest commit: 4e03ab9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@medusajs/admin-ui Patch
@medusajs/admin Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Oct 9, 2023

@ram-you is attempting to deploy a commit to the medusajs Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@kasperkristensen kasperkristensen left a comment

Choose a reason for hiding this comment

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

Hi @ram-you

Thanks for the PR!

z-1 is not a valid Tailwind class name, it goes from z-0 - z-100 in increments of 10. Alternatively, you could use an arbitrary value of z-[1].

Change non existing 'z-1' to arbitrary value 'z-[1]'
@olivermrbl olivermrbl changed the title Enhanced 'activity-drawer' visibility with z-index adjustment fix(admin-ui): Enhanced 'activity-drawer' visibility with z-index adjustment Oct 30, 2023
@vercel
Copy link

vercel bot commented Oct 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
api-reference ⬜️ Ignored (Inspect) Visit Preview Oct 31, 2023 1:39pm
docs-ui ⬜️ Ignored (Inspect) Visit Preview Oct 31, 2023 1:39pm
medusa-docs ⬜️ Ignored (Inspect) Visit Preview Oct 31, 2023 1:39pm

Copy link
Contributor

@olivermrbl olivermrbl left a comment

Choose a reason for hiding this comment

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

(approving to enable automerge)

@olivermrbl olivermrbl merged commit 4ce8279 into medusajs:develop Oct 31, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants