about summary refs log tree commit diff
path: root/src/view/com/pager
Commit message (Collapse)AuthorAgeFilesLines
...
* UI tune upsPaul Frazee2023-05-251-3/+7
|
* Fixes & updates for mobile webPaul Frazee2023-05-251-4/+5
|
* Tune up custom feed uis on webPaul Frazee2023-05-251-2/+3
|
* Merge branch 'custom-algos' of github.com:bluesky-social/social-app into ↵Paul Frazee2023-05-251-1/+1
|\ | | | | | | custom-algos
| * small tweak to tab bar positioningAnsh Nanda2023-05-251-1/+1
| |
* | Add feeds tabPaul Frazee2023-05-252-7/+3
|/
* Small tweak to feed tab bar positioningPaul Frazee2023-05-251-1/+1
|
* Visually unify the home header with other screensPaul Frazee2023-05-252-4/+5
|
* Switch to new satellite icon on the headerPaul Frazee2023-05-251-5/+10
|
* add saved feeds to left nav on desktopAnsh Nanda2023-05-252-4/+7
|
* Merge branch 'custom-algos' of https://github.com/bluesky-social/social-app ↵Ansh Nanda2023-05-252-17/+20
|\ | | | | | | into custom-algos
| * Tune the UI layout of the feed tab headerPaul Frazee2023-05-252-20/+21
| |
* | adjust styling for feeds tab bar on mobileAnsh Nanda2023-05-252-4/+10
|/
* put user avatar on bottom bar and replace with hamburger menu on topAnsh Nanda2023-05-251-2/+2
|
* add top bar and link to new SavedScreenAnsh Nanda2023-05-252-15/+40
|
* make tab bar scroll view draggable on webAnsh Nanda2023-05-243-3/+19
|
* A few more UX tweaksPaul Frazee2023-05-182-2/+2
|
* Fix lintPaul Frazee2023-05-181-1/+1
|
* Drop the hard-coded what's hot algoPaul Frazee2023-05-182-12/+2
|
* Tab bar fixesPaul Frazee2023-05-182-3/+3
|
* Store/sync pinned feeds on the serverPaul Frazee2023-05-181-52/+47
|
* Improve pinned feed managementPaul Frazee2023-05-171-66/+59
|
* Desktop styling fixesPaul Frazee2023-05-172-3/+9
|
* Fixes to the tab barPaul Frazee2023-05-173-111/+46
|
* Usability improvements to feedsPaul Frazee2023-05-172-8/+4
|
* Add 'my feeds' tabPaul Frazee2023-05-171-0/+1
|
* Merge branch 'main' into custom-algosPaul Frazee2023-05-171-8/+11
|\
| * [APP-635] Mutelists (#601)Paul Frazee2023-05-111-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lists and profilelist screens * Implement lists screen and lists-list in profiles * Add empty states to the lists screen * Switch (mostly) from blocklists to mutelists * Rework: create a new moderation screen and move everything related under it * Fix moderation screen on desktop web * Tune the empty state code * Change content moderation modal to content filtering * Add CreateMuteList modal * Implement mutelist creation * Add lists listings * Add the ability to create new mutelists * Add 'add to list' tool * Satisfy the hashtag hyphen haters * Add update/delete/subscribe/unsubscribe to lists * Show which list caused a mute * Add list un/subscribe * Add the mute override when viewing a profile's posts * Update to latest backend * Add simulation tests and tune some behaviors * Fix lint * Bump deps * Fix list refresh after creation * Mute list subscriptions -> Mute lists
* | make sure TabBar re-rerenders when pinned feeds changesAnsh Nanda2023-05-162-1/+2
| |
* | allow changing pinned feed order on webAnsh Nanda2023-05-161-2/+11
| |
* | bad fix to the tab bar animationAnsh Nanda2023-05-162-73/+82
| |
* | make sure state is being synced across componentsAnsh Nanda2023-05-161-2/+6
| |
* | remove tab bar underline animationAnsh Nanda2023-05-152-68/+77
| |
* | saved feeds in tab barAnsh Nanda2023-05-152-21/+28
|/
* React Native accessibility (#539)Ollie H2023-05-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * React Native accessibility * First round of changes * Latest update * Checkpoint * Wrap up * Lint * Remove unhelpful image hints * Fix navigation * Fix rebase and lint * Mitigate an known issue with the password entry in login * Fix composer dismiss * Remove focus on input elements for web * Remove i and npm * pls work * Remove stray declaration * Regenerate yarn.lock --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Move border positioning to FlatList and ScrollView (#509)Ollie Hsieh2023-04-212-3/+3
| | | | | * Move border positioning to FlatList and ScrollView * Fix mobile web tab bar border
* Add cursor to clickable elements (#491)Ollie Hsieh2023-04-191-21/+19
| | | | | | | | | | | | | | | | | | | * Add cursor to clickable elements * Add cursor to clickable elements * Update per comments * Fix word wrap in notifications * Center the web login-load screen * Add hover states on web * Fix lint --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Fix web home feed sizing and related issues (close #432) (#475)Paul Frazee2023-04-151-6/+52
| | | | | | | | | | | | | | | * Fix web home feed sizing (close #432) * Fix lint * Fix positioning of profile not found error * Fix load latest on mobile * Fix overflow issues on mobile web (visible in postthread) * Fix bottom pad on mobile web * Remove old comment
* Mobile Web (#427)John Fawcett2023-04-123-69/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP * WIP * Fix header offset on web * Remove debug * Fix web mobile feed and FAB layout * Fix modals on mobile web * Remove dead code * Remove ios config that shouldnt be committed now * Move bottom bar into its own folder * Fix web drawer navigation and state behaviors * Remove dark mode toggle from web drawer for now * Fix search on mobile web * Fix the logged out splash screen on mobile web * Fixes to detox simulator --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* [DRAFT] Android (#424)Ansh2023-04-091-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add android & ios folders to .gitignore * delete android and ios dirs * fix android build errors * fix status bar color * fix top cutoff on composer in android * fix weird whitespace issue in post * fix greyed out header android * fix main feed getting cut off android * fix swiping on main feed * fix profile tabs switching on android * A few app.json config items for iOS * Update app.json for bgfetch * make swiping work on android * make splash screen cover * add eas.json * fix image container on android * fix android status bar color * use expo-splash-screen instead of react-native-splash-screen --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Lex refactor (#362)Paul Frazee2023-03-313-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove the hackcheck for upgrades * Rename the PostEmbeds folder to match the codebase style * Updates to latest lex refactor * Update to use new bsky agent * Update to use api package's richtext library * Switch to upsertProfile * Add TextEncoder/TextDecoder polyfill * Add Intl.Segmenter polyfill * Update composer to calculate lengths by grapheme * Fix detox * Fix login in e2e * Create account e2e passing * Implement an e2e mocking framework * Don't use private methods on mobx models as mobx can't track them * Add tooling for e2e-specific builds and add e2e media-picker mock * Add some tests and fix some bugs around profile editing * Add shell tests * Add home screen tests * Add thread screen tests * Add tests for other user profile screens * Add search screen tests * Implement profile imagery change tools and tests * Update to new embed behaviors * Add post tests * Fix to profile-screen test * Fix session resumption * Update web composer to new api * 1.11.0 * Fix pagination cursor parameters * Add quote posts to notifications * Fix embed layouts * Remove youtube inline player and improve tap handling on link cards * Reset minimal shell mode on all screen loads and feed swipes (close #299) * Update podfile.lock * Improve post notfound UI (close #366) * Bump atproto packages
* Fix tscPaul Frazee2023-03-221-1/+1
|
* Move the feed selector to the header (#352)Paul Frazee2023-03-225-0/+403
* Reorg pager components into their own folder * Move the feed selector to the header * Fix lint