feed filter: save the changed values to the DB, go to map if no location chosen, reload if necessary

This commit is contained in:
2024-04-03 19:54:01 -06:00
parent 027825b155
commit e3696e3ac5
5 changed files with 129 additions and 24 deletions

View File

@@ -16,6 +16,10 @@ export type Settings = {
activeDid?: string; // Active Decentralized ID
apiServer?: string; // API server URL
filterFeedNearby?: string; // filter by nearby
filterFeedContacts?: string; // filter by user contacts
firstName?: string; // User's first name
isRegistered?: boolean;
lastName?: string; // deprecated - put all names in firstName