Small tweaks

This commit is contained in:
Jon Staab
2024-10-09 10:12:34 -07:00
parent f0f3e2392c
commit efc6e0a569
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -30,3 +30,4 @@ Run `npm run dev` to get a dev server, and `npm run check:watch` to watch for ty
- Get rid of stuff from spaces the user isn't currently a member of
- [ ] Apply mutes
- [ ] Add discover > people/content tabs that pull from network rather than follows
- [ ] Add redirect on successful login to the page they originally were going for
+2 -1
View File
@@ -44,7 +44,7 @@ import {
userInboxRelaySelections,
nip44EncryptToSelf,
} from "@welshman/app"
import {tagRoom, userMembership, MEMBERSHIPS, INDEXER_RELAYS} from "@app/state"
import {tagRoom, userMembership, MEMBERSHIPS, INDEXER_RELAYS, loadMembership} from "@app/state"
// Utils
@@ -84,6 +84,7 @@ export const loadUserData = (
) => {
const promise = Promise.all([
loadInboxRelaySelections(pubkey, request),
loadMembership(pubkey, request),
loadProfile(pubkey, request),
loadFollows(pubkey, request),
loadMutes(pubkey, request),
+2 -2
View File
@@ -21,11 +21,11 @@
</div>
<div class="card2 bg-alt flex flex-col gap-2 text-center shadow-2xl">
<h3 class="text-2xl sm:h-12">Get in touch</h3>
<p class="sm:h-16">Having problems? Let us know by filing an issue.</p>
<p class="sm:h-16">Having problems? Let us know by.</p>
<Link
class="btn btn-primary"
href="/home/97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322">
Open an Issue
Chat with the Developer
</Link>
</div>
</div>