- Added new entries to .gitignore to exclude Vite cache, environment variable templates, and sensitive files. - Modified user management routes to allow access for both super admins and store staff, enabling store staff to add users for their respective stores. - Refactored dashboard navigation to include a function for routing with store context. - Enhanced user form to display current store information for non-super admin users. |
||
|---|---|---|
| .. | ||
| node_modules | ||
| src | ||
| uploads | ||
| .env | ||
| env-template.txt | ||
| package-lock.json | ||
| package.json | ||
| test-upload.js | ||