Transmissionic
Transmissionic copied to clipboard
Very compact view
As we described here near the end from sunnyape it would be nice to have a very compact view that matches the compact view from the original Transmission webui, one line per entry, to fit many more on a screen. This is handy when handling many, many entries.
Thanks!
Update: Looks like you have a typo on line 301 of List.vue ... it should be
return UserSettings.state.compactMode ? 46 : 72;
instead of
return UserSettings.state.condensedMode ? 46 : 72;
With this change, you actually get a much more compact view without the padding space. It would still be nice to have a one-line display as well.
Hi,
You're absolutely right, there's a typo in the current version, but it has already been fixed in the dev branch: https://github.com/6c65726f79/Transmissionic/blob/dev/src/views/List.vue
So when the new version will be released, there will be no more space between the lines. But I don't think I can make a more compact mode because it has to fit all screen sizes.
I'll try to work on it in the next few weeks.
Oh, nice! Thanks. I just manually corrected my install by editing the css file by hand. My install is downloaded from releases, I do not have a build system up to build the dev branch as of yet.) Appreciate it!
Which branch should be the safest and yet up to date branch if I wanted to build my own?
The dev branch contains all the latest changes, but it may contain unfinished features, so it is better to keep your current version. The next version should be ready soon.
Roger that. Will wait for the next release then.
Compact mode fixed in v1.7.0, thanks for your patience!