matrix-public-archive/shared
Eric Eastwood 75d4a14845
Fix hash and query parameter ordering and repeating (#99)
This would happen after opening the "Add server" modal

Before:
```
/?search=&homeserver=foo.bar#/add-server?search=&homeserver=foo.bar
```

After:
```
/?search=&homeserver=foo.bar#/add-server
```
2022-10-21 01:14:06 -05:00
..
lib Fix hash and query parameter ordering and repeating (#99) 2022-10-21 01:14:06 -05:00
viewmodels Load room directory and show error message when we're unable to fetch rooms (#96) 2022-10-20 22:48:00 -05:00
views Load room directory and show error message when we're unable to fetch rooms (#96) 2022-10-20 22:48:00 -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 Add homeserver selector to room directory landing page (#87) 2022-10-20 02:06:43 -05:00
room-directory-vm-render-script.js Load room directory and show error message when we're unable to fetch rooms (#96) 2022-10-20 22:48:00 -05:00