Closed luriusTM closed 4 days ago
Dependency after the merge of new setup created: https://github.com/Seelen-Inc/slu-lib/pull/3
I modified the scope of the PR, because do not wanted to open a dependent PR on this. Currently I did not apply any modification on this behaviour, just applied the css class, so visually we can modify the appearance.
I see new classes added to components but no changes on css files, remove unnused classes. Also share images about the new settings added., btw wait for this breaking change will come soon. haha sorry.
I see new classes added to components but no changes on css files, remove unnused classes. Also share images about the new settings added., btw wait for this breaking change will come soon. haha sorry.
Waiting for that :)
I think this PR is no longer needed.
Would not say so, but currently no feature is associated to the not merged functionalities. The leftover from this PR:
Determining is a display is in tablet mode, and the orientation for the display. The tablet mode got to propagate. to be able to reorganise the UI based on this info (touch enablement).
Currently, these fields are not needed, but could be added in a future on this interface src\background\modules\monitors\domain.rs
slu-lib: src\system_state\monitors.ts
The modification stores the resolution and DPI in monitor instance. In case of DPI or resolution changes, modified, the updated logic, which now capable to handle these associated events also.
The event logic modified via channels.
The channel modification handlers instead of call to instance immediately, calls reorganise on Seelen.
This way, wall will be notified also. In case there is direct monitor way of reposition, only the associated instance will be reorganised.