Simon
Simon
Groups
Create groups: many_to_many groups - lists many_to_many groups - people
From https://github.com/dwyl/mvp/issues/217#issuecomment-1331304712 >For a new person there are no default tags so when they attempt to add tags from the "home" view: They need to manually go to the /tags...
 I think there is an issue with the timer counting minutes, the timer displayed 1h and 60mn. I took the screenshot in a rush so didn't manage to zoom...
With the addition of new features, the edit item content start to get big:  Also having all the code for editing the item on the same page as creating...
https://github.com/dwyl/mvp/blob/91d76ecf8d08dd85c452b768f9d3143432158573/lib/app_web/live/app_live.ex#L34-L46 The `Item.create_item_with_tag` function will return `{:ok, item}` or `{:error, changeset}`. Currently we are not checking if an error occurs. We can test this by creating an item where the...
 These are tags created on fly.io when not loggedin Add a max-width and overflow settings on the tag name (using ellipsis could maybe work?)
Sorry to create a new issue linked to `sharing items` as we have already a few open (see below). I need to recap and clarify the features to make sure...
I've noticed a few things that I want to update or have a detailed looked at to make sure I didn't miss something: ```elixir {:ok, _timer} = Timer.start(%{ item_id: item.id,...
- [ ] Define what is a Short, Self Contained, Correct (Compilable), Example (SSCCE) see http://sscce.org/
First of all thank you for the recent release! I've noticed some of my tests are failing due to: https://github.com/danielberkompas/cloak_ecto/blob/05ea920f869cf9f11bab542dff32df9992b7b2b1/lib/cloak_ecto/types/sha_256.ex#L78-L86 I have a schema similar to ```elixir schema "tokens" do...