In-app feedback WIP

This commit is contained in:
Joseph Lyons 2023-01-05 17:58:52 -05:00
parent 3cffee4065
commit 318a0b7ed0
8 changed files with 366 additions and 53 deletions

View file

@ -2,9 +2,11 @@ use std::{env, fmt::Display};
use gpui::AppContext;
use human_bytes::human_bytes;
use serde::Serialize;
use sysinfo::{System, SystemExt};
use util::channel::ReleaseChannel;
#[derive(Debug, Serialize)]
pub struct SystemSpecs {
app_version: &'static str,
release_channel: &'static str,