Future-Scholars / paperlib

An open-source academic paper management tool.
https://paperlib.app
GNU General Public License v3.0
1.52k stars 67 forks source link

Feat: confirm before deleting #581

Closed igoogolx closed 2 months ago

igoogolx commented 2 months ago

Implement #579

igoogolx commented 2 months ago

I'm trying to implement a delete-confirm-view api like this in this PR. Although this is a common feature in many UI libraries, the code can be too complex for our needs. Here, I use event apis to implement a simpler version.