Schlepptop

Results 13 comments of Schlepptop

Good catch on the loop, I can add that again. But do we even want to limit it? Deletion really isn't that expensive of an operation, why do we need...

Ok then I'll just remove it all together. .delete() won't load any of the deleted object into memory. Also all items are deleted at once (it's one sql `DELETE ......

This should be resolved by https://github.com/dokku/dokku-postgres/pull/206

Would that be fitting to do in the install file? Or isn't that used during updates?

They can be different, plugn calls the install hooks for install and update for update, but with update just being a link to install in this plugin, they really are...

Given the development in #1382, is this still the suggested approach for implementing this? I could see the two methods interfering with each other. I assume the localStorage should take...

The safest approach would probably be to handle this with a modal as in #1310.

This should be resolved by https://github.com/dokku/dokku-postgres/pull/206

> Invalidating a single tile might prove very problematic, having said that, if you want to dig into the code and find the right way to do it, and open...

What is needed for this to be merged? I think this is a sensible change.