Transmissionic icon indicating copy to clipboard operation
Transmissionic copied to clipboard

Very compact view

Open tsimmons opened this issue 2 years ago • 6 comments

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!

tsimmons avatar Jul 28 '22 20:07 tsimmons

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.

tsimmons avatar Jul 29 '22 18:07 tsimmons

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.

6c65726f79 avatar Aug 01 '22 18:08 6c65726f79

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!

tsimmons avatar Aug 01 '22 18:08 tsimmons

Which branch should be the safest and yet up to date branch if I wanted to build my own?

tsimmons avatar Aug 01 '22 18:08 tsimmons

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.

6c65726f79 avatar Aug 01 '22 18:08 6c65726f79

Roger that. Will wait for the next release then.

tsimmons avatar Aug 01 '22 18:08 tsimmons

Compact mode fixed in v1.7.0, thanks for your patience!

6c65726f79 avatar Sep 07 '22 20:09 6c65726f79