M Somerville
M Somerville
Sets property_id should be only real change. But hopefully a bit easier to follow. [skip changelog]
[skip changelog] I reviewed the display stuff in the commit, so it's more the functionality etc that could do with a look over.
When a report is successfully sent, it sets whensent to current_timestamp. The sending daemon deals with each report in a transaction, so that time is the transaction start time, not...
At small widths on a profile page, `column-1` is hidden which includes the `moved-account-widget`. The `public-account-bio` part of the column is replicated in `public-account-header__extra`, so it seems like it would...
> For extremely large data sets, having both interfaces in the DOM will bloat an already large DOM tree. However, in most cases this is the more performant solution compared...
Both the `display:none`s match, so you can't see anything. (Chrome's default smallest-width appears to be 400px on this computer which is why I spotted this when trying to view the...
https://github.com/kuba/simp_le/blob/8f258bc098a84b7a20c2732536d0740244d814f7/simp_le.py#L709 tests if `data.chain` is None, but its parent's `load_from_content` means that if e.g. the file exists but is empty or corrupt, it will be an empty list. I think...
This polyfill has been working well for us for years, thanks (looks like I contributed to it at one point, in fact :) ). Now, in Safari 16 here, the...
[skip changelog] For https://github.com/mysociety/societyworks/issues/4163
Currently the dashboad page lists all categories for a body, whatever their state. It would be good if it could separate out current/old categories in some way.