You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a stripped-down version of this project that only supports browsing two folders: outputs and inputs.
Key Features Needed:
Ability to browse the outputs folder (already supported).
Add support for browsing the inputs folder alongside outputs.
What to Remove:
All other functionalities (e.g., collections, sources, download logs, Git integration, etc.).
Any configuration or logic unrelated to browsing these two folders.
Questions:
How can I include support for the inputs folder in the current implementation?
What parts of the code should I remove or simplify to achieve this minimal version?
Goal: A minimal version where the user can:
Browse the outputs folder.
Browse the inputs folder.
Any help or guidance would be appreciated! Thanks in advance.
The text was updated successfully, but these errors were encountered:
I want to create a stripped-down version of this project that only supports browsing two folders: outputs and inputs.
Key Features Needed:
Ability to browse the outputs folder (already supported).
Add support for browsing the inputs folder alongside outputs.
What to Remove:
All other functionalities (e.g., collections, sources, download logs, Git integration, etc.).
Any configuration or logic unrelated to browsing these two folders.
Questions:
How can I include support for the inputs folder in the current implementation?
What parts of the code should I remove or simplify to achieve this minimal version?
Goal: A minimal version where the user can:
Browse the outputs folder.
Browse the inputs folder.
Any help or guidance would be appreciated! Thanks in advance.
The text was updated successfully, but these errors were encountered: