This is a desktop application built with Phoenix LiveView and packaged with Tauri for native macOS/Windows/Linux distribution.
- Use
mix precommitalias when you are done with all changes and fix any pending issues - Use the already included and available
:req(Req) library for HTTP requests, avoid:httpoison,:tesla, and:httpc. Req is included by default and is the preferred HTTP client for Phoenix apps
- Always begin your LiveView templates with
<Layouts.app flash={@flash} ...>which wraps all inner content