Skip to content

Commit

Permalink
another tooltipp
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Sep 13, 2024
1 parent a83b9df commit ab8b5ec
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
1 change: 1 addition & 0 deletions elia_chat/screens/chat_screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class ChatScreen(Screen[None]):
action="app.focus('prompt')",
description="Focus prompt",
key_display="esc",
tooltip="Return focus to the prompt input.",
),
]

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ dev-dependencies = [
"pyinstrument>=4.6.2",
]

[tool.uv.sources]
textual = { path = "../textual", editable = true }

[tool.mypy]
ignore_missing_imports = true

Expand Down
18 changes: 12 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab8b5ec

Please sign in to comment.