karrot-frontend
karrot-frontend copied to clipboard
We migrated to https://codeberg.org/karrot/karrot-frontend
I just replied to an @-mention from an activity chat, and it ended up on the main group wall...
Adds a button to create new activities and series on the group activities page! Behavior is quite similar to the "Manage Activities" page, in fact I reused some of the...
Branch deployment: https://improve-conflict.dev.karrot.world/ ## What does this PR do? Some improvements of the conflict resolution feature: - reframe conflict resolution as membership review, review texts and explanations - proceed with...
Branch deployment URL: https://refine-places-display.dev.karrot.world Add a new "place gallery" page to have a nice display of all places with additional information. The sidenav place list will only contain _favorite_ places...
Just opening this issue to remember in future. I used this query to find affected conversation participants: ``` ConversationParticipant.objects.filter(conversation__group__isnull=False).exclude(conversation__group__members=F('user')) ``` Currently there are over 30k results on karrot.world, most of...
Good morning, I found some fresh dependencies for you! You can check the site at https://circleci-update-dependencies.dev.karrot.world to make sure everything looks ok.
Currently we load from these external domains: - jsdelivr.com - maxcdn.com - openstreetmap.org (there may be more, that's at a glance, but maybe is all?) The first two come from...
**This has two separate but related UX issues. Including both, because a solution may be related.** 1. Upon joining a few groups, I had new messages from those groups Perhaps...
I noticed at https://dev.karrot.world/bundlesize.html that lodash is being pulled in in it's entirety for the PlaceStatuses component, this is not intended. Perhaps it has come from using sortable.js? Or ourselves?...
On the [Create New Group page](https://karrot.world/#/group/create), I was confused by the **public group information** and **group description** textareas — I thought they was asking me for the same information, I...