Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Minimal/Overall view #157

Closed
hot22shot opened this issue Feb 17, 2021 · 11 comments · Fixed by #1184
Closed

[Feature Request] Minimal/Overall view #157

hot22shot opened this issue Feb 17, 2021 · 11 comments · Fixed by #1184
Labels
Dashboard Feature New Feature hacktoberfest help wanted Extra attention is needed

Comments

@hot22shot
Copy link

Hi,

Sometimes I have a lot of torrent at the same time. I'd like to have the possibility to have an overall view of all my torrents on the main page maybe with less metrics displayed.

Cheers !

@WDaan
Copy link
Collaborator

WDaan commented Feb 17, 2021

Hi!

Does the data table version fit your needs? as mentioned in #143
You can check it out here
It is a fork by @Ov3r1d3 & he would make a pull request once he's finished, but it's taking a little longer than expected (no blame by any means)

@Ov3r1d3
Copy link

Ov3r1d3 commented Feb 17, 2021 via email

@WDaan
Copy link
Collaborator

WDaan commented Feb 17, 2021

No worries at all!
Even if you did find the time, I'm not sure I would have found the time to look at it.
I'm very excited that you're willing to implement such a great feature.
Don't feel obligated by any means, I'd do it myself when I find the time.

@hot22shot
Copy link
Author

The data table by @Ov3r1d3 would definitely fit my needs !

@brandonvu99
Copy link

Any updates on this? Would love it if this were an option that can be toggled!

@hot22shot
Copy link
Author

To be honest I moved on to flood which gave me that high level view that I needed.

@WDaan
Copy link
Collaborator

WDaan commented Dec 15, 2021

Sure, whatever works for you 🙂

Haven't gotten around to it yet.
Also thinking/experimenting about a complete rewrite in Vue3. Focussing more on stability/useability than amount of features.

Lot's of ideas, little time

@akballow
Copy link

I did not like how flood requires other software to get it working. Sure it does what I want, per this thread but I am giving a +1 for the feature as Vue does what flood does without so many dependencies.

@firasdib
Copy link

firasdib commented Oct 6, 2023

Is there any progress on this? The screenshots look perfect, I'd move over to VueTorrent if it looked like that.

@WDaan
Copy link
Collaborator

WDaan commented Oct 8, 2023

@firasdib the screenshots in this repos readme are fairly accurate.

Yet there is still no minimal version available as of yet. Could perhaps be part of the vue3 rewrite

@FluffyDiscord
Copy link

Compact mode would be nice, I would really love to see more than 5 torrents on my screen, something like this would be nice to have officially (excuse the black box):
Screenshot_1

The css overwrite that screenshot uses.

.v-list-item__content .done > .layout > div > div,
.v-list-item__content .stalled > .layout > div > div,
.v-list-item__content .seeding > .layout > div > div {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-basis: auto;
    white-space: nowrap;
    max-width: unset;
    align-items: center;
    font-size: 85%;
}
.v-list-item__content .done > .layout > div,
.v-list-item__content .stalled > .layout > div,
.v-list-item__content .seeding > .layout > div {
    display: grid;
    grid-template-columns: 1fr 100px 150px 170px 100px 80px 190px;
    gap: 2rem;
    padding-block: 3px !important;
}
.v-list-item__content .done > .layout > div > div:first-child,
.v-list-item__content .stalled > .layout > div > div:first-child,
.v-list-item__content .seeding > .layout > div > div:first-child {
    margin-right: auto;
    font-size: 90%;
}

.v-list-item__content .done > .layout > div > div > div:first-child,
.v-list-item__content .stalled > .layout > div > div > div:first-child,
.v-list-item__content .seeding > .layout > div > div > div:first-child {
    font-size: 80% !important;
}
.v-list-item__content .done > .layout > div > div > div:last-child,
.v-list-item__content .stalled > .layout > div > div > div:last-child,
.v-list-item__content .seeding > .layout > div > div > div:last-child {
    margin-left: auto;
}

.pa-0.v-list-item.theme--dark.mb-2 {
    margin-bottom: 0 !important;
}

.v-list-item {
min-height: 30px;
}

.v-list-item__action {
	margin-block: 0px;
}

.v-list-item__action .v-input--selection-controls__ripple {
	left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    margin: 0;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dashboard Feature New Feature hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants