-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/fe markets stocks #411
Conversation
I am not sure why package.json and package-lock.json are changed. |
…to feature/FE-markets-stocks
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.
Dont use hard coded backend url, take a look at login page and how its uses environment variable. Otherwise our code can only run at either local or deployment environment (not both at the same time) without changin source code.
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.
I have seen that at some parts you have added css objects using hardcoded colors. Do not use something we dont have in our color palette otherwise you will broke dark mode compat. Take a look at index.css to see more
Thank you for your feedback Halil. I made the changes required. It is open to review again @Halil-Ibrahim-Kasapoglu. |
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.
Its all good now
This PR fixes #392