Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix re-rendering issue | Ansh Nanda | 2023-05-16 | 2 | -56/+61 |
| | |||||
* | make sure TabBar re-rerenders when pinned feeds changes | Ansh Nanda | 2023-05-16 | 2 | -1/+2 |
| | |||||
* | allow changing pinned feed order on web | Ansh Nanda | 2023-05-16 | 6 | -25/+116 |
| | |||||
* | use uri instead of rkey to get feed data | Ansh Nanda | 2023-05-16 | 1 | -3/+6 |
| | |||||
* | fix routing on web | Ansh Nanda | 2023-05-16 | 5 | -67/+87 |
| | |||||
* | fix dark mode styling | Ansh Nanda | 2023-05-16 | 3 | -9/+19 |
| | |||||
* | drag to rearrange pinned items | Ansh Nanda | 2023-05-16 | 7 | -39/+256 |
| | |||||
* | bad fix to the tab bar animation | Ansh Nanda | 2023-05-16 | 2 | -73/+82 |
| | |||||
* | fix edge case when feed is liked only by one person | Ansh Nanda | 2023-05-16 | 1 | -2/+6 |
| | |||||
* | fix unliking | Ansh Nanda | 2023-05-16 | 1 | -1/+1 |
| | |||||
* | reload AlgoItem on focus via prop | Ansh Nanda | 2023-05-16 | 2 | -1/+6 |
| | |||||
* | make sure state is being synced across components | Ansh Nanda | 2023-05-16 | 6 | -38/+39 |
| | |||||
* | allow for pinning saved feeds | Ansh Nanda | 2023-05-16 | 7 | -58/+170 |
| | |||||
* | add heart icon to AlgoItem | Ansh Nanda | 2023-05-16 | 1 | -2/+4 |
| | |||||
* | link to user who created custom feed from preview | Ansh Nanda | 2023-05-16 | 1 | -4/+8 |
| | |||||
* | like/unlike improvements WIP | Ansh Nanda | 2023-05-15 | 2 | -10/+52 |
| | |||||
* | new design for custom feed preview | Ansh Nanda | 2023-05-15 | 7 | -34/+199 |
| | |||||
* | remove tab bar underline animation | Ansh Nanda | 2023-05-15 | 4 | -68/+111 |
| | |||||
* | saved feeds in tab bar | Ansh Nanda | 2023-05-15 | 5 | -22/+50 |
| | |||||
* | custom feed screen | Ansh Nanda | 2023-05-15 | 7 | -10/+119 |
| | |||||
* | renamed page to savedfeeds | Ansh Nanda | 2023-05-14 | 4 | -8/+6 |
| | |||||
* | add empty view to CustomAlgorithms screen | Ansh Nanda | 2023-05-14 | 2 | -34/+43 |
| | |||||
* | view all saved algos in settings | Ansh Nanda | 2023-05-13 | 5 | -17/+91 |
| | |||||
* | create algo-item model and redefine data models | Ansh Nanda | 2023-05-13 | 7 | -72/+144 |
| | |||||
* | custom feed embed | Ansh Nanda | 2023-05-12 | 2 | -4/+34 |
| | |||||
* | show algos by user on profile | Ansh Nanda | 2023-05-12 | 4 | -17/+99 |
| | |||||
* | remove unncessary code from actorFeedModel | Ansh Nanda | 2023-05-12 | 1 | -17/+1 |
| | |||||
* | actor feeds model | Ansh Nanda | 2023-05-12 | 1 | -0/+135 |
| | |||||
* | bookmarked feeds model | Ansh Nanda | 2023-05-12 | 1 | -0/+134 |
| | |||||
* | add custom algorithm screen to settings under moderation | Ansh Nanda | 2023-05-12 | 5 | -0/+47 |
| | |||||
* | add window dimensions to global styles | Ansh Nanda | 2023-05-12 | 1 | -1/+5 |
| | |||||
* | Prevent reply to from cascading (#610) | Ollie H | 2023-05-11 | 2 | -16/+24 |
| | |||||
* | Only allow one close draft confirmation at a time (#611) | Ollie H | 2023-05-11 | 1 | -2/+8 |
| | | | | | * Only allow one close draft confirmation at a time * lint | ||||
* | small label updates (#612) | bnewbold | 2023-05-11 | 1 | -5/+5 |
| | | | | | | | | | | | * labels: fix 'consentual' typo This label has never been applied, so safe to just change it. * labels: new 'nsfl' label, under both porn and gore categories * labels: new account-security label (always warn) * labling: re-word spam subtitle | ||||
* | Update web image editor (#588) | Ollie H | 2023-05-09 | 8 | -16/+634 |
| | | | | | | | | | | | | | | | | | | | | | | | * Update web image editor * Delete type-assertions.ts * Re-add getKeys * Uncomment rotation code * Revert "Uncomment rotation code" This reverts commit 6269f3b928c2e5cacaf5d0ff5323fe975ee48eab. * Shuffle dependencies and update mobile resolution * Update ImageEditor modal layout for mobile * Avoid accidental closes of the EditImage modal --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Add avatar to mobile autocomplete and create grapheme hook (#602) | Ollie H | 2023-05-09 | 3 | -66/+110 |
| | | | | | * Add avatar to mobile autocomplete and create grapheme hook * Remove comment, update filename, cut out redundant logic | ||||
* | Add time to app password and fix related text wrapping (#604) | Ollie H | 2023-05-09 | 1 | -9/+24 |
| | |||||
* | add target="_blank" prop to LinkText for safari (#606) | Ansh | 2023-05-09 | 2 | -2/+18 |
| | |||||
* | Add text wrapping to profile header (#603) | Ollie H | 2023-05-09 | 1 | -2/+11 |
| | |||||
* | [APP-639] Improve nsfw handling & force hidden on iOS (#605) | Paul Frazee | 2023-05-09 | 10 | -62/+223 |
| | | | | | | | | | | | * Identify adult content labels and handle them more specifically * Change adult content defaults to more conservative settings * Add an adultcontentenabled override that prohibits access on iOS * Improve usability of the content hider * Fix lint | ||||
* | [APP-615] COPPA-compliant signup (#570) | Paul Frazee | 2023-05-08 | 8 | -52/+246 |
| | | | | | | | | | * Rework account creation to be COPPA compliant * Fix lint * Switch android datepicker to use the spinner mode * Fix type signatures & usages | ||||
* | Visual improvements to web autocomplete (#591) | Ollie H | 2023-05-08 | 1 | -14/+108 |
| | | | | | * Visual improvements to web autocomplete * Remove stray styling | ||||
* | Format count and fix type warning (#600) | Ollie H | 2023-05-08 | 6 | -18/+27 |
| | |||||
* | add theme to SafeAreaView and preventAutoHide SplashScreen (#592) | Ansh | 2023-05-08 | 2 | -10/+12 |
| | |||||
* | Fix hardbreak formatting | renahlee | 2023-05-05 | 1 | -0/+2 |
| | |||||
* | Add account information to the top of settings (#583) | Paul Frazee | 2023-05-05 | 1 | -0/+17 |
| | |||||
* | make haptic feedback weaker on android (#584) | Ansh | 2023-05-05 | 1 | -4/+8 |
| | |||||
* | useLegacyImplementation in Android (#585) | Ansh | 2023-05-05 | 1 | -0/+2 |
| | |||||
* | sanitize app passwords name (#589) | Ansh | 2023-05-05 | 1 | -4/+38 |
| | |||||
* | Move href back to link (#590) | Ollie H | 2023-05-05 | 1 | -5/+7 |
| | | | | | | | | | * Move href back to link * Fix cmd/ctrl click on left nav --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> |