switched from tabs to spaces lmao
This commit is contained in:
11
screens/repo_view_screen.py
Normal file
11
screens/repo_view_screen.py
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
from textual.screen import Screen
|
||||||
|
from textual.app import ComposeResult
|
||||||
|
from widgets import Navbar
|
||||||
|
|
||||||
|
|
||||||
|
class RepoViewScreen(Screen):
|
||||||
|
def __init__(self, repo_id: int):
|
||||||
|
super().__init__(self)
|
||||||
|
|
||||||
|
def compose(self) -> ComposeResult:
|
||||||
|
yield Navbar()
|
||||||
Reference in New Issue
Block a user