desktop-example-app
desktop-example-app copied to clipboard
Elixir Sample App using the Desktop library with LiveView to create a desktop app
When launching the application, on the left panel, the application has no icon:  How I launched the app: - enter assets folder - `npm install` - `cd ..` -...
Closes #12.
I'm currently running the Todo application in an OS browser mode and I don't see any menu bar, so maybe this is only a partially-supported mode. But an error like...
For more background, see https://hexdocs.pm/elixir/1.12/Config.html#module-migrating-from-use-mix-config
App looks like this  But when clicking on add it show this: ``` [error] Process #PID terminating ** (exit) {{{%Phoenix.Router.NoRouteError{conn: %Plug.Conn{adapter: {Plug.Cowboy.Conn, :...}, assigns: %{}, body_params: %{}, cookies: %{"_todo_key"...
I guess basically ``` Error: Can't find stylesheet to import. ╷ 2 │ @use "../node_modules/nprogress/nprogress.css"; ``` Full log: ``` ./run Erlang/OTP 24 [erts-12.3] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit] warning:...
License?
Can you use the https://github.com/elixir-desktop/desktop/blob/main/LICENSE.md or creative commons zero?
Hi! First: This looks like a super cool project! Thank you so much for doing this. In the example I don't understand yet how to start a MacOS app. Do...
@dominicletz saw your video on this very nice work. Some questions are below. - Is there a way to listen to UDP/TCP socks from this native app? I have some...