-
Notifications
You must be signed in to change notification settings - Fork 5
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
Adding new pages titles #181, preview for candidate ERC #151 and disable synchronized scrolling #183 #191
Conversation
@Fmazin if you want to close multiple issues, you must add a "closing keyword" in front of each issue number: |
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.
@Fmazin Overall, I like the changes and how they are implemented. Thank you. I agree with the most hints from Daniel, could u revise them. I found another improvement, which I would like to talk with you. Plese contact me over Mattermost.
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.
LGTM! Please remove the "Draft" when you think you're done.
Can you please confirm that you included the changes you and @NJaku01 wanted to discuss in the chat? Thakns!
ui/src/components/erc/erc.css
Outdated
|
||
#PreviewNotice { | ||
color: white; | ||
background-color: #CE5100; |
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.
You added the color here again as css. It is also possible to use the color, specified in the theme.js. This would be the better way. Because If we want to change the color, we just have to change the color at one place and not in every css file. I just have inspected the UI and saw that there is also some code implemented this way. I have created a new issues #197, maybe we can postpone this and check, update the whole UI afterwards.
The changes from the chat are included. Thanks! During the review, I recognized two further possible improvements. The first would good to change before the merge. The other one is a general problem within the UI. I have created a further issue #197 for this. |
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.
Everything looks good now
This PR should resolve #181 and close #151. It will also resolve #183.