-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat/xd-153 - Label Components properly in Create Case Page with CSS #203
Conversation
The #153 issue is not "add filter options for the cases page" but something else. Did you pick the wrong name? |
Yes, you're right. My bad. Thanks for letting me know 👍 |
added comments and improved readability Signed-off-by: Sabo <[email protected]>
Signed-off-by: Sabo <[email protected]>
libs/cases/frontend/view/src/lib/components/create-case/create-case.component.html
Outdated
Show resolved
Hide resolved
I have to say in my opinion these HTML comments like <!-- Date Selection- -> are not very useful, because most of the time HTML code is self explanatory (and we don't have them anywhere else). But since they might be helpful in some cases it would be ok for me if you keep them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only thing I found was the hide-list-header. Apart from that it looks good.
…reate case page 153 Signed-off-by: Sabo <[email protected]>
There are so many files changed eventhough you only actually changed one in a meaningful way. Sometimes this happens eventhough there is no difference to develop, but here there is a difference. Since you only changed one file I suggest that you copy that somewhere then completely reset this branch or create a new branch of develop. Then paste that file on the reseted/new branch and merge that |
Refactored Create Case Page and improved labels of the form