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

Feature/fe markets stocks #411

Merged
merged 25 commits into from
Nov 25, 2024
Merged

Conversation

mahmutbugramert
Copy link
Contributor

@mahmutbugramert mahmutbugramert commented Nov 24, 2024

This PR fixes #392

  • Add extra sections to Markets page.
  • Create post creation page.
  • Put created posts to database
  • Display created posts on Community page.

@mahmutbugramert mahmutbugramert added the frontend issue related with frontend label Nov 24, 2024
@mahmutbugramert mahmutbugramert added this to the 451 - Milestone 2 milestone Nov 24, 2024
@mahmutbugramert mahmutbugramert self-assigned this Nov 24, 2024
@mahmutbugramert
Copy link
Contributor Author

I am not sure why package.json and package-lock.json are changed.

Copy link
Contributor

@Halil-Ibrahim-Kasapoglu Halil-Ibrahim-Kasapoglu left a 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.

Copy link
Contributor

@Halil-Ibrahim-Kasapoglu Halil-Ibrahim-Kasapoglu left a 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

@mahmutbugramert
Copy link
Contributor Author

Thank you for your feedback Halil. I made the changes required. It is open to review again @Halil-Ibrahim-Kasapoglu.

Copy link
Contributor

@Halil-Ibrahim-Kasapoglu Halil-Ibrahim-Kasapoglu left a 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

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

Successfully merging this pull request may close these issues.

2 participants