You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bootstrap has a Toast module. We can use it to implement the notification feature, and replace the _noty and _noty2 plugins.
I disagree with replacing notifications. This would be a massive undertaking. It easier to just move them to core. The biggest issue is them loading as part of a plugin. It's appending content to the DOM instead of just loading in index.html all at once. IMHO, all the jQuery modules required should be in core and initialized as required. This makes sense from a project perspective.
The amount of work won't be anywhere near that of the work we have done in rewriting the project for responsiveness. Add some Bootstrap class names to the elements, and apply a few Bootstrap JavaScript methods if necessary, the rest will be taken care of by Bootstrap itself. The functionality is implemented by Bootstrap internally, so we don't need jQuery noty plugin or reinventing the wheels ourselves.
What would you like changed about the web client?
The
_noty
plugin which injectsjquery.noty.js
into the web interface is causing a painful impact to loading times.Describe the solution you'd like and propose possible alternatives.
I purpose to bring this functionality to the core web interface (instead of a plugin implementation) and create a control to disable it.
Provide information and resources about the environment hosting the web client.
Server: ruTorrent v5.1-Beta2 on Ubuntu 24.04 LTS
Web Client: Google Chrome 129.0.6668.59
Installation Method: zip source from version release
Additional context
No response
The text was updated successfully, but these errors were encountered: