Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opcode GUI style updates #232

Open
nashirj opened this issue Apr 9, 2022 · 0 comments
Open

Opcode GUI style updates #232

nashirj opened this issue Apr 9, 2022 · 0 comments
Labels
General Software Team Game loop, web app, GUI, etc

Comments

@nashirj
Copy link
Member

nashirj commented Apr 9, 2022

  • Instruction page
    • Make compute button same size as text box
    • Add space between text box, compute button, and output status label
    • Be able to type enter in the text box to get output message (essentially have same callback for button press and pressing enter)
    • Update newline/button press callback to clear text box
    • Don't allow more than one char in text box (just check len(txt) == 1)
  • Change width of buttons in dropdown to be uniform (so that no resizing)
  • Update callbacks to not rerender button grid for opcode 2. just use dropdown index to determine correct callback behavior
  • Clear button grid when dropdown changes (except between 0 and 1)
@nashirj nashirj added the General Software Team Game loop, web app, GUI, etc label Apr 9, 2022
@nashirj nashirj changed the title GUI style updates Opcode GUI style updates Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General Software Team Game loop, web app, GUI, etc
Projects
None yet
Development

No branches or pull requests

1 participant