feat(market): one-time community-rules gate before joining the market, publishing or messaging

This commit is contained in:
vjrj 2026-07-13 00:52:39 +02:00
parent 668ed28246
commit cd9f09048d
7 changed files with 311 additions and 1 deletions

View file

@ -169,6 +169,7 @@ class TaneApp extends StatelessWidget {
connection: connection,
location: location,
outbox: outbox,
onboarding: onboarding,
),
),
if (social != null && connection != null)
@ -236,6 +237,7 @@ class TaneApp extends StatelessWidget {
peerPubkey: state.pathParameters['pubkey']!,
messageStore: messageStore,
profileCache: profileCache,
onboarding: onboarding,
),
),
GoRoute(