Something is wrong. For some reason I am getting 2 different responses in 2 different universes it seems.
In cursor using gpt4o the responses are vauge. sometimes it gets lazy and just starts spitting out comments and suggestions rather than code.
If I use GPT4o on the main site or even with POE, I get super detailed, accurate answers with steps and explanations
Perfect example. Here is my question on both platform versions
This is an ion menu in Ionic Angular. Notice how the
1. Toolbar has text but it is barely visible
2. There should be a menu icon in the toolbar but that is not visible
3. There should be an Image centered right above the toolbar text but it is not visible
4. The list appears at the bottom of the menu instead of the top of the menu
Please help me fix this layout using Ionic Angular. Do not use Ion-Content. use an Angular equivalent
Cursor Answer:
-
Resize the image to fit within the toolbar.
-
Add a bars icon to toggle the sidenav.
-
Ensure the ion-list is at the top of the ion-menu.
Then proceeds to list code that I already have in place.
> POE/Main GPT Answer:
To address the issues you’ve described in your Ionic Angular application, you can make the following changes to your HTML and CSS. These changes will ensure the toolbar text is visible, the menu icon and image are displayed, and the list appears at the top of the menu.
First, let’s update the HTML. Ensure your toolbar, menu icon, image, and list are correctly structured:
LIST ALL OF THE CODE
LIST ALL OF THE CSS CHANGES NEEDED
Key Points:
- Toolbar Text Visibility: The background color and text color of the toolbar are set to ensure the text is visible.
- Menu Icon Visibility: The
ion-menu-button
is correctly placed inside theion-buttons
element. - Image Visibility: The image is centered and placed inside a
div
with appropriate styling. - List Position: The list is set to appear at the top of the menu.
These changes should address the reported issues in your Ionic Angular application without using ion-content
. Adjust the CSS values as needed to match your design requirements.
Just look at that difference alone. Cursor never gave explanation in Keypoints, Never even thought about giving css changes and only recommended changes.
My System rules are just plain default in cursor
What is going on here?