relay-management-latest #75
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "relay-management-latest"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue
Closes #38
Intent
Relays
page in order to manage user's relays.Implementation
src/pages/relays/index.tsx
.src/store/relays
.authAndGetMetadataAndRelaysMap
method ofAuthController
to also get relay map.getRelayMap
andpublishRelayMap
methods toNostrController
.useAppDispatch
anduseAppSelector
hooks tosrc/hooks/store.ts
.compareObjects
utility tosrc/utils/utils.ts
.@ -12,3 +16,3 @@
}
export default combineReducers({
export const appReducer = combineReducers({
Have you addressed the case where it was being imported as default import?
yes