Feature Enhancements & Bug Fix Requests

  1. File Rename Not Syncing (Bug Fix) When a file is stored in multiple locations, renaming it does not propagate across all platforms. The updated file name must be synchronized consistently across GitHub, Google Drive, and Dropbox.

  2. Status Bar Redundancy (UI Cleanup) The status bar currently displays both the storage icon and the platform name, creating duplication. Remove the text label and retain only the icon.

  3. Fixed Icon Order in Status Bar (UI Consistency) Storage icons must always appear in the following fixed order: GitHub → Google Drive → Dropbox The order should remain consistent regardless of save status.

  4. Auto-Save Progress Indication via Icon Transparency (UX Enhancement) Use icon opacity to visually represent save status per platform:

    • 50% opacity: Not saved
    • 50–100% opacity: Save in progress (dynamic transition)
    • 100% opacity: Successfully saved

    Opacity should update in real time based on the actual save state.

  5. Initial Auto-Save Activation Indicator (Feature Enhancement) Auto-save should only be marked as enabled for a platform after the file has been saved there for the first time. Once the initial save to GitHub, Google Drive, or Dropbox is completed, the system should indicate that auto-save is active for that specific platform.