Skip to content
Snippets Groups Projects

lower input words & small layout and styling changes

Merged Jim Hoekstra requested to merge issue/lower-input-words into develop
2 unresolved threads

Merge request reports

Approved by

Merged by Jim HoekstraJim Hoekstra 3 years ago (Jul 22, 2021 9:42am UTC)

Merge details

  • Changes merged into develop with e70d30cc.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
41 html.Div(className='col-3', children=[
42 dcc.Input(id='add-word-input', value='', type='text', className='form-control form-control-lg'),
43 ]),
44 html.Div(className='col-2', children=[
45 html.Button(id='add-word-button', n_clicks_timestamp=0, children='Add Association', className='btn btn-success btn-lg'),
46 ]),
47 html.Div(className='col-2', children=[
48 html.Button(id='extend-graph-button', n_clicks_timestamp=0, children='Extend Graph', className='btn btn-success btn-lg'),
49 ]),
50 html.Div(className='col-2', children=[
51 ]),
52 html.Div(className='col-3', children=[
53 html.Button(id='remove-word-button', n_clicks_timestamp=0, children='Remove Selected Association', className='btn btn-danger btn-lg')]),
54 ]),
35 html.Div(className='graph', id='msx-graph-div', children=[]),
36 html.Div(className='row footer', children=[
  • 27 27 State(component_id='base-word-input', component_property='value'),
    28 28 )
    29 29 def update_base_word(submit_word_button, base_word_input):
    30 return base_word_input
  • Bianco Martinez, Julian approved this merge request

    approved this merge request

  • Jim Hoekstra mentioned in commit e70d30cc

    mentioned in commit e70d30cc

  • merged

  • Please register or sign in to reply
    Loading