Skip to content

Fix and document small-fix commits#694

Merged
JoeZiminski merged 6 commits into
mainfrom
manual-testing-fixes
Feb 25, 2026
Merged

Fix and document small-fix commits#694
JoeZiminski merged 6 commits into
mainfrom
manual-testing-fixes

Conversation

@JoeZiminski

@JoeZiminski JoeZiminski commented Feb 25, 2026

Copy link
Copy Markdown
Member

The below commits were pushed to main in error. They were performed when running manual checks in the run up to the next release. I may have bypassed the main branch protections then forgot 🤦

The commits are:

Don't throw rclone error for local only project.

This PR fixes some strange behaviour in which even if a local-only project was selected, an error that Rclone was required would appear. However, this was not accurate, everything functions normally without Rclone except one set up of the local file rclone config, which can be set up conditionally.

Fix BaseDatatypeCheckboxes tcss.

This PR fixes some strange formatting in which the data-type checkboxes for create folders were in one long column instead of grid format. This was due to a renamed class that was not updated in the tcss.

Disable search central for suggestions in Local Only mode.

The checkbox that allows the user to search for central suggestions was available in local only mode, which is confusing. This commit disables the widget in this case.

Fix logging (all vars) for 'update_config_file()'.

update_config_file did not log the passed kwargs (only logging the update dict), this was added for completion.

Fix show transfer status broken due to moved logs.

I think the log folder was moved, meaning logs were included in showing transfer status and meant that the top level folder was always highlighted as changed. This is fixed by filtering out the logs folder during rclone check.

Fix 'Go To Project' screen appearing when setting up connection on project tab.

The 'Go To Project' button that appears when a connection is set up was showing when the configs were accessed from within a project. This is now disabled in this case.

A small fix related to these commits is included in this PR.

@JoeZiminski JoeZiminski changed the title Fix test. Fix and document small-fix commits Feb 25, 2026
@JoeZiminski JoeZiminski merged commit 8d44fb3 into main Feb 25, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant