Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PWI] Home (#2007) | Eric Bailey | 2023-11-27 | 4 | -61/+121 |
| | | | | | | | | | * Fix up home page * Fix spacing * Remove unused default tab * Update logic | ||||
* | Don't check unread if session doesn't exist (#2008) | Eric Bailey | 2023-11-27 | 1 | -1/+5 |
| | |||||
* | Add more debugging to auth (#2009) | Eric Bailey | 2023-11-27 | 1 | -1/+29 |
| | |||||
* | Filter out blocked posts from thread view (#2006) | Eric Bailey | 2023-11-27 | 1 | -3/+4 |
| | |||||
* | Two fixes to react-key generation (#2004) | Paul Frazee | 2023-11-27 | 2 | -3/+4 |
| | | | | | * Fix missing react keys in ListMembers * Fix react key construction for the posts feed | ||||
* | Make sure logger serializes errors (#2001) | Eric Bailey | 2023-11-27 | 2 | -4/+37 |
| | |||||
* | Nav home after switch accounts (#2002) | Eric Bailey | 2023-11-27 | 1 | -2/+14 |
| | |||||
* | Fix soft reset scroll on profile (#1998) | Eric Bailey | 2023-11-27 | 1 | -18/+23 |
| | |||||
* | Raise levels of some logs during pre-release (#1994) | Eric Bailey | 2023-11-26 | 2 | -6/+9 |
| | |||||
* | Fix translation strings (#1995) | Eric Bailey | 2023-11-26 | 10 | -2771/+3381 |
| | |||||
* | Fix bad references in account switcher (#1999) | Eric Bailey | 2023-11-26 | 1 | -2/+2 |
| | |||||
* | Fix double border, improve load state (#1997) | Eric Bailey | 2023-11-26 | 1 | -4/+5 |
| | |||||
* | [PWI] Clarify different ways of clearing current account/logout (#1991) | Eric Bailey | 2023-11-24 | 1 | -17/+29 |
| | | | | | * Clarify different ways of clearing current account/logout * Reorder log | ||||
* | Fall back for non-public feeds (#1988) | Eric Bailey | 2023-11-24 | 2 | -14/+90 |
| | |||||
* | Fix onboarding web layout (#1990) | Eric Bailey | 2023-11-24 | 1 | -2/+13 |
| | |||||
* | PWI: Refactor Shell (#1989) | dan | 2023-11-24 | 29 | -1645/+1607 |
| | | | | | | | | | | | | | | | | | | | * Vendor createNativeStackNavigator for further tweaks * Completely disable withAuthRequired * Render LoggedOut for protected routes * Move web shell into the navigator * Simplify the logic * Add login modal * Delete withAuthRequired * Reset app state on session change * Move TS suppression | ||||
* | Allow dynamic locale imports for web (#1971) | Ansh | 2023-11-24 | 2 | -1/+29 |
| | | | | | * allow dynamic locale imports for web * remove unnecessary file | ||||
* | Fix missing effect cleanup (#1986) | dan | 2023-11-24 | 1 | -1/+2 |
| | |||||
* | Show feeds in PWI (#1984) | dan | 2023-11-23 | 1 | -1/+1 |
| | |||||
* | PWI: Profile (#1982) | dan | 2023-11-23 | 3 | -102/+126 |
| | | | | | | | * PWI: Profile * Show replies conditionally * Dismiss modals on auth action | ||||
* | Fixes 1731, compare URLs case-insensitive (#1980) | Eric Bailey | 2023-11-22 | 1 | -5/+20 |
| | |||||
* | [PWI] Clean up logged out screen (#1978) | Eric Bailey | 2023-11-22 | 4 | -80/+98 |
| | | | | | * Clean up logged out screen * Better responsive styles | ||||
* | [PWI] Misc (#1977) | Eric Bailey | 2023-11-22 | 6 | -71/+99 |
| | | | | | | | * PostDropdownBtn * Hide reply prompt * Hide FABs | ||||
* | Implement "scroll to top" for profile tabs (#1973) | dan | 2023-11-22 | 4 | -177/+271 |
| | | | | | | | | | * Hook up scroll to top handlers * Scroll and invalidate Feeds/Lists * Fix index calc due to conditional tabs * Reorder lines for clarity | ||||
* | [PWI] Feeds (#1970) | Eric Bailey | 2023-11-21 | 2 | -39/+49 |
| | | | | | | | * Feeds page * Hide save buttons on Feeds page * ProfileFeed | ||||
* | Search page (#1969) | Eric Bailey | 2023-11-21 | 1 | -6/+51 |
| | |||||
* | [PWI] Shell (#1967) | Eric Bailey | 2023-11-21 | 9 | -289/+416 |
| | | | | | | | | | | | | | | | * Sidebars * Bottom bar * Drawer * Translate * Spacing fix * Fix responsive regression * Fix nit | ||||
* | Shadow refactoring and improvements (#1959) | dan | 2023-11-21 | 27 | -203/+115 |
| | | | | | | | | | | | | | | | * Make shadow a type-only concept * Prevent unnecessary init state recalc * Use derived state instead of effects * Batch emitter updates * Use object first seen time instead of dataUpdatedAt * Stop threading dataUpdatedAt through * Use same value consistently | ||||
* | PWI Base (#1964) | Eric Bailey | 2023-11-21 | 25 | -751/+1022 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add dev-only button to clear storage (#1965) | Eric Bailey | 2023-11-21 | 3 | -0/+54 |
| | | | | | | | * Add dev-only button to clear storage * Add legacy storage clearing too * Use try/catch | ||||
* | Re-wrap forgot pw success in layout (#1966) | Eric Bailey | 2023-11-21 | 1 | -1/+6 |
| | |||||
* | Hindi Internationalization (#1914) | Ansh | 2023-11-20 | 68 | -2058/+5121 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Improve dedupe logic on search suggestions (#1958) | Eric Bailey | 2023-11-17 | 1 | -15/+14 |
| | |||||
* | Optimize notifications rendering (#1957) | dan | 2023-11-17 | 1 | -3/+5 |
| | |||||
* | Add missing type (#1955) | dan | 2023-11-17 | 1 | -0/+4 |
| | |||||
* | Fix some key errors (#1951) | Eric Bailey | 2023-11-17 | 2 | -5/+10 |
| | |||||
* | Do less work (#1953) | dan | 2023-11-17 | 6 | -29/+24 |
| | |||||
* | Fix some type errors (#1952) | Eric Bailey | 2023-11-17 | 7 | -15/+40 |
| | | | | | * Fix some low-hanging type errors * Override scrollRef types on profile | ||||
* | Freeze inactive screens (#1949) | dan | 2023-11-16 | 2 | -0/+5 |
| | |||||
* | Use non-reactive callbacks for some methods (#1948) | dan | 2023-11-16 | 3 | -39/+34 |
| | | | | | | | * Use non-reactive callbacks for some methods * Remove unnecessary state * Use non-reactive callbacks for modals | ||||
* | Add some memoization (#1947) | dan | 2023-11-16 | 4 | -12/+18 |
| | |||||
* | Improve notification load behaviors (#1943) | Paul Frazee | 2023-11-16 | 5 | -6/+34 |
| | | | | | | | * Dont use the stale cache for notifs-feed * Add a delay to marking all read to avoid marking upcoming posts as read * Trigger automatic notifications refresh when navigating to the tab, in certain conditions | ||||
* | Move the current agent to a global and reset RQ queries on agent change (#1946) | Paul Frazee | 2023-11-16 | 40 | -260/+218 |
| | |||||
* | Fix jumpy modal regression (#1945) | dan | 2023-11-16 | 2 | -6/+33 |
| | |||||
* | Notifs refresh improvement (#1941) | Paul Frazee | 2023-11-16 | 2 | -2/+20 |
| | | | | | | | | | * Show loading state in notifications * Fix invalidation of notifs * Move spinner below header * Fix: dont show spinner on initial load | ||||
* | Revise cache times (#1942) | Eric Bailey | 2023-11-16 | 14 | -14/+14 |
| | | | (cherry picked from commit 1be2060a2b81741dcf9a392160af87d2747b3497) | ||||
* | Disable refetchOnWindowFocus on react-query (#1936) | Paul Frazee | 2023-11-16 | 1 | -1/+11 |
| | |||||
* | Caching heuristics (#1938) | Eric Bailey | 2023-11-16 | 30 | -22/+122 |
| | | | | | * Tempfix profile load * First pass at staleTime | ||||
* | Add profile loading shim (#1940) | dan | 2023-11-16 | 3 | -22/+26 |
| | |||||
* | Fix blank feed (#1935) | dan | 2023-11-16 | 1 | -18/+35 |
| | | | | | | | * Split feed into two components * Rm unused * Add a spinner |