It's time to convert the assistant screen from xul / xhtml to html (just like the settings screen) as there are numerous problems with spacing on some systems. For instance, the dialog buttons are still sometimes moved off screen on the bottom, or text overlapping in unexpected ways when display scaling (which zooms settings) is set in windows, especially on laptop with high resolutions. Example:
This will also mean rewriting all assistant backend code to work with the native APIs, however access to the filters (such as modifying, storing, sorting filters) is currently unsupported. A filter API has yet to be written, I expect I will probably be actively involved here.
It may be possible to do this without a filter API it just means that the filter management / editing code has to run in an experimental API (rather than using injected native code). I need to look into how to pull this off most efficiently, but it's definitely a rewrite. Considering my experience with converting the SmartTemplates settings dialog I expect a turnaround time of approx. 2 months.
It's time to convert the assistant screen from xul / xhtml to html (just like the settings screen) as there are numerous problems with spacing on some systems. For instance, the dialog buttons are still sometimes moved off screen on the bottom, or text overlapping in unexpected ways when display scaling (which zooms settings) is set in windows, especially on laptop with high resolutions. Example:
This will also mean rewriting all assistant backend code to work with the native APIs, however access to the filters (such as modifying, storing, sorting filters) is currently unsupported. A filter API has yet to be written, I expect I will probably be actively involved here.
It may be possible to do this without a filter API it just means that the filter management / editing code has to run in an experimental API (rather than using injected native code). I need to look into how to pull this off most efficiently, but it's definitely a rewrite. Considering my experience with converting the SmartTemplates settings dialog I expect a turnaround time of approx. 2 months.