freelawproject / courtlistener

A fully-searchable and accessible archive of court data including growing repositories of opinions, oral arguments, judges, judicial financial records, and federal filings.
https://www.courtlistener.com
Other
545 stars 151 forks source link

Deleting a favorite should prompt for confirmation #203

Open freelawbot opened 10 years ago

freelawbot commented 10 years ago

This is a fun jquery/html/css and ux project to make deleting favorites contain a confirmation step.

Current implementation lacks this step simply to get it out the door. It should be an easy feature to add.

Two models for doing this:


mlissner commented 1 year ago

Github has a simple approach to this: Using the JavaScript popup confirmation box. We can just do that.