Andrew Tavis McAllister
Andrew Tavis McAllister
Note @rahulharpal1603 that the component should be its own file, but it will appear on the page I specified :)
Blocking this for now until a basic tooltip is built in #680 :)
Edited the above as that grid component doesn't exist. It should be in CardAboutEvent.vue :)
Ideally this would replace the basic tooltip everywhere so that we have some consistency between the search and the event page. Also having the attend button multiple places on the...
Yes, @rahulharpal1603 :) I was also noting that the new generated events don't work for you as they're all one organization events. Go to localhost:8000, the backend port, and then...
Can you check that you have [topics.json](https://github.com/activist-org/activist/blob/main/backend/fixtures/topics.json) locally? You've pulled the most recent changes and update your branch with them?
Thanks, @UnknownSean8! Looking forward to seeing what comes from this! Let's just use one of the images for the landing page as the placeholder image for now :)
How are you building the project? Can you try: ```bash docker compose --env-file .env.dev up --build ```
This will rebuild the project and hopefully also load in the topics :)
Nice! Would you suggest maybe changing the directions to with `--build` and including a comment that says that build isn't required if there are no new dependencies? As of now...