about summary refs log tree commit diff
path: root/src/view/screens/TermsOfService.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Remove top padding from shell, move down into individual screens (#5548)Samuel Newman2024-10-141-11/+13
|
* Update `blueskyweb.xyz` links to `bsky.social` (#2830)surfdude292024-02-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update blogpost link to bsky.social and remove unnecessary localisation params at end of Play Store URL in README.md * Update privacy policy link to bsky.social in PrivacyPolicy.tsx * Update TOS link to bsky.social in TermsOfService.tsx * Update links to bsky.social in Links.tsx * Update links to bsky.social in SplashScreen.web.tsx * Update link to bsky.social in base.html * Update links to bsky.social in HomeLoggedOutCTA.tsx * Update links to bsky.social in RightNav.tsx * Update links to bsky.social in Drawer.tsx * Update DMCA link to bsky.social in Modal.tsx * Update link to copyright policy on bsky.social in CopyrightPolicy.tsx * Update link to bsky.social in CommunityGuidelines.tsx * Update links to bsky.social in Settings.tsx * Update to bsky.social in Typography.tsx
* Hindi Internationalization (#1914)Ansh2023-11-201-2/+5
| | | | | | | | | | | | | | | | | | | | | | * get basic hindi support to work * get web app language switcher in * Refactor i18n implementation and remove unused code * add missing strings * add dropdowns and modals missing strings * complete all hindi translations * fix merge conflicts * fix legeacy persisted state * fix data in RecommendedFeeds * fix lint
* Extract shell state into separate context (#1824)Eric Bailey2023-11-071-4/+4
| | | | | | | | | | | | | | | | | * WIP * Add shell state * Integrate new shell state for drawer and minimal shell mode * Replace isDrawerSwipeDisabled * Split shell state into separate contexts to avoid needless re-renders * Fix typo --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Move policy docs to blueskyweb.xyz (#881)Paul Frazee2023-06-141-6/+10
|
* Update info screen titles to use H1Paul Frazee2023-06-121-3/+3
|
* Add tos, community guidelines, and copyright policy (#410)Paul Frazee2023-04-061-0/+38
* Add tos, community guidelines, and copyright policy * Fix lint