lollipopkit / flutter_server_box

ServerBox - server status & toolbox
GNU General Public License v3.0
4.84k stars 307 forks source link

feat: longpress to reorder the servers #583

Closed lollipopkit closed 2 months ago

lollipopkit commented 2 months ago

Discussed in https://github.com/lollipopkit/flutter_server_box/discussions/582

Originally posted by **Darkmagister** September 20, 2024 It would be very interesting to have the ability to rearrange the order of the server, I tried long press but it doesn't seem to work.
lollipopkit commented 2 months ago

Since the server card has normal & collapsed states, the height changes follow the state changes.

But the child of the grid view has a fixed height.

So, it will be closed.