desktop-example-app icon indicating copy to clipboard operation
desktop-example-app copied to clipboard

Elixir Sample App using the Desktop library with LiveView to create a desktop app

Results 14 desktop-example-app issues
Sort by recently updated
recently updated
newest added

When launching the application, on the left panel, the application has no icon: ![no-icon](https://user-images.githubusercontent.com/2980392/169268116-f57baceb-4d12-4008-b95c-3419906e943f.png) How I launched the app: - enter assets folder - `npm install` - `cd ..` -...

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 ![image](https://user-images.githubusercontent.com/506234/162586322-251f1ab3-386a-4150-a709-5b191ea8a575.png) 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:...

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...