about summary refs log tree commit diff
path: root/src/view/com/auth/SplashScreen.web.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix splash screen (#5997)Samuel Newman2024-10-291-0/+1
|
* Show download button for Apple (#5671)Hailey2024-10-101-1/+7
|
* Ensure app clip works even with `starter-pack` (#5664)Hailey2024-10-091-0/+14
|
* Fix weird button wrapping on splash (#5507)Eric Bailey2024-09-261-5/+2
| | | | | * Fix weird button wrapping on splash * Web
* [Neue] Font weights (#5442)Eric Bailey2024-09-201-7/+3
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* Add labels to a few missing places (#4838)Eric Bailey2024-07-251-3/+10
|
* Add kawaii mode (#3773)Samuel Newman2024-05-011-4/+9
|
* PWI improvements (#3489)Paul Frazee2024-04-121-54/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Enable home and feeds on the PWI * Add global SigninDialog to drive useRequireAuth() * Tweak desktop styles * Make the logo in leftnav PWI a clickable home link * Add label * Improve dialog on web * Fix query key * Go to home after signout from settings screen * Filter out feeds from the discover listing for logged out users which are known to break without auth * Update profile header follow/subscribe to give signin prompt * Show profile feeds tabs on pwi * Add language selector to account creation footer and pwi left nav desktop --------- Co-authored-by: dan <dan.abramov@gmail.com>
* Enforce Text suffix for Text-rendering components (#3407)dan2024-04-041-7/+7
| | | | | | | | | | | * Rm unused * Add Text suffix to Title/Description * Add Text suffix to text components * Add Text suffix to props * Validate Text components returns
* Sign In -> Sign inSamuel Newman2024-03-211-1/+1
|
* Mods UI fixes (#3296)Eric Bailey2024-03-211-9/+10
| | | | | * Fix report dialog buttons on Android by adjusting styles * Dry up label pref comp
* use inlinelink instead of textlinkSamuel Newman2024-03-201-17/+10
|
* use alf for splashscreen (web)Samuel Newman2024-03-201-129/+86
|
* fix: use the size propMary2024-02-131-1/+2
|
* fix: do not remove the outlineMary2024-02-131-1/+0
|
* feat: language selection on web splash screenMary2024-02-131-3/+66
|
* fix: localize the splash screen footerMary2024-02-131-4/+6
|
* Update `blueskyweb.xyz` links to `bsky.social` (#2830)surfdude292024-02-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Internationalize more strings (#2440)Stanislas Signoud2024-01-091-1/+1
| | | Co-authored-by: Ansh <anshnanda10@gmail.com>
* Fix `Logotype` fill for dark mode (#2230)Eric Bailey2023-12-181-1/+1
| | | | | * Fix fill of Logotype in dark mode * Update default Logotype fill
* 🤫 (#2211)Eric Bailey2023-12-141-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new assets * Add splashiness * Add butter icon, spread it * Cream together eggs, sugar, and vanilla * Hi, I'd like to place and order. Yeah, none pizza with left beef, plz. * test * Refine animation * tweak * tweak * tweak * Tweak * Simplify * Cleanup * Fix android logo --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
* PWI Base (#1964)Eric Bailey2023-11-211-42/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Base work for public view * Make default moderation settings more restrictive * Fix type * Handle showing sign-in on authed actions * Fix hoc logic * Simplify prefs logic * Remove duplicate method * Add todo * Clean up RepostButton.web * Fix x button color * Add todo * Retain existing label prefs for now, use separate logged out settings * Clean up useAuthedMethod, rename to useRequireAuth * Add todos * Move dismiss logic to withAuthRequired * Ooops add web * Block public view in prod * Add todo * Fix bad import
* Internationalization & localization (#1822)Ansh2023-11-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * install and setup lingui * setup dynamic locale activation and async loading * first pass of automated replacement of text messages * add some more documentaton * fix nits * add `es` and `hi`locales for testing purposes * make accessibilityLabel localized * compile and extract new messages * fix merge conflicts * fix eslint warning * change instructions from sending email to opening PR * fix comments
* Improve Device Detection For Better Responsiveness (#1512)Bryan Lee2023-09-281-78/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor `useOnMainScroll` function to use responsive device detection - Replace static `isDesktopWeb` with `useWebMediaQueries` hook to enable dynamic device type detection. - Create `useDeviceLimits` hook to dynamically determine `DY_LIMIT_UP` and `DY_LIMIT_DOWN` based on device type. - Update dependency arrays for the `useCallback` hooks to include new dynamic variables. * Refactor styles to be responsive to device type - Create `useStyles` hook that generates styles object based on device type detected from `useWebMediaQueries`. - Replace static styles object with dynamic styles object generated from `useStyles` hook in components. - This allows `paddingLeft` values for 'ul' and 'ol' styles to adapt to device type dynamically. - This allows `maxWidth` values for 'metaItem'' styles to adapt to device type dynamically. * Remove `isDesktopWeb` in favor of `useWebMediaQueries().isDesktop` * Refactor `SplashScreen` component for responsive design * Revision based on review results * Fix isNative check --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Upgrade to Expo 49 (#1331)Eric Bailey2023-09-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to expo 49 * update expo-camera to fix console erorrs * run doctor again * fix ts errors * patch @sentry/react-native Getting `cannot read property 'ignoreLogs' of undefined` in this file. Ironically, this may be a cyclical imports problem. LogBox isn't enabled in production, so this patch should only affect dev/test. * fix type error * reinstall newer reanimated * pin expo-dev-client to fix reanimated dev-build issue * fix type errors, fix bad conflict res * Fix to notifications badge z-index on desktop --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* [APP-773] Change waitlist explainer copy (#1021)Paul Frazee2023-07-171-21/+0
| | | | | | | * Change waitlist explainer copy * Restore the waitlist modal snap point to 80% to account for smaller phones * Tune copy further
* Various case and text fixes. (#757)Markus Amalthea Magnuson2023-06-131-1/+1
| | | | | | | | | * Various case and text fixes. * Update some labels per requested changes. --------- Co-authored-by: Ansh <anshnanda10@gmail.com>
* React Native accessibility (#539)Ollie H2023-05-011-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * React Native accessibility * First round of changes * Latest update * Checkpoint * Wrap up * Lint * Remove unhelpful image hints * Fix navigation * Fix rebase and lint * Mitigate an known issue with the password entry in login * Fix composer dismiss * Remove focus on input elements for web * Remove i and npm * pls work * Remove stray declaration * Regenerate yarn.lock --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Mobile Web (#427)John Fawcett2023-04-121-29/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP * WIP * Fix header offset on web * Remove debug * Fix web mobile feed and FAB layout * Fix modals on mobile web * Remove dead code * Remove ios config that shouldnt be committed now * Move bottom bar into its own folder * Fix web drawer navigation and state behaviors * Remove dark mode toggle from web drawer for now * Fix search on mobile web * Fix the logged out splash screen on mobile web * Fixes to detox simulator --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Handle logged out mobile web betterPaul Frazee2023-03-141-22/+96
|
* Add waitlist signupPaul Frazee2023-03-141-7/+12
|
* Tune the logged out web viewPaul Frazee2023-03-141-6/+7
|
* Rework logged out state to preserve routing and work for webPaul Frazee2023-03-131-0/+102