building out ui, still not done
This commit is contained in:
6
assets/banner.txt
Normal file
6
assets/banner.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
______ _ _______ __ __ __
|
||||
/_ __/_ __(_) ____(_) /_/ /_ __ __/ /_
|
||||
/ / / / / / / / __/ / __/ __ \/ / / / __ \
|
||||
/ / / /_/ / / /_/ / / /_/ / / / /_/ / /_/ /
|
||||
/_/ \__,_/_/\____/_/\__/_/ /_/\__,_/_.___/
|
||||
78
assets/repo_view_screen.tcss
Normal file
78
assets/repo_view_screen.tcss
Normal file
@@ -0,0 +1,78 @@
|
||||
#top {
|
||||
background: $boost;
|
||||
padding: 1 2 0 2;
|
||||
#title {
|
||||
height: 100%;
|
||||
content-align: left middle;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#buttons {
|
||||
layout: horizontal;
|
||||
Button {
|
||||
margin-left: 1;
|
||||
max-width: 13;
|
||||
}
|
||||
}
|
||||
|
||||
Tabs {
|
||||
width: 100%;
|
||||
}
|
||||
margin-bottom: 1;
|
||||
}
|
||||
|
||||
#repo-info {
|
||||
width: 45;
|
||||
padding: 0 1;
|
||||
#search-query {
|
||||
width: 1fr;
|
||||
}
|
||||
#search-btn {
|
||||
max-width: 5;
|
||||
}
|
||||
}
|
||||
|
||||
#files {
|
||||
height: 5;
|
||||
background: red 50%;
|
||||
margin-left: 1;
|
||||
border: tall $surface;
|
||||
background: $background;
|
||||
& > .datatable--header {
|
||||
background: $surface;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#description {
|
||||
margin-left: 1;
|
||||
}
|
||||
|
||||
#branch-info {
|
||||
padding: 0 1;
|
||||
background: $surface-darken-1;
|
||||
border: tall $surface;
|
||||
margin-bottom: 1;
|
||||
Static {
|
||||
width: 1fr;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
#branch-options {
|
||||
margin-bottom: 1;
|
||||
|
||||
#new-pull-request {
|
||||
max-width: 4;
|
||||
}
|
||||
|
||||
Select {
|
||||
width: 16;
|
||||
margin-right: 1;
|
||||
}
|
||||
|
||||
Button {
|
||||
max-width: 16;
|
||||
margin-right: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user