about summary refs log tree commit diff
path: root/src/view/com/util/layouts
Commit message (Collapse)AuthorAgeFilesLines
* move auth flows scrollview to loggedin layoutSamuel Newman2024-03-221-8/+47
|
* Fix scuffed web styles caused by overlapping viewport breakpoint boundaries ↵Cλctys2023-11-301-3/+3
| | | | | | | | | (#1985) * fixed lack of styles on 1300px web viewport width by adjusting tablet breakpoints * fixed lack of styles on 800px web viewport width by adjusting mobile breakpoints * changed `maxWidth` values in viewports to `n - 1` format
* Add ESLint React plugin (#1412)dan2023-09-071-7/+6
| | | | | * Add eslint-plugin-react * Enable display name rule
* 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>
* Updates to use dynamic/responsive styles on web (#1351)Paul Frazee2023-09-051-3/+3
| | | | | | | | | | | | | | | | | | | * Move most responsive queries to the hook * Fix invalid CSS value * Fixes to tablet render of post thread * Fix overflow issues on web * Fix search header on tablet * Fix QP margin in web composer * Fix: only apply double gutter once to flatlist (close #1368) * Fix styles on discover feeds header * Fix double discover links in multifeed
* Improvements to UI in web logged-out views (#1341)Paul Frazee2023-08-301-0/+102
| | | | | | | * Add LoggedOutLayout for desktop/tablet web * Avoid screen flash in the transition to onboarding * Fix comment
* fix types for breakpoints on mobile (#1342)Ansh2023-08-301-3/+6
|
* Simplify the RecommendedFeeds with breakpoint componentsPaul Frazee2023-08-302-0/+28
|
* Fix types and remove dead codePaul Frazee2023-08-301-1/+1
|
* More fixes to mobile onboardPaul Frazee2023-08-301-3/+2
|
* Fix onboarding on mobile webPaul Frazee2023-08-301-0/+22
|
* Tweak dark mode on webPaul Frazee2023-08-301-3/+10
|
* Rework web onboardingPaul Frazee2023-08-291-0/+62