-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
v3-alpha-bugfix/4061-input-issue-mac #4222
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
Conversation
WalkthroughThis pull request updates the changelog to document a fix for an input issue on macOS and modifies the CSS files across multiple frontend templates. The CSS changes primarily involve removing the closing brace of the Changes
Assessment against linked issues
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (4)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
Actionable comments posted: 1
🧹 Nitpick comments (1)
docs/src/content/docs/changelog.mdx (1)
118-118
: Add PR reference and OS icon for consistencyFor consistency with other macOS-specific fixes in the changelog, consider prefixing the entry with and adding the PR number (e.g., [#4222]) or commit link:
- - Fixed input issue with macOS by [@leaanthony](https://github.com/leaanthony). + - Fixed input issue with macOS by [@leaanthony](https://github.com/leaanthony) in [#4222].
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (20)
docs/src/content/docs/changelog.mdx
(1 hunks)v3/internal/templates/lit-ts/frontend/public/style.css
(0 hunks)v3/internal/templates/lit/frontend/public/style.css
(0 hunks)v3/internal/templates/preact-ts/frontend/public/style.css
(0 hunks)v3/internal/templates/preact/frontend/public/style.css
(0 hunks)v3/internal/templates/qwik-ts/frontend/public/style.css
(0 hunks)v3/internal/templates/qwik/frontend/public/style.css
(0 hunks)v3/internal/templates/react-swc-ts/frontend/public/style.css
(0 hunks)v3/internal/templates/react-swc/frontend/public/style.css
(0 hunks)v3/internal/templates/react-ts/frontend/public/style.css
(0 hunks)v3/internal/templates/react/frontend/public/style.css
(0 hunks)v3/internal/templates/solid-ts/frontend/public/style.css
(0 hunks)v3/internal/templates/solid/frontend/public/style.css
(0 hunks)v3/internal/templates/svelte-ts/frontend/public/style.css
(0 hunks)v3/internal/templates/svelte/frontend/public/style.css
(0 hunks)v3/internal/templates/sveltekit-ts/frontend/static/style.css
(0 hunks)v3/internal/templates/sveltekit/frontend/frontend/style.css
(0 hunks)v3/internal/templates/sveltekit/frontend/static/style.css
(0 hunks)v3/internal/templates/vanilla-ts/frontend/public/style.css
(1 hunks)v3/internal/templates/vanilla/frontend/public/style.css
(0 hunks)
💤 Files with no reviewable changes (18)
- v3/internal/templates/preact-ts/frontend/public/style.css
- v3/internal/templates/react/frontend/public/style.css
- v3/internal/templates/qwik-ts/frontend/public/style.css
- v3/internal/templates/sveltekit/frontend/frontend/style.css
- v3/internal/templates/sveltekit/frontend/static/style.css
- v3/internal/templates/vanilla/frontend/public/style.css
- v3/internal/templates/solid-ts/frontend/public/style.css
- v3/internal/templates/lit/frontend/public/style.css
- v3/internal/templates/qwik/frontend/public/style.css
- v3/internal/templates/preact/frontend/public/style.css
- v3/internal/templates/sveltekit-ts/frontend/static/style.css
- v3/internal/templates/solid/frontend/public/style.css
- v3/internal/templates/react-ts/frontend/public/style.css
- v3/internal/templates/react-swc-ts/frontend/public/style.css
- v3/internal/templates/svelte/frontend/public/style.css
- v3/internal/templates/svelte-ts/frontend/public/style.css
- v3/internal/templates/react-swc/frontend/public/style.css
- v3/internal/templates/lit-ts/frontend/public/style.css
🧰 Additional context used
🪛 Biome (1.9.4)
v3/internal/templates/vanilla-ts/frontend/public/style.css
[error] 22-23: An empty block isn't allowed.
Consider removing the empty block or adding styles inside it.
(lint/suspicious/noEmptyBlock)
⏰ Context from checks skipped due to timeout of 90000ms (4)
- GitHub Check: semgrep-cloud-platform/scan
- GitHub Check: Analyze (javascript-typescript)
- GitHub Check: Analyze (go)
- GitHub Check: Cloudflare Pages
|
Description
Fixes issue where on some later versions of macOS, inputs would not work correctly.
Fixes #4061
Type of change
Please select the option that is relevant.
Summary by CodeRabbit
Documentation
Style