nanawel / our-shopping-list

OSL is a simple shared list web-application based on Node and VueJS. Typical uses include shopping lists of course, and any other small todo-list that needs to be used collaboratively.
GNU Affero General Public License v3.0
82 stars 8 forks source link

Allow Boards to be deleted #17

Closed AkshayRao27 closed 7 months ago

AkshayRao27 commented 1 year ago

V2 allows creating multiple boards, but there doesn't seem to be any straightforward way to delete existing boards once they are no longer useful.

An option, ideally in the frontend, to delete Boards would be useful. Ideally this option should ask for a confirmation before actually deleting the board.

nanawel commented 7 months ago

Sorry for the delay, but here's a little Xmas gift in advance: you can test this feature on https://dev.osl.lanterne-rouge.info/

If it's okay for you, I'll soon publish a 2.9.0 with it.

nanawel commented 7 months ago

Released in 2.9.0.

palitu commented 7 months ago

awesome! thanks.