• Joined on 2024-11-09
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 16:17:55 -08:00
91a0eabc1e fix: Refactor Streamlit session state handling for directory selection
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 16:15:30 -08:00
df58211724 style: Enhance CSS for text areas and error section buttons
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 16:10:13 -08:00
4d4ace24b0 style: Add CSS for wider buttons in Streamlit app
fcf07e0b39 build: Add tk package to requirements.txt
Compare 2 commits »
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 16:06:10 -08:00
de358de090 chore: Remove tkinter from requirements.txt as it's a built-in Python module
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 15:42:48 -08:00
4a3d07a7ac docs: Add comprehensive README.md for Office Protection Remover project
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:50:38 -08:00
caf7844972 feat: Add macOS directory selection support via AppleScript
70e3af157e feat: Add tkinter-based directory browse buttons for source and destination paths
Compare 2 commits »
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:46:10 -08:00
c6caac6965 feat: Add python-docx package to requirements.txt for document processing
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:42:41 -08:00
00c764605b feat: Update file browsing UI with Windows path instructions
a2a33c2a69 feat: Implement shared network directory browsing for cross-platform compatibility
Compare 2 commits »
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:37:36 -08:00
61b139fcb9 feat: Improve cross-platform directory browsing for Windows and Linux
1662c3d2dd refactor: Replace file browser selector with system file manager approach
67bfc5c103 feat: Add file browser selector for headless server directory selection
70ea7c39b3 refactor: Update directory path handling for headless mode with validation
Compare 4 commits »
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:27:55 -08:00
8b4f00913b fix: Improve dialog directory selection with proper height, width, and type conversion
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:27:00 -08:00
f0a002eff1 feat: Add dialog-based directory selection for terminal environments
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:24:02 -08:00
800ae3b262 refactor: Replace Linux-specific directory selection with cross-platform tkinter dialog
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:21:51 -08:00
47f4287470 feat: Enhance directory selection with native dialogs for cross-platform support
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:20:04 -08:00
80d37924c2 fix: Replace undefined TKINTER_AVAILABLE with local environment check
d6decf1382 refactor: Replace tkinter file dialogs with Streamlit file uploaders
Compare 2 commits »
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:17:07 -08:00
3e40b604bc fix: Import tkinter locally in directory browse buttons
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:15:40 -08:00
367353d451 refactor: Simplify tkinter file/directory browsing in Streamlit app
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:13:47 -08:00
cc3a7d1175 refactor: Conditionally import tkinter and update local environment detection
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:12:37 -08:00
c224424e04 feat: Add environment-aware directory and file browsing support
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:11:01 -08:00
336541fcae feat: Add tkinter directory browsing with error handling in Streamlit app
Bobby pushed to master at Bobby/Excel_Word_Protections 2025-02-11 11:08:47 -08:00
c4e107b40e refactor: Improve file dialog handling for cross-platform compatibility