Sven

Results 42 comments of Sven

Preliminary draft: ```python class Meeting: """ .. describe:: owners Owners of the meeting, which includes the creator. .. describe:: public Indicates if the meeting has a public (untrusted) or restricted...

We need to come up with a strong example use case not involving external resources or implement #7 beforehand.

Thanks for the suggestion! :blush: Lists with checkboxes enabled should indeed provide an action to clear all checked items. (Sorry for the late reply - busy January here :wink: )

Thanks for your feedback! :blush: 1. You're right, the current dragging behavior is not optimal and having the item follow the pointer would improve it significantly. (I've created a corresponding...

Thanks for the feedback @umglurf, good point! First, to set a custom icon, staff members can use "Edit site settings" from the main menu. The first user browsing to a...

Depends on #58.

Thanks for the bug report! :slightly_smiling_face: Indeed, simply closing a form should not lead to data loss. I agree with the two possible solutions you point out (either restore the...

The cropped move handle is caused by the fact that flex items never shrink below their minimum width and [min-width is automatically computed](https://drafts.csswg.org/css-flexbox-1/#min-size-auto), e.g. where a line break can occur....