Frylen

Results 11 comments of Frylen

- Implements the feature request in #687. - Implements one of the feature requests in #800 and #823 (duplicate issue). - Implements part of #768. The meal cannot be moved...

I think the 3 dots look better than the vertical ones, but I'll add the one you prefer.

I moved the three dots next to the + icon (see pic below) and only show them when there are items in the group now. I'll commit these changes if...

The 3 dots are now a little closer to the + sign than before (15px margin-left to + button):

> The "remove all item from meal" feature doesn't work for me. Yes, you are correct. I tested it yesterday, and it did work at that point. I'll take a...

> Furthermore, I noticed that the "update timestamp" feature doesn't seem to work either. When I select a time and confirm, nothing happens. I could not reproduce that. Can you...

Well, this would be a workaround: ```js let mealSelection = app.f7.smartSelect.create({ el: smartSelect, openIn: "sheet", sheetBackdrop: true, closeOnSelect: true, // { let selectedMealName = validMealNames[selection.$selectEl.val()]; selection.destroy(); smartSelect.remove(); app.Group.updateItemGroup(self, mealNames, selectedMealName);...

> I also tried the workaround you suggested with the closeOnSelect: true and it works quite well in my opinion. I am currently working on that. I add a button...

Okay, I think the mentioned bugs should be fixed now. Feel free to test the changes when you have some time and let me know if you encounter any issues...