Add WebUI to display module operation status#81
Add WebUI to display module operation status#81Keeperorowner wants to merge 2 commits intoJingMatrix:masterfrom
Conversation
|
The problem of WebUI idea is that: there is no additional information displayed or control needed for NeoZygisk. |
|
However, the currently existing method of displaying content through action.sh is too unattractive and not intuitive. |
|
And although NeoZygisk currently doesn't require any switch controls, there might be in the future, so I think it's necessary to write a nice WebUI in advance. |
458293d to
0647b87
Compare
f784f5a to
d13f231
Compare
Keeperorowner
left a comment
There was a problem hiding this comment.
Alright, the basic functionality has now been implemented—a beautiful, simple, and practical web UI.
341f1e6 to
90aa057
Compare
d68e37a to
1192d1b
Compare
|
I think there shouldn't be any problems now, what do you think? @JingMatrix |
|
I will keep this pr open till one day I find it really necessary to have a Web-UI. Adding unncessary features is increasing burden for maintainers. And the |
|
The web UI part and the module itself have almost no dependencies on nearly all the code. I do not believe that adding the web UI would increase the maintenance burden for personnel. |
|
Moreover, the current action.sh display is neither intuitive nor visually appealing, and it's clear that using the web UI makes it much easier and more obvious to identify the content that needs to be displayed. |
|
Does Magisk support WebUI now? It seems that they have no way to see the status of NeoZygisk (without third party module). |
|
Currently, Magisk indeed does not support webui, so they need to use https://github.com/MMRLApp/MMRL or https://github.com/5ec1cff/KsuWebUIStandalone instead. |
|
Alternatively, we could keep action.sh so that the status can still be checked within the Magisk environment (though neither Rezygisk nor Zygisk Next have adopted this approach). |
|
This would be better than action |
517ece9 to
178072f
Compare
|
Now, even without a web UI, you can easily understand the running status, consistent with rezygisk and zygisk next. |
|
Also suggested that the author create a Telegram channel and add an automatic push notification feature to send the latest LSPosed and Neozygisk releases to the Telegram channel, making it easier for users to download them. |
6ea2bfe to
031b5ba
Compare
13e7628 to
8f006e7
Compare
8f006e7 to
4ab25b6
Compare






It's not finished yet; the current goal is to achieve a web UI similar to Zygisk Next.