Fix website#4
Closed
Mohammad-Faiz-Cloud-Engineer wants to merge 71 commits into
Closed
Conversation
This update makes several fixes across the project: 1. Add .gitignore — stops Python cache files (__pycache__), virtual environments, IDE settings, OS files, and user credentials from being uploaded to GitHub. Keeps the repository clean and secure. 2. Fix app.py — removed unused 'threading' import to make code cleaner. Fixed mouse hover effects in buttons (PulseBtn, GhostBtn, NavBtn) so they work correctly. Removed outdated comments from voice input function. 3. Fix app_config.json — corrected a typo in the field name 'annon_key' to 'anon_key' so the Supabase connection works. 4. Fix mcp_link.py — config loading now tries three places in order: the user's local file, the bundled app_config.json, then GitHub. Fixed the key names to match the actual config file format. Removed unused 'import os'. 5. Fix requirements.txt — added 'cryptography' and 'requests' as dependencies so the app does not crash when starting up. 6. Fix run command in docs — corrected both README.md and Docs.md from 'python main.py' (which doesn't exist) to the correct 'python Desktop_App/app.py'. 7. Remove empty file — deleted Docs/app.py which was blank and served no purpose.
…y config loading Per maintainer review feedback: 1. Restored Docs/app.py (empty file) as requested. 2. Restored documentation comments above _voice_input() function. 3. Simplified load_config() in mcp_link.py — removed local user config override fallback. Now tries bundled app_config.json first, then GitHub fetch. Kept the key name fixes (url/anon_key) that match the actual JSON structure.
Per maintainer review: try GitHubUserContent first so the open-source org can push config updates centrally. Bundled app_config.json is only a fallback when offline.
Add .gitignore and fix several bugs across the app
Fixed Bugs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removal
Deleted Docs/templates/NPM_AutoCode_AI.html - a stale copy of the landing page that was no longer maintained.