This commit is contained in:
Mikayla Maki 2022-07-25 16:08:31 -07:00
parent 888405a4b2
commit 313316fe88
3 changed files with 3 additions and 4 deletions

View file

@ -146,7 +146,7 @@ impl ConnectedView {
impl View for ConnectedView {
fn ui_name() -> &'static str {
"Connected Terminal View"
"Terminal"
}
fn render(&mut self, cx: &mut gpui::RenderContext<'_, Self>) -> ElementBox {

View file

@ -140,7 +140,7 @@ impl TerminalView {
impl View for TerminalView {
fn ui_name() -> &'static str {
"Terminal"
"Terminal View"
}
fn render(&mut self, cx: &mut gpui::RenderContext<'_, Self>) -> ElementBox {
@ -176,7 +176,7 @@ impl View for TerminalView {
impl View for ErrorView {
fn ui_name() -> &'static str {
"Terminal Error"
"DisconnectedTerminal"
}
fn render(&mut self, cx: &mut gpui::RenderContext<'_, Self>) -> ElementBox {

View file

@ -5,7 +5,6 @@
"requires": true,
"packages": {
"": {
"name": "styles",
"version": "1.0.0",
"license": "ISC",
"dependencies": {