Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

🐛 BUG: Some UI Bugs in Code Kata Unit #543

Closed
dboschm opened this issue Apr 5, 2018 · 3 comments · Fixed by #617
Closed

🐛 BUG: Some UI Bugs in Code Kata Unit #543

dboschm opened this issue Apr 5, 2018 · 3 comments · Fixed by #617
Assignees
Labels
bug This Issue describes a unwanted behavior web-frontend All frontend related issues

Comments

@dboschm
Copy link
Collaborator

dboschm commented Apr 5, 2018

  • too much space beside code editors (positioning of Deadline Text looks bad)
  • Line numbers in the second code viewer count from e.g. 4 (n+1) upwards continuing the line numbers of the first code viewer. But the line numbers of the third code viewer (test) also count from 4 (n+1) instead of summing up the lines of the first and second code editor.
  • missing space between validation button and log output
    image
@dboschm dboschm added bug This Issue describes a unwanted behavior web-frontend All frontend related issues labels Apr 5, 2018
@PatrickSkowronek
Copy link
Collaborator

Good observation. I would add a better representation of the log, like a snackbar. Text under the button is in opinion not a good solution.

@dboschm dboschm self-assigned this Apr 12, 2018
@dboschm
Copy link
Collaborator Author

dboschm commented Apr 12, 2018

@PatrickSkowronek I also dislike the plain text solution. But I see one small problem using a snackbar for displaying the logs: a snackbar disappears after a few seconds, but logs are possibly too long to be completely read and understood in this short time.

@d89
Copy link
Collaborator

d89 commented Apr 18, 2018

Like it 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This Issue describes a unwanted behavior web-frontend All frontend related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants