-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
🐛 Bug Report: Add a loading in the media uploader #139
Comments
Can i work on this issue? kindly assign it to me! |
Of course, Thank you! I have created a component called "LoadingComponent" in I am assigning this to you. |
Can you tell me on which pages this image upload feature is used? |
Look for MediaComponent |
Sorry, I don't know the API key so I can't test it locally |
@bottlewook which API keys are missing for you? |
@bottlewook I pushed a new version that doesn't require a key, can you take the new version and try again? |
@nevo-david Yes, I'll try again! |
it's a different error, I will upload today the quick start guide on how to install the project. |
Thanks for the guide, I'll work on it as soon as you post it. |
@bottlewook check this out :) |
@nevo-david I read the documentation you sent me, installed postsql in docker, and tried it, but I get this error |
After you install Postgres and Redis you have to add them into the .env REDIS_URL="redis://localhost:6379"
DATABASE_URL="postgres://root:<your_password>@localhost:5432/gitroom" is the one you specified when you installed postgres |
@nevo-david check PR plz~ |
Gone through previous chat, I totally understand what you are requesting |
Hi @nevo-david, I wanted to explore this issue, but I don't see any channels added...? |
📜 Description
In the media uploader we need to add a loader before it shows the media, at the moment it just says there is not media until we see something.
👟 Reproduction steps
👍 Expected behavior
👎 Actual Behavior with Screenshots
💻 Operating system
MacOS
🤖 Node Version
20
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: