From f0ee4de98ace7f4b6b832c029c4f53de0170e46a Mon Sep 17 00:00:00 2001 From: Richard Shadrach Date: Sun, 28 Apr 2024 07:50:22 -0400 Subject: [PATCH] Merge cleanup --- scripts/app.py | 102 ------------------------------------------------- 1 file changed, 102 deletions(-) diff --git a/scripts/app.py b/scripts/app.py index d981a7e..f4dfef0 100644 --- a/scripts/app.py +++ b/scripts/app.py @@ -198,108 +198,6 @@ def escape_ansi(line): children="", style={"display": "none"}, ), - html.Div( - dash_table.DataTable( - id="pr_table", - data=pd.DataFrame().to_dict("records"), - page_current=0, - page_size=10, - sort_action="custom", - sort_mode="single", - columns=[ - {"id": "Authors", "name": "Authors"}, - {"id": "PR", "name": "PR", "presentation": "markdown"}, - ], - style_table={"width": "60%", "margin": "auto"}, - ), - style={ - "width": "100%", - "margin-left": "auto", - "margin-right": "auto", - "margin-bottom": "30px", - }, - ), - html.Div( - [ - html.P( - "Title:", - style={ - "width": "50px", - "margin-right": "10px", - "display": "inline", - }, - ), - dcc.Input( - id="issue_title", - type="text", - size="80", - style={"display": "inline"}, - ), - ], - style={"margin-bottom": "30px"}, - ), - html.Div( - [ - html.P( - "Body:", - style={ - "width": "50px", - "margin-right": "10px", - "display": "inline", - "vertical-align": "top", - }, - ), - dcc.Textarea( - id="issue_body", - value="", - style={"width": "60%", "height": 200}, - ), - ], - style={"margin-bottom": "30px"}, - ), - html.Div( - [ - html.P( - "Labels:", - style={ - "width": "50px", - "margin-right": "10px", - "display": "inline", - }, - ), - dcc.Dropdown( - id="issue_labels", - options=labels, - multi=True, - style={"width": "900px"}, - ), - ], - style={"margin-bottom": "30px"}, - ), - html.Div( - [ - html.P( - "Milestone:", - style={ - "width": "50px", - "margin-right": "10px", - "display": "inline", - }, - ), - dcc.Dropdown( - id="issue_milestone", - options=milestones, - multi=False, - style={"width": "150px"}, - ), - ], - style={"margin-bottom": "30px"}, - ), - html.P( - id="gh_cli_cmd", - children="", - style={"display": "none"}, - ), html.Div( children=[ html.Div(