This commit is contained in:
2026-04-21 20:30:41 +01:00
parent 6c60013295
commit e8005f3fbf
13 changed files with 234 additions and 97 deletions

View File

@@ -7,6 +7,7 @@ mod colors;
mod component;
mod dashboard;
mod query;
mod screen;
mod theme;
mod titlebar;
@@ -22,6 +23,9 @@ fn setup_application(cx: &mut gpui::App) {
api::QueryContext {
http: reqwest::Client::new(),
auth: None,
github: api::GithubCredentials {
client_id: "Iv23liZD4bMQpGJICsR7",
},
},
cx,
);