You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent some time migrating the example app to a newer framework eg. in #28, and what I found is that the necessary bits seem very minimal, but are bundled together with some opinionated decisions such as using dart-css rather than the current default of tailwind. This could be made much more sustainable by packaging the needed customizations in a phx.new.* generator, see for example this blog post which outlines one straightforward approach.
An even more elegant approach might be to package custom template files and code-modifying modules capable of adding elixir-desktop support to an existing project.