Fix bugs and update version to 1.4.4 - animations added and bugs fixed#9
Fix bugs and update version to 1.4.4 - animations added and bugs fixed#9
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Deploy Preview for shopsynk-beta ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: PATILYASHH <149749700+PATILYASHH@users.noreply.github.com>
Co-authored-by: PATILYASHH <149749700+PATILYASHH@users.noreply.github.com>
There was a problem hiding this comment.
@copilot There is a issue in + icon button the function of that button is not working properly. Not appearing properly that is not responsive make it responsive first
|
@copilot There is a issue in + icon button the function of that button is not working properly. Not appearing properly that is not responsive make it responsive first |
Co-authored-by: PATILYASHH <149749700+PATILYASHH@users.noreply.github.com>
Fixed in commit 496e78c. The + button is now properly responsive: Changes:
The button now fits properly on all mobile screens without overlapping other elements.
Fixed in commit 496e78c. The + button is now properly responsive: Changes:
The button now fits properly on all mobile screens without overlapping other elements. |
|
I can't able to add new transactions in spends because of the area of adding spend is not popping on screen fix that error |
|
@copilot ,I can't able to add new transactions in spends because of the area of adding spend is not popping on screen fix that error |
…r above bottom nav Co-authored-by: PATILYASHH <149749700+PATILYASHH@users.noreply.github.com>
Fixed in commit 2b8d000. The add spend modal was hidden behind the bottom navigation bar due to z-index conflict. Root cause: Both the modal ( Solution: Increased modal z-index to
The modal now appears correctly above the bottom navigation and is fully interactive.
Fixed in commit 2b8d000. The add spend modal was hidden behind the bottom navigation bar due to z-index conflict. Root cause: Both the modal ( Solution: Increased modal z-index to
The modal now appears correctly above the bottom navigation and is fully interactive. |

Updates application to version 1.4.4 with proper versioning metadata to reflect recent animation additions and bug fixes.
Changes
Code fixes:
FileTextimport inLanding.tsxSupplierDetail.tsxto eliminate linter warning:Version metadata:
src/constants/version.ts:VERSION_NAME: "animations added and bugs fixed"RELEASE_DATE: "November 3, 2025"public/manifest.jsonname and description to matchMobile responsiveness fix:
src/components/Layout.tsx:scale-110,hover:scale-125) that caused button to be oversizedp-4top-3h-7 w-7toh-6 w-6to match other navigation iconspx-2 py-2.5 gap-1Modal z-index fix:
src/pages/Spends.tsx,src/pages/Suppliers.tsx, andsrc/pages/Persons.tsx:z-50toz-[60]to appear above bottom navigation bar (z-50)Screenshot
Note: Remaining TypeScript
anytype warnings (35) and React Hook dependency warnings (11) are pre-existing and non-breaking. ESLint parsing errors in 3 files are false positives - build succeeds.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.