Um, so I made all the Sign in buttons look the same now - same like styling and functiounality across all of them.
Also, the button that used to send people to /login (which doesn’t even exist .-. ) now opens the sign-in popup instead.
Did the same for the one on the coinSymbol page so no more redirect to "/", it just opens the popup now.
Oh, and the comments section button also opens the Popup. Just annoyed me that they looked differently and redirected to 404 Pages.
feat: implement TradeModal for buying and selling coins with validation and transaction handling
feat: create server-side trade API for executing buy/sell transactions and updating user balances
feat: add transactions API to fetch user transaction history
feat: implement portfolio page to display user's holdings and recent transactions
feat: create user image retrieval API endpoint
feat: enhance coin page with dynamic data fetching and improved UI
feat: implement coin creation form with validation and submission logic
feat: add user settings page with profile update functionality