hudra0 / luci-app-qosmate

GNU General Public License v3.0
5 stars 7 forks source link

Optimization suggestions for LuCI #3

Closed pmkol closed 2 weeks ago

pmkol commented 1 month ago

1、Remove the duplicate functionality of Service Control and Enable in Global Settings, keeping only one of them.

2、For Version Information, it is recommended to add a 'Check Version' button to trigger version detection, rather than directly requesting the network. This approach is more user-friendly for users with poor network environments.

Thank you :D

hudra0 commented 2 weeks ago

1 is done with 450dd41a7cf687942515ad6eb1833cda9ce3a970

2、For Version Information, it is recommended to add a 'Check Version' button to trigger version detection, rather than directly requesting the network. This approach is more user-friendly for users with poor network environments.

I believe it’s more user-friendly if the version is displayed automatically, and I hope retrieving the version won’t cause significant issues, even with poor connections. If problems do occur frequently, I’ll certainly revisit the idea.