matrix-public-archive/shared
Eric Eastwood e7f4d72783 Fix checkbox being checked by default when the value was actually `null`
Before:
```
<input id="debugActiveDateIntersectionObserver" type="checkbox" checked="null">
```

After:
```
<input id="debugActiveDateIntersectionObserver" type="checkbox">
```
2023-05-05 18:00:54 -05:00
..
lib Mark NSFW room pages with `<meta name="rating" content="adult">` (#216) 2023-05-05 15:36:26 -05:00
viewmodels Fix checkbox being checked by default when the value was actually `null` 2023-05-05 18:00:54 -05:00
views Add safe search filter for NSFW rooms (#208) 2023-05-03 04:45:33 -05:00
.eslintrc.json Stop restarting server when the client bundle updates 2022-02-15 17:30:30 -06:00
hydrogen-vm-render-script.js Fix time selector showing when less than the page limit of messages (#213) 2023-05-04 20:50:43 -05:00
room-directory-vm-render-script.js Add safe search filter for NSFW rooms (#208) 2023-05-03 04:45:33 -05:00