PhilliM

Results 32 issues of PhilliM

We should not use `role="alert"` for success messages, we should use instead `aria-live="polite"` only `aria-live="assertive"` or the equivalent `role="alert"` should be used for errors https://github.com/liqd/adhocracy4/blob/7d9c6ab7d0d0df2c4f49606f958b3b1569d53baa/adhocracy4/static/Alert.jsx#L17 ref https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions

When attempting to add report - there is no error if no message was added but report won't send - there is no error message if you exceed that limit,...

Poll: after moving a question in the dashboard and saving, the question moves back to it's original position. NOTE: flip-move lib still working in documents, may require a poll refactor...

check lighthouse aria-label=show filters wrong

**expected behaviour**: members of private and semi public projects should see correct message **behaviour**: PhilUser in Opin is listed as a member but sees incorrect message in rating phase 'Only...

we should unify our spinner styling as looks odd when both are loading at the same time change in polls as fontawesome is used in multiple other places https://github.com/liqd/adhocracy4/blob/1f302f68c60ce1925a614128f775c94655d062eb/adhocracy4/polls/assets/PollQuestions.jsx#L54

delete unused class names, add a4- prefix to class names to be overwritten

Dev: Refactor

need to remove the class selectors from the file and add the id to all the other project dashboard menus Screenshot?

Dev: Refactor

Module titles can be 512 characters which is too long but also brings up other questions. * Why is module title and description same length? * Where do we want...

Type: Enhancement

part of fix for https://github.com/liqd/a4-meinberlin/issues/4232