Jevenski C. Woodsmann
Jevenski C. Woodsmann
There are two options for the main window layout in the general UI settings. We can set the minimum width of the side panel (which defaults to 280px), and the...
A dropdown menu may cause conflicts with drag'n'drop resizing. I'd say we can set the table height to the nearest multiple of the line height on resizing. I think this...
> > I'd say we can set the table height to the nearest multiple of the line height on resizing. > > Sounds good, let's do it! To be honest,...
@koblack mentioned that things grow too big to fit in some of the dialog windows (https://github.com/Novik/ruTorrent/pull/2748#issuecomment-2425825286), so the scrolling needs to function properly. This can be a preparation for enlarged...
This is a third-party plugin issue: [filemanager](https://github.com/nelu/rutorrent-filemanager). It only occurs when the file list tab is set to "List View" and right-clicking on any of the files in the file...
As per your conf, Nginx is capturing all requests matching with `/` and proxy passing them to `http://127.0.0.1:8081/rutorrent`, so `http://rutorrent.domain/index.html` is proxy passed to Apache as `http://127.0.0.1:8081/rutorrentindex.html`, which will return...
I did some further adjustments towards the scope of plugin functions. The culprit was still the `this` keyword in JavsScript. As a sidenote, it seems to me that the `checkCurrentRule()`...
Yeah, sure. We can leave this one to the next develop cycle. Coding and testing these changes cost 2 weeks, yet there are still some flaws in themes like Excel...
These are the remaining changes I intend to make. 1. Rewrite the context menu for mobile, like adding a three-dot button to a table row when selected and clicking on...
I've got started working on this one: https://github.com/Novik/ruTorrent/issues/2734 It requires some change to the button's HTML structure, so it needs some fine tunings. Also I'm getting occupied with reallife work,...