postiz-app
postiz-app copied to clipboard
🐛 Bug Report: Add a loading in the media uploader
📜 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?
- [X] I checked and didn't find similar issue
Are you willing to submit PR?
None
Can i work on this issue? kindly assign it to me! What should I use as a loading image?
Of course, Thank you!
I have created a component called "LoadingComponent" in apps/frontend/src/components/layout/loading.tsx
You can just show this component.
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?
I actually can't log in, so I don't know how the image upload works.
so I can't work on it. Sorry.
@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!
Sorry, I'm getting this error again
it's a different error, I will upload today the quick start guide on how to install the project. You didn't connect your Postgres
Thanks for the guide, I'll work on it as soon as you post it.
@bottlewook check this out :) https://docs.gitroom.com/quickstart
@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 like
REDIS_URL="redis://localhost:6379"
DATABASE_URL="postgres://root:<your_password>@localhost:5432/gitroom"
@nevo-david check PR plz~
Gone through previous chat, I totally understand what you are requesting I'll submit the PR
Hi @nevo-david, I wanted to explore this issue, but I don't see any channels added...? Can you tell me what I did wrong in setting up the project?