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

Issues #16 and #19 #24

Merged
merged 2 commits into from
Nov 14, 2021
Merged

Issues #16 and #19 #24

merged 2 commits into from
Nov 14, 2021

Conversation

Paulinho16
Copy link

No description provided.

@RobertLRead
Copy link
Contributor

RobertLRead commented Nov 13, 2021 via email

@RobertLRead
Copy link
Contributor

Dear @Paulinho16 ,

I've reviewed this, but I'm going to check it out and test it; if it works i will merge it. However, there are some things that I would like done differently. You put the css directly on the objects in some cases, and I would rather ALL of it go into the .css file. In the .css file, you use the #id syntax to name multiple object, but I think we have a class for that (if we don't have a class, maybe we can add one.) I could be wrong about that, Web components are little clunky around classes, so possibly your approach is best, but it is fragile---if we add a new component we will have to remember to change it in the .css and that will take a while to track down.

@RobertLRead
Copy link
Contributor

RobertLRead commented Nov 14, 2021

I just tested this, I'm going to merge it. The font sizes are nicer.

However, I don't believe we should specify these in "pixels", but that varies a lot with the nature of the device we're using (phones have low resolution than big monitors.) I believe the more professional way to do that is to use "ems" as the unit of the abstract names "large, x-large, huge" which are defined by css; but I will merge this and create a separate issue for that.
Also, I believe the text box where they are entering the number should be EVEN LARGER than the other text in the left hand modal. Also, the background should change to black in a clinical display, but I will put all of that in issues.

Screen Shot 2021-11-14 at 12 24 17 PM

Copy link
Contributor

@RobertLRead RobertLRead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Paulinho16 I should have used this approve feature, but added comments directly instead; next time I will use this feature better, thank you.

@RobertLRead RobertLRead merged commit ce6579d into master Nov 14, 2021
@Paulinho16
Copy link
Author

Paulinho16 commented Nov 14, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants