Skip to content

Comments

Ios homescreen f3bdc#2

Merged
burnshall-ui merged 2 commits intomainfrom
ios-homescreen-f3bdc
Feb 18, 2026
Merged

Ios homescreen f3bdc#2
burnshall-ui merged 2 commits intomainfrom
ios-homescreen-f3bdc

Conversation

@burnshall-ui
Copy link
Owner

@burnshall-ui burnshall-ui commented Feb 18, 2026

Note

Low Risk
Low risk: primarily adds static PWA/iOS metadata and assets plus minor responsive styling tweaks in a modal; no backend or data-handling logic changes.

Overview
Adds PWA/iOS home-screen support by wiring app/layout.tsx metadata to a new public/manifest.json, defining app icons (favicon.svg, icon-512.png, apple-touch-icon.png) and appleWebApp capabilities.

Tweaks TasksView task modal spacing and form grid responsiveness (smaller padding/text on mobile and tighter 3-column layout) without changing task behavior.

Written by Cursor Bugbot for commit b08bfb8. This will update automatically on new commits. Configure here.

Adjusted padding and grid layout for better responsiveness on mobile devices. Reduced padding in the main container and updated select input styles to enhance usability on smaller screens.
@burnshall-ui burnshall-ui merged commit ff20424 into main Feb 18, 2026
2 checks passed
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on March 30

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

</label>

<div className="grid gap-3 md:grid-cols-2">
<div className="grid grid-cols-2 gap-3">
Copy link

Choose a reason for hiding this comment

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

Cron input unusable on mobile in create mode

Medium Severity

Changing from md:grid-cols-2 to grid-cols-2 forces two columns at all screen sizes. In create mode, the "Cron Expression" column contains a flex row with a w-full text input and a w-28 (112px) preset select. On a typical mobile screen (~375px), each grid column is only ~150px wide, leaving roughly 30px for the cron text input — effectively unusable. The 3-column selects got responsive text/padding adjustments, but this 2-column section's inner layout wasn't adapted for the narrower columns.

Additional Locations (1)

Fix in Cursor Fix in Web

@burnshall-ui burnshall-ui deleted the ios-homescreen-f3bdc branch February 18, 2026 18:15
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