Skip to content

Develop#570

Merged
ShaneIsrael merged 5 commits intomainfrom
develop
Apr 18, 2026
Merged

Develop#570
ShaneIsrael merged 5 commits intomainfrom
develop

Conversation

@ShaneIsrael
Copy link
Copy Markdown
Owner

This pull request introduces several improvements and fixes to both the backend and frontend of the application, focusing on configuration consistency for image privacy, improved upload feedback in the UI, and enhanced robustness for config file handling. It also includes minor version bumps for the client packages.

Configuration and Data Handling Improvements:

  • Added image_defaults to the default configuration and ensured it's kept in sync with video_defaults for privacy settings; if image_defaults is missing, it is automatically inherited from video_defaults (app/server/fireshare/constants.py, app/server/fireshare/__init__.py). [1] [2] [3]
  • Added atomic writing for config files and improved error handling: invalid config.json files are now backed up and reset to defaults, preventing startup failures (app/server/fireshare/__init__.py).
  • Added warnings if required data directories are not properly mounted, to help prevent data loss in containerized environments (app/server/fireshare/__init__.py).

Frontend User Experience Improvements:

  • Improved image upload feedback: success alerts now reflect the actual number of images uploaded, and error messages include server responses for better troubleshooting (app/client/src/components/cards/ImageUploadCard.js). [1] [2]
  • Updated the image feed to automatically refresh after uploads, ensuring users see new images without manual reloads (app/client/src/views/ImageFeed.js). [1] [2]

Other Changes:

  • Bumped client package version to 1.6.3 (app/client/package.json, app/client/package-lock.json). [1] [2]
  • Added an autoplay option to the default app config (app/server/fireshare/constants.py).

These changes collectively improve configuration reliability, user feedback during uploads, and operational robustness.

@ShaneIsrael ShaneIsrael merged commit 9fb2673 into main Apr 18, 2026
2 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.

1 participant