Skip to content

Conversation

@Carifio24
Copy link
Owner

This PR makes the necessary updates for version 3.10.0. In addition, it also fixes an issue with the status filter table in the left side menu.

Basically, trying to keep the status filter as an embedded controller in the side menu was more trouble than it was worth, and the current setup where it's embedded using Auto Layout could actually make the table not responsive. The approach taken here is to remove the dedicated status filter controller, put the table element itself directly in the side menu controller, and move the status filter logic into a separate class which we use as the table data source & delegate, so that we can reuse that logic elsewhere if needed.

@Carifio24 Carifio24 added bug Something isn't working release Related to making a release of the app UI Related to the app's user interface labels Dec 4, 2025
@Carifio24 Carifio24 merged commit b651719 into master Dec 4, 2025
16 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working release Related to making a release of the app UI Related to the app's user interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants