about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed a typo on the onboarding recommended screen (#1604)Baasbase2023-10-041-1/+1
| |
* | Onboarding & feed fixes (#1602)Paul Frazee2023-10-0412-96/+262
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix: improve the 'end of feed' detection condition * Fix the feeds link on mobile in the empty state * Align the following empty state better on web * Dont autofocus the search input in the search tab * Fix the error boundary render * Add 'end of feed' CTA to following feed * Reduce the default feeds to discover now that we have feed-selection during onboarding * Fix case where loading spinner fails to stop rendering in bottom of feed * Fix: dont show loading spinner at footer of feed when refreshing * Fix: dont fire reminders during onboarding * Optimize adding feeds and update to mirror the api behaviors more closely * Use the lock in preferences to avoid clobbering in-flight updates * Refresh the feed after onboarding to ensure content is visible * Remove the now-incorrect comment * Tune copy
* Improve time to content in the search page (#1603)Paul Frazee2023-10-031-48/+84
| | | | | * Improve time to content in the search page * Improve loading state clarity
* Fix a potential reference error in bottombarweb (#1600)Paul Frazee2023-10-031-1/+6
|
* Fix: only use scroll-positioning control on thread when looking at replies ↵Paul Frazee2023-10-032-1/+9
| | | | (#1587)
* Add an illustration to the email verification reminder (#1586)Paul Frazee2023-10-031-0/+27
| | | | | * Add an illustration to the email verification reminder * Set height on svg to avoid overflow issues in android
* Fix bad reference when image picker is canceled (#1598)Paul Frazee2023-10-032-0/+6
|
* Warn the user on links that dont match their text (#1573)Paul Frazee2023-10-027-2/+251
| | | | | | | | | | | | | | | | | | | * Add link warning modal when URLs do not match their text * Simplify the misleading link case for clarity * Fix typecheck * fix dark mode * Give a stronger visual indication of the root domain in the link warning * More rigorous URL mismatch logic * Remove debug --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
* fix styling when on FeedsTab (#1574)Ansh2023-10-021-0/+1
|
* Fix alt text selectability in lightbox on web (close #1548) (#1571)Paul Frazee2023-10-021-1/+0
|
* Small sizing tweaks to the web modal (#1568)Paul Frazee2023-10-022-3/+3
|
* Fix 1405 handle android back button in composer (#1446)Ansh2023-09-296-17/+37
| | | | | | | * handle android back button in composer * improve backHandler error handling * simplify composer onClose functionality
* Fix warningPaul Frazee2023-09-281-4/+7
|
* Improve Device Detection For Better Responsiveness (#1512)Bryan Lee2023-09-289-244/+289
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Account quick switch modal (#1567)Paul Frazee2023-09-289-59/+243
| | | | | | | | | | | | | | | * quick switch menu * Some small tweaks and fixes to the account switch modal * Factor out the account switcher logic to a hook * Add haptic feedback on account switcher open * Fix bad merge --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Slightly larger desktop leftnav pfpPaul Frazee2023-09-281-1/+1
|
* Merge branch 'small-pfp-desktop-2' of https://github.com/Tanza3D/social-app ↵Paul Frazee2023-09-281-1/+1
|\ | | | | | | into Tanza3D-small-pfp-desktop-2
| * Small PFP on desktopTanza3D2023-09-261-1/+1
| |
* | Email verification and change flows (#1560)Paul Frazee2023-09-2812-6/+810
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix 'Reposted by' text overflow * Add email verification flow * Implement change email flow * Add verify email reminder on load * Bump @atproto/api@0.6.20 * Trim the inputs * Accessibility fixes * Fix typo * Fix: include the day in the sharding check * Update auto behaviors * Update yarn.lock * Temporary error message --------- Co-authored-by: Eric Bailey <git@esb.lol>
* | Handle long feed listings on the right nav with scrolling (#1562)Paul Frazee2023-09-282-2/+5
| |
* | Fix pointerPaul Frazee2023-09-281-1/+7
| |
* | Merge branch 'expand-author-pressable' of ↵Paul Frazee2023-09-281-9/+40
|\ \ | | | | | | | | | https://github.com/mozzius/bluesky-official-app into mozzius-expand-author-pressable
| * | Don't render a pressable if there's only one notification authorSamuel Newman2023-09-281-9/+40
| | |
* | | Move sidebar by 10px for more even padding (#1543)Tanza2023-09-281-1/+1
|/ /
* | fix link highlighting with mention present (#1544)Eric Bailey2023-09-272-80/+29
| |
* | Merge pull request #1553 from mozzius/refreshed-web-repost-dropdownEric Bailey2023-09-271-37/+54
|\ \ | | | | | | Use refreshed dropdown style for repost/quote post dropdown
| * | replace dropdown componentSamuel Newman2023-09-271-37/+54
| | |
* | | Improve image cropping on android and introduce aspect ratio field (#1525)Paul Frazee2023-09-274-7/+21
| | | | | | | | | | | | | | | * Fix image cropping on android * Store and use aspect ratio field in post images (close #1392)
* | | Improvements to auto-mentioning users from their profiles (#1556)Eric Bailey2023-09-272-6/+22
|/ / | | | | | | | | | | | | | | | | | | | | | | | | * Don't automatically mention users with invalid handles * don't mention when using did urls * resolve profile from cache * a little clearer --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* / fix 'Reposted by' text overflow (#1535)Eric Bailey2023-09-261-1/+2
|/
* :lipstick: Remove report option on my own post (#1537)Foysal Ahamed2023-09-261-1/+1
|
* Fix gallery image size (#1474)Sasha Mansurov2023-09-251-6/+36
| | | Fixes #1323
* Fixes to tests (#1518)Paul Frazee2023-09-221-0/+12
|
* Trim whitespace on invite code (#1517)Paul Frazee2023-09-221-1/+1
|
* Accessibility fixes: add missing labels, dynamically scale home header (#1516)Paul Frazee2023-09-2210-32/+52
| | | | | * Improve labels * Dynanically adjust home header to account for font scaling
* boolEric Bailey2023-09-221-2/+4
|
* update translator link show logicEric Bailey2023-09-221-3/+3
|
* Move home feed and thread preferences to server (#1507)Paul Frazee2023-09-216-161/+191
| | | | | | | | | | | * Move home feed and thread preferences to server * Fix thread usage of prefs * Remove log * Bump @atproto/api@0.6.16 * Improve type usage
* Switch the date input web version to the date-input web control (#1510)Paul Frazee2023-09-211-47/+30
| | | | | * Switch the date input web version to the date-input web control * Fix types
* Wrap the post thread screen in an observer (#1509)Paul Frazee2023-09-211-67/+70
|
* Dont reposition load latest button on desktop (#1508)Paul Frazee2023-09-211-1/+2
|
* Minor alignment fixPaul Frazee2023-09-211-1/+1
|
* Tune the treeview mode to use larger immediate-children (#1506)Paul Frazee2023-09-212-20/+14
| | | | | * Tune the treeview mode to use larger immediate-children * Fix display name alignment
* Language settings updates, new primary language setting (#1471)Eric Bailey2023-09-2111-14/+252
| | | | | | | | | | | | | | | * move content languages to screen * add dropdown library, style primary lang select * update settings button * show selected langauges in button * use primary language in translator link * update copy * lint
* add suggested follows metrics (#1503)Eric Bailey2023-09-203-3/+18
|
* Prefilter the mergefeed to ensure a better mix of following and custom feeds ↵Paul Frazee2023-09-2015-73/+203
| | | | | | | | | | | | | | | (#1498) * Prefilter the mergefeed to ensure a better mix of following and custom feeds * Test suite improvements & tests for the mergefeed (#1499) * Disable invite codes test for now * Update test sim to latest iphone * Introduce TestCtrls driver * Add mergefeed tests
* Improve consistency of floating button positioning (#1501)Paul Frazee2023-09-202-26/+17
|
* Updates InviteCodes modal to use dynamic/responsive styles on web (#1502)Bryan Lee2023-09-201-1/+10
|
* add suggested follow section to profile header (#1481)Eric Bailey2023-09-205-34/+406
| | | | | | | | | | | | | * add suggested follow section to profile header * fix button overflow * don't even render on preview * fix useFollowDid and FollowButton race condition * add section header, close button, active state * lighten icon
* Tune the treeview UI a bit more (#1494)Paul Frazee2023-09-203-61/+69
|