dfalling
dfalling
Weird, mine's pretty close: ```elixir # .formatter.exs [ import_deps: [:ecto, :ecto_sql, :phoenix], subdirectories: ["priv/*/migrations", "config"], plugins: [TailwindFormatter, Phoenix.LiveView.HTMLFormatter, Styler], inputs: ["*.{heex,ex,exs}", "{lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"] ] ``` ```elixir # config/.formatter.exs [ inputs:...
@benwilson512 Is there anything else that needs to be done to get #1333 reviewed and merged in to resolve this?
I split this story out to a separate branch to work on later, and it works fine there. 🤔 I'll report back here if the problem resurfaces.
For me the positioning doesn't work (it's full width instead of anchored in a corner), and the close icon isn't visible:
Could the user own the group container too? For example, the generator could create a new `lib/__myapp__web/components/live_toast.ex` component that has the html for the container and the individual flash elements?...