feat: surface privacy policy and terms in sign-in and settings (#171)

Adds an implicit-consent disclaimer under the sign-in "Continue" button
and a new "Legal" section in the settings page. Both link out to the
policies hosted on flowylabs.ai via the existing openExternal bridge.

https://claude.ai/code/session_01U6gT7XFQ8Rtm3FStsHG63j

Co-authored-by: Claude <[email protected]>
This commit was merged in pull request #171.
This commit is contained in:
Arjun Patel
2026-04-16 15:37:28 -07:00
committed by GitHub
co-authored by Claude
parent ef899ee5cd
commit 98fdc98c76
3 changed files with 41 additions and 2 deletions
+3
View File
@@ -5,3 +5,6 @@ export const MAX_ATTACHMENT_SIZE_BYTES = 25 * 1024 * 1024;
export const MAX_ATTACHMENTS = 10;
export const SUPPORT_EMAIL = "[email protected]";
export const PRIVACY_URL = "https://flowylabs.ai/llink/privacy";
export const TERMS_URL = "https://flowylabs.ai/llink/tos";