lab-64 / split-the-bill-client

Flutter App for easy and fast splitting up of receipts
4 stars 0 forks source link

#72 implemented bill deletion #83

Closed Morvvvv closed 5 months ago

Morvvvv commented 5 months ago

If you don't like the design of the dropdown menu, please just create an issue. It seems to be impossible to change the width of the menu, so I just added some text to each item. :D

Closes #72

GR0ZA commented 5 months ago

I think the design is fine for now. Neither great nor awful :)

GR0ZA commented 5 months ago

One small problem: currently only the owner of a bill can delete it in backend. Other users aren't allowed to do it. If I try to remove the 'Water Sports' bill in 'Urlaub' group as i. e. felix, there is no feedback that it didn't succeed. This can be done with the same mechanism as when creating the group. We can solve with #81, so no extra work for you here.