admin
admin copied to clipboard
Admin system for Medusa Stores
API is returning 400 error saying that email is required, looks like the Admin is sending an empty string. Running on the latest version of the develop branch: https://www.loom.com/share/e50997fc20964e18b51150e1e3b9629d
Sometimes after login, a message `hi index` is displayed on the orders page until the page does not load completely. Instead, a more meaningful message should be displayed like `Welcome...
I've got an issue where when I try to log in to the admin section on Chrome and Safari. The authentication call goes through and it redirects to admin from...
Steps to reproduce 1. Edit price of a variant 2. Type in fractional price, in example 19,50 3. After saving see the price rounded down to 19 Price is saved...
Hi there, I was just having a look at the code and I noticed that this part is duplicated, or at least overridden by the next lines, as the keys...
Payment card should have more info like: Payment Type (PayPal, Stripe etc...) Transaction number
There exists a `company` field on the shipping/billing addresses response yet it is unavailable in the admin theme to view/edit on the order page
Currently metadata is only visible in the `raw` metadata field in admin dashboard. All metadata should be displayed in the dashboard anywhere they used. And also possibly be editable in...
In the product editor, if you select multiple images and click save, only the first one will actually be included in the resulting `POST` request to the server. Same goes...
After adding this: https://github.com/medusajs/medusa/pull/1799, I've worked on implementing the front end for that based on the philosophy of other components created. Basically this functionality has been added: a) migrate from...