Commit graph

7 commits

Author SHA1 Message Date
Alex Yusiuk
0ff1ed8de5
refactor(web-client): refactor iron-remote-gui into iron-remote-desktop (#722) 2025-04-11 08:28:27 -04:00
irvingouj@Devolutions
bceb6c1492
feat(web-client): let iron-svelte-client use automatic token generation (#707)
https://github.com/user-attachments/assets/8a6c1238-e369-4f71-a077-5d592d853f58

---------

Co-authored-by: Benoît Cortier <3809077+CBenoit@users.noreply.github.com>
2025-03-24 16:25:42 -04:00
Marc-André Lureau
4ef36bf5fa docs: add project links to READMEs for consistency
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2024-10-29 19:14:20 +09:00
Benoît Cortier
a7e163b813
docs(web): update README files (#377) 2024-02-16 08:16:44 -05:00
Benoît CORTIER
d4ea558da0 style(web-client): run prettier 2023-11-04 02:26:46 -04:00
Benoît Cortier
1655955c1f
feat(web): clarify error on proxy connection (#148)
WebSocket state is checked after `WebSocket::open` is called.
2023-06-08 18:26:31 -04:00
Benoît Cortier
710a51f24a
refactor: re-organize workspace (#101)
- Remove Tauri client.

  It was useful when initially prototyping the Web Component, but now
  it’s more of a maintenance burden. It’s notably not convenient to
  check in CI. Since we now have another native alternative that does
  not require any GPU (`ironrdp-client`), it’s probably a good time to
  part ways.

- Move wasm package into the workspace.

- Move Rust crates into a `crates` subfolder.

- Introduce `xtask` crate for free-form automation.
2023-03-29 19:09:15 -04:00
Renamed from iron-svelte-client/README.md (Browse further)