Skip to content

Conversation

@Velocities
Copy link
Owner

  • remove: Frontend shared .env file and tracking of it by adding it to .gitignore in shared folder

  • modify: Frontend shared generate-config.js script to ensure properties always exist even if variables aren't present in .env

  • modify: ShoppingListProvider.handleSubmitListChanges to send all requests in parallel with starter error handling

  • refactor: vite.config.ts file to vite.config.mjs file that lets us dynamically reuse tsconfig.json import aliases to avoid writing them twice

  • refactor: App component page components to lazy load while preserving PageLayout usage on load, then shrink huge image assets while still having high quality

  • add: PR Shared .env removal and optimizations #91 Copilot suggested changes for performance fixes

  • add: necessary shared .env file for frontend deployment on both dev and prod deployments


* remove: Frontend shared .env file and tracking of it by adding it to .gitignore in shared folder

* modify: Frontend shared generate-config.js script to ensure properties always exist even if variables aren't present in .env

* modify: ShoppingListProvider.handleSubmitListChanges to send all requests in parallel with starter error handling

* refactor: vite.config.ts file to vite.config.mjs file that lets us dynamically reuse tsconfig.json import aliases to avoid writing them twice

* refactor: App component page components to lazy load while preserving PageLayout usage on load, then shrink huge image assets while still having high quality

* add: PR #91 Copilot suggested changes for performance fixes

* add: necessary shared .env file for frontend deployment on both dev and prod deployments

---------

Co-authored-by: Cameron Green <cdg1039@usnh.edu>
@Velocities Velocities merged commit ff69819 into deployment Nov 30, 2025
2 of 3 checks passed
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.

2 participants