forked from coracle/flotilla
Small tweaks
This commit is contained in:
@@ -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
|
- Get rid of stuff from spaces the user isn't currently a member of
|
||||||
- [ ] Apply mutes
|
- [ ] Apply mutes
|
||||||
- [ ] Add discover > people/content tabs that pull from network rather than follows
|
- [ ] 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
@@ -44,7 +44,7 @@ import {
|
|||||||
userInboxRelaySelections,
|
userInboxRelaySelections,
|
||||||
nip44EncryptToSelf,
|
nip44EncryptToSelf,
|
||||||
} from "@welshman/app"
|
} from "@welshman/app"
|
||||||
import {tagRoom, userMembership, MEMBERSHIPS, INDEXER_RELAYS} from "@app/state"
|
import {tagRoom, userMembership, MEMBERSHIPS, INDEXER_RELAYS, loadMembership} from "@app/state"
|
||||||
|
|
||||||
// Utils
|
// Utils
|
||||||
|
|
||||||
@@ -84,6 +84,7 @@ export const loadUserData = (
|
|||||||
) => {
|
) => {
|
||||||
const promise = Promise.all([
|
const promise = Promise.all([
|
||||||
loadInboxRelaySelections(pubkey, request),
|
loadInboxRelaySelections(pubkey, request),
|
||||||
|
loadMembership(pubkey, request),
|
||||||
loadProfile(pubkey, request),
|
loadProfile(pubkey, request),
|
||||||
loadFollows(pubkey, request),
|
loadFollows(pubkey, request),
|
||||||
loadMutes(pubkey, request),
|
loadMutes(pubkey, request),
|
||||||
|
|||||||
@@ -21,11 +21,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="card2 bg-alt flex flex-col gap-2 text-center shadow-2xl">
|
<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>
|
<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
|
<Link
|
||||||
class="btn btn-primary"
|
class="btn btn-primary"
|
||||||
href="/home/97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322">
|
href="/home/97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322">
|
||||||
Open an Issue
|
Chat with the Developer
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user