Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TUI] Add back in 'Not staged for transfer' DirectoryTree styling #294

Open
JoeZiminski opened this issue Jan 12, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@JoeZiminski
Copy link
Member

Currently not staged for transfer only works for rawdata / derivatives. However it would be nice to work for custom also. This will require refactoring utils/data_transfer.py to return the list of paths to transfer (it is currently an inflexible class) .

One approach is use this list of paths in update_transfer_tree and combine it with get_local_transfer_paths() to create the list to format.

Because this involes changes to both TUI and d.s. code it makes sense to wait until transfer tab is merged (or even tui-dev-branch).

@JoeZiminski JoeZiminski added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Jan 12, 2024
@JoeZiminski JoeZiminski changed the title [TUI] extend 'Not stageed to transfer' to 'Custom' [TUI] Add back in 'Not staged for transfer' DirectoryTree styling Jan 19, 2024
@JoeZiminski
Copy link
Member Author

  • Handle tranfser tree highlighting (currently off by default)
  • Test tranfser tree highlighting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant