Thomas Eizinger
Thomas Eizinger
> There is also an example on how to do themes: https://github.com/lapce/floem/blob/main/examples/themes/src/main.rs A thread in the Lapce Discord on how to do tailwind-like styling: https://discord.com/channels/946858761413328946/1275221407470583891
> Having to fork the framework sounds like effort. Well, only to contribute a change back to expose the event loop is what I meant :) I've found the floem...
Other than the tray-menu, are there any other things we need to confirm? We have a file-picker dialog right? That would be another thing to ensure we can get working...
Closing as stale. It still needs to be written up in https://github.com/firezone/firezone/issues/6550 but we've decided to go with `iced` for now.
@conectado Curious to hear your opinion on this. I think there is more potential in making `StubResolver` easier to understand. For now, I treated it as a "this is where...
> One concern came up: What if a user accidentally or maliciously sends a ton of events up to Sentry? How do Sentry's other customers handle that without being charged...
> On the standup today we asked about doing Sentry for Gateways too, so that we can get metrics on who is using it in Docker vs. bare-metal deployments. I'd...
As a starting point, we can integrate Sentry into all non-appstore distributed builds, i.e. everthing non-Android and non-Apple. That gives us still pretty good coverage, esp. for gateways and we...
> For privacy concerns, should we have an env var like `FIREZONE_DISABLE_TELEMETRY=1`? We can add it to the settings I guess? And have an env var for the headless client....