Automail icon indicating copy to clipboard operation
Automail copied to clipboard

Creating an alternative implementation of lists?

Open hohMiyazawa opened this issue 4 years ago • 4 comments

This is probably doable, but would require a lot of work. It needs to have at least feature parity to be usable.

hohMiyazawa avatar Feb 24 '21 23:02 hohMiyazawa

First of all, it needs an independent implementation of the list editor, since the native one can't be summoned by command.

This means something that has feature parity with the default editor.

hohMiyazawa avatar Feb 24 '21 23:02 hohMiyazawa

Then, it needs to mirror all filter and sorting functionallity, and then some on top of that again.

hohMiyazawa avatar Feb 24 '21 23:02 hohMiyazawa

since the native one can't be summoned by command

It's possible. e.g. document.getElementById("app").__vue__.$store.dispatch("medialistEditor/open", 124845) where the number can be any valid media id.

kazzarin avatar Feb 25 '21 07:02 kazzarin

VERY nice!

hohMiyazawa avatar Feb 25 '21 16:02 hohMiyazawa