xpipe-io / xpipe

Your entire server infrastructure at your fingertips
https://xpipe.io
Apache License 2.0
3.42k stars 88 forks source link

order of hosts within a group #205

Closed tolgaulas closed 4 months ago

tolgaulas commented 8 months ago

Currently hosts are displayed in order they are created. It would nice to be able re-order them by drag & drop ideally, or by changing their order up and down..

crschnick commented 8 months ago

Yeah I can see that being useful, I will have to think about how to implement it.

Right now you can switch the ordering on a per-folder basis with these buttons image between alphabetical and last-used orders, but yeah these do not apply to individual connections and do not allow for custom ordering.

crschnick commented 5 months ago

I thought really hard about this and implemented the most straightforward solution I came up with in the latest PTB: https://github.com/xpipe-io/xpipe-ptb

I also experimented with more sophisticated ordering options but in practice these were too complicated and too tedious. I think in practice, being able to pin certain connections covers many cases. Especially when new connections are always added, having a more fine-grained ordering isn't very fun to use.

tolgaulas commented 5 months ago

I thought really hard about this and implemented the most straightforward solution I came up with in the latest PTB: https://github.com/xpipe-io/xpipe-ptb

I also experimented with more sophisticated ordering options but in practice these were too complicated and too tedious. I think in practice, being able to pin certain connections covers many cases. Especially when new connections are always added, having a more fine-grained ordering isn't very fun to use.

That's good enough. I appreciate candidly your effort.

crschnick commented 4 months ago

This is now released in xpipe 10