adhocracy4
adhocracy4 copied to clipboard
The core library for the e-participation projects by Liquid Democracy
**URL:** Everywhere, where there are comments **user:** N/A **expected behaviour:** It should either be a link or a button, not both. **behaviour:** It's a link in a button. **important screensize:**...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Django](https://redirect.github.com/django/django) ([changelog](https://docs.djangoproject.com/en/stable/releases/)) | `==4.2.13` -> `==4.2.16` | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [black](https://redirect.github.com/psf/black) ([changelog](https://redirect.github.com/psf/black/blob/main/CHANGES.md)) | `==24.4.2` -> `==24.10.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
A list of items that need to be fixed from the warnings we get when we run the tests from the root directory: ``` py.test tests --reuse-db ``` - [...
**URL:** https://meinberlin-design-dev.liqd.net/mapideas/2024-01128/ **user:** all users **expected behaviour:** When there is only one like or dislike on a comment, the counter reads '1 like' or '1 dislike'. **behaviour:** Currently the counter...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [django-allauth](https://allauth.org) ([source](https://togithub.com/pennersr/django-allauth), [changelog](https://togithub.com/pennersr/django-allauth/blob/main/ChangeLog.rst)) | `==0.63.3` -> `==0.63.6` | [](https://docs.renovatebot.com/merge-confidence/)...
### Description: There is a mismatch in terminology and display requirements between the aplus and mB projects, it was brought up here https://github.com/liqd/adhocracy4/pull/1669#discussion_r1724784354 aplus: Uses "vote" terminology without displaying text,...
Deleted subcomments leave an empty div and modals in the DOM, which adds unnecessary space, clutter and extra stuff to load. These should be removed. 