Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wrap impersonation text (#1447) | Ansh | 2023-09-13 | 1 | -5/+5 |
| | |||||
* | share mute list link with did not handle (#1438) | Ansh | 2023-09-12 | 2 | -2/+6 |
| | |||||
* | Fix 651 Make followers and following button into a `<Link>` (#1429) | Ansh | 2023-09-12 | 2 | -26/+25 |
| | | | | | * make followers and following button into a Link * make buttons into `<a>` tags | ||||
* | Remove accessibilityRole=button on dropdown mask, it causes issues on ↵ | Paul Frazee | 2023-09-11 | 1 | -1/+0 |
| | | | | firefox (#1436) | ||||
* | Add birth date gating to moderation settings (#1435) | Paul Frazee | 2023-09-11 | 9 | -62/+297 |
| | | | | | | | * Add birth date preference, modal to set, link in settings, and age gate in moderation * Styling fixes for android * Fix types | ||||
* | Paginate the PostThread to avoid rendering too many posts and crashing the ↵ | Paul Frazee | 2023-09-11 | 1 | -6/+33 |
| | | | | app on large threads (#1432) | ||||
* | fix theme flashing (#1417) | Eric Bailey | 2023-09-11 | 1 | -8/+28 |
| | | | | | | | * fix theme flashing * remove memo * use AppState listener | ||||
* | Separate list deletion into chunks (close #1430) (#1431) | Paul Frazee | 2023-09-11 | 1 | -6/+12 |
| | |||||
* | Revert "Fix 1338 mark notifications read with timeout and on app state ↵ | Paul Frazee | 2023-09-11 | 1 | -14/+1 |
| | | | | | change (#1340)" (#1433) This reverts commit d2e65d2a7f411e9eb1a1ea8d97ea148c4832b430. | ||||
* | make sure click events on the emoji picker don't bubble up to the mask (#1427) | Ansh | 2023-09-11 | 1 | -15/+21 |
| | |||||
* | Lytic analytics migration (#1428) | Ansh | 2023-09-11 | 1 | -1/+1 |
| | | | | | * add new api event proxy * add new apiHost for analytics web | ||||
* | add new api event proxy (#1400) | Ansh | 2023-09-11 | 1 | -0/+1 |
| | |||||
* | composer: inhibit Cmd-Enter from inputting newline (#1421) | uakci | 2023-09-11 | 1 | -0/+1 |
| | |||||
* | Update time.ts to handle very small or negative time differences (#1390) | Bossett | 2023-09-08 | 1 | -1/+4 |
| | | | | | | | | | | | * Update time.ts to handle very small or negative time differences Right now, posts can appear to be from the future with a negative time difference (i.e. -3s appears). This change defines 'NOW' as less than 5 seconds old, and returns 'now' in that case. It's not clear how localisation is handled - this may need translation. * Add test for 'now' in time/ago(...) Add tests for ago() for right now (i.e. 'now') and 10s ago to ensure the seconds case is still tested | ||||
* | Fix autocomplete avatar alignment (#1414) | dan | 2023-09-08 | 1 | -1/+1 |
| | |||||
* | Set crop mode to None by default (#1415) | dan | 2023-09-08 | 1 | -1/+1 |
| | | | | | | | Fixes #1263 Previously, opening the crop tool had 1:1 selected by default. So if you opened it and pressed Done without changing anything, it would format the image as 1:1. After this change, None is selected by default. So if you open the crop tool and press Done without changing anything, nothing will change. | ||||
* | 💅 disallow overflow outside of post content area(s) (#1395) | Micah Maligie | 2023-09-07 | 2 | -2/+6 |
| | |||||
* | Give explicit names to MobX observer components (#1413) | dan | 2023-09-07 | 71 | -2772/+2801 |
| | | | | | | | | | * Consider observer(...) as components * Add display names to MobX observers * Temporarily suppress nested components * Suppress new false positives for react/prop-types | ||||
* | Add ESLint React plugin (#1412) | dan | 2023-09-07 | 11 | -616/+600 |
| | | | | | * Add eslint-plugin-react * Enable display name rule | ||||
* | Hotfix: Fix unable to enter invite code (#1409) | Ansh | 2023-09-07 | 1 | -2/+0 |
| | | | | | * Remove accessibilityRole from invite code input * remove unused styles | ||||
* | Fix scrollbar gutters on web (#1401) | Paul Frazee | 2023-09-07 | 2 | -12/+12 |
| | | | | | * Fix scrollbar gutters on web * Fix typecheck | ||||
* | Update ProfileHeader.tsx (#1389) | Minseo Lee | 2023-09-06 | 1 | -4/+4 |
| | |||||
* | fix text color on waitlist join (#1387) | Ansh | 2023-09-06 | 1 | -1/+1 |
| | |||||
* | Update tests | Paul Frazee | 2023-09-05 | 1 | -2/+2 |
| | |||||
* | Fix thread positioning on load (#1385) | Paul Frazee | 2023-09-05 | 1 | -4/+4 |
| | | | | | * Fix minIndex for consistent positioning on thread view * Enable maintainVisibleContentPosition on android now that it's supported | ||||
* | Upgrade to Expo 49 (#1331) | Eric Bailey | 2023-09-05 | 17 | -8/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Frazee | 2023-09-05 | 63 | -461/+762 |
| | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fix mismatching button label for speech recognition (#1372) | dan | 2023-09-05 | 5 | -5/+5 |
| | | | | | * Fix mismatching a11y label * Update all new post button labels to match | ||||
* | Fix caret jumps for web composer (#1374) | dan | 2023-09-05 | 1 | -5/+2 |
| | | | | | * Fix caret jumps for web composer * Autofocus at the end on mount | ||||
* | Improved mute alerting (#1355) | Paul Frazee | 2023-09-01 | 4 | -6/+63 |
| | | | | | | | * Use a simpler mute alert when viewing a post by a muted user * Dont mute self-QPs when we're overriding a mute * Fix types | ||||
* | Sort thread replies by likes (#1356) | Paul Frazee | 2023-09-01 | 1 | -1/+5 |
| | | | | | * Sort replies by likes * Types fix | ||||
* | refresh when empty (#1354) | Ansh | 2023-08-31 | 1 | -0/+7 |
| | |||||
* | show images in notification if post also has record embed (#1349) | Samuel Newman | 2023-08-31 | 1 | -0/+4 |
| | |||||
* | encode all unsafe characters in post text for translate URL (#1345) | Eric Bailey | 2023-08-31 | 1 | -1/+3 |
| | |||||
* | Fix 1338 mark notifications read with timeout and on app state change (#1340) | Ansh | 2023-08-30 | 1 | -1/+14 |
| | | | | | * mark notifications read with timeout and on app state change * fix type | ||||
* | Fix 1304 refresh notifications when a notif is clicked or received (#1339) | Ansh | 2023-08-30 | 2 | -6/+7 |
| | | | | | | | | | * refresh notifications when a notif is clicked * make notification syncing smarter * allow enabled appview proxy on mobile * put back syncqueue code | ||||
* | Fix #1328 fix emoji picker scroll on firefox and chrome (#1332) | Ansh | 2023-08-30 | 1 | -16/+36 |
| | | | | | | | | | * fix emoji picker scroll on firefox and chrome * click outside emoji picker to dismiss * dynamically position emoji picker * dynamically placing picker | ||||
* | Improvements to UI in web logged-out views (#1341) | Paul Frazee | 2023-08-30 | 6 | -120/+239 |
| | | | | | | | * Add LoggedOutLayout for desktop/tablet web * Avoid screen flash in the transition to onboarding * Fix comment | ||||
* | fix types for breakpoints on mobile (#1342) | Ansh | 2023-08-30 | 1 | -3/+6 |
| | |||||
* | Merge branch 'ansh/app-812-add-custom-feed-discovery-to-onboarding' into main | Paul Frazee | 2023-08-30 | 29 | -218/+1034 |
|\ | |||||
| * | Fix: remove bottom bar during onboard | Paul Frazee | 2023-08-30 | 1 | -0/+4 |
| | | |||||
| * | Simplify the RecommendedFeeds with breakpoint components | Paul Frazee | 2023-08-30 | 6 | -260/+204 |
| | | |||||
| * | Fix types and remove dead code | Paul Frazee | 2023-08-30 | 4 | -60/+1 |
| | | |||||
| * | More fixes to mobile onboard | Paul Frazee | 2023-08-30 | 8 | -165/+254 |
| | | |||||
| * | Fix onboarding on mobile web | Paul Frazee | 2023-08-30 | 7 | -216/+262 |
| | | |||||
| * | Tweak dark mode on web | Paul Frazee | 2023-08-30 | 1 | -3/+10 |
| | | |||||
| * | Tweaks to mobile onboard | Paul Frazee | 2023-08-29 | 2 | -6/+7 |
| | | |||||
| * | Rework web onboarding | Paul Frazee | 2023-08-29 | 9 | -126/+539 |
| | | |||||
| * | Move onboarding to the withAuthRequired HOC | Paul Frazee | 2023-08-29 | 9 | -103/+45 |
| | | |||||
| * | fix onboarding on web | Ansh Nanda | 2023-08-29 | 11 | -113/+235 |
| | |