feat: Implement PWA Support for Mobile Installation#118
Conversation
|
@kalyan-1845 is attempting to deploy a commit to the daviddprtma's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
delete this file as pnpm is no longer needed.
|
Thank you for the review! I have deleted the \pnpm-lock.yaml\ file here as well and switched the dependencies to standard |
|
@kalyan-1845 you need to resolve the merge conflicts because I can't see your work without you need to do that first. thanks. |
|
Thank you for pointing that out! I have resolved the merge conflicts with the upstream main branch and pushed the fix. The PR should be clean and mergeable now. Sorry for the inconvenience! |
|
Done! I have deleted the pnpm-lock.yaml file from this branch. The commit has been pushed. Thank you for pointing it out! |
|
Hi @daviddprtma! I have deleted the pnpm-lock.yaml file as you requested in your last comment. The PR should be clean and ready for review now. Could you please take a look when you have some free time? Thank you so much! |
|
can you add this code to your vite.config.ts in your plugins? export default defineConfig({ because I want to pass the frontend CI based on the error that I checked in there and the solution is added those code into your vite.config.ts. thanks. |
|
hello @kalyan-1845 there's a merge conflicts in your PR as today AgroDex have a new changes and you need to solve your merge comflicts first so I can see your work. thanks. |
- Resolved merge conflicts with upstream main - Added workbox.maximumFileSizeToCacheInBytes: 7000000 (7MB) to VitePWA config as requested
|
Hi @daviddprtma! I have made both changes:
The frontend CI should pass cleanly now. Thank you for your guidance! |
There was a problem hiding this comment.
delete this file as it is not needed to push in the commit.

Fixes #116
Hi @daviddprtma! Here is the implementation to upgrade AgroDex into a Progressive Web App (PWA) for SSoC'26.
Changes Included:
Could you please review this when you have some time? If it looks good, I would really appreciate the \SSoC'26\ labels. Thank you!