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

appviews: compat fixes for catalina 2.5.0 ui changes #413

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

jaredh159
Copy link
Collaborator

No description provided.

Copy link

Deploying gertrude-parents with  Cloudflare Pages  Cloudflare Pages

Latest commit: ffe5f78
Status: ✅  Deploy successful!
Preview URL: https://38889ed5.parents.pages.dev
Branch Preview URL: https://catalina-appview-fixes.parents.pages.dev

View logs

@@ -33,6 +33,6 @@
"x-exec": "^1.2.0"
},
"browserslist": [
"Safari > 14"
"Safari > 13"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this fixed the background-clip: text issue by producing -webkit-background-clip css

Copy link

Deploying gertrude-storybook with  Cloudflare Pages  Cloudflare Pages

Latest commit: ffe5f78
Status: ✅  Deploy successful!
Preview URL: https://ead544d9.gertrude-storybook.pages.dev
Branch Preview URL: https://catalina-appview-fixes.gertrude-storybook.pages.dev

View logs

Copy link

argos-ci bot commented Nov 14, 2024

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Dec 31, 2024, 11:12 PM

@@ -13,7 +13,7 @@ const PauseDowntimeModal: React.FC<Props> = ({ open, emit, dispatch }) => (
<>
<div
className={cx(
`bg-white/50 dark:bg-white/10 backdrop-blur shadow-lg absolute z-20 px-3 py-2 rounded-xl w-80 transition-[opacity,transform] duration-300`,
`bg-white/50 dark:bg-white/10 shadow-lg absolute z-20 px-3 py-2 rounded-xl w-80 transition-[opacity,transform] duration-300`,
Copy link
Collaborator Author

@jaredh159 jaredh159 Nov 14, 2024

Choose a reason for hiding this comment

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

this class was causing the bug shown here in catalina. i couldn't see any visible effect from removing it either, so hopefully it's ok.

Screenshot 2024-11-14 at 12 48 58 PM

@@ -26,18 +26,21 @@ const PauseDowntimeModal: React.FC<Props> = ({ open, emit, dispatch }) => (
<i className="fa fa-times text-black/40 dark:text-white/70 text-sm bg-black/10 dark:bg-white/10 w-5 h-5 rounded-full flex justify-center items-center hover:bg-black/20 dark:hover:bg-white/20 hover:scale-110 active:bg-black/30 dark:active:bg-white/30 active:scale-95 transition-[background-color,transform] duration-200" />
</button>
</header>
<div className="flex flex-wrap justify-center gap-2 py-4">
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

here's the gap i had to replace

Copy link

Deploying gertrude-site with  Cloudflare Pages  Cloudflare Pages

Latest commit: ffe5f78
Status: ✅  Deploy successful!
Preview URL: https://abb804b2.gertrude-site.pages.dev
Branch Preview URL: https://catalina-appview-fixes.gertrude-site.pages.dev

View logs

@jaredh159 jaredh159 requested a review from kiahjh November 14, 2024 17:50
@jaredh159 jaredh159 merged commit 1c0eb9e into master Nov 15, 2024
8 checks passed
@jaredh159 jaredh159 deleted the catalina-appview-fixes branch November 15, 2024 14:18
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