about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Introduce an image sizes cache to improve feed layouts (close #213) (#335)Paul Frazee2023-03-217-30/+92
| | | | | * Introduce an image sizes cache to improve feed layouts (close #213) * Clear out resolved promises from the image cache
* Fix sizing on the composer text input (#331)Paul Frazee2023-03-201-1/+2
|
* Fix default banner sizingPaul Frazee2023-03-201-2/+2
|
* Fix: poll for unread notifications globally (close #303) (#330)Paul Frazee2023-03-201-0/+1
|
* Fix visibility of the mentions autocomplete in the composer (#326) (#329)Paul Frazee2023-03-203-50/+67
| | | | | * Improve layout in composer to ensure the mentions autocomplete is visible (closes #326) * Dont dismiss the keyboard in the composer
* Request permissions properly on mobile (closes #308) (#328)Paul Frazee2023-03-201-4/+10
|
* Darkmode fixes (#301) (#327)Paul Frazee2023-03-2010-27/+89
| | | | | | | | | * Fix dark mode rendering of 'follows you' pill * Fix the darkmode coloring of the PTR * Fix dark mode styles in dns instructions * Only lint the src dir
* Merge branch 'onboarding-and-discovery' into mainPaul Frazee2023-03-191-0/+49
|\
| * Add missing deps and an atob polyfillPaul Frazee2023-03-191-0/+49
| |
| * Add language filtering to goodstuffPaul Frazee2023-03-193-19/+51
| |
| * Implement pager and tabbar for desktop webPaul Frazee2023-03-197-111/+222
| |
| * Go to whats-hot by default if you have no followsPaul Frazee2023-03-197-110/+178
| |
| * Swap the tab bar items and rename suggested to what's hotPaul Frazee2023-03-193-28/+27
| |
| * Fix for dev & stagingPaul Frazee2023-03-171-1/+1
| |
| * Switch to the off-spec goodstuff routePaul Frazee2023-03-172-19/+51
| |
| * Fix backgroundsPaul Frazee2023-03-172-1/+12
| |
| * Fall back to who to followPaul Frazee2023-03-172-1/+13
| |
| * Add foaf-based follow discoveryPaul Frazee2023-03-176-130/+335
| |
| * Choose good stuff based on servicePaul Frazee2023-03-172-2/+12
| |
| * Remove explicit 'onboarding' flowPaul Frazee2023-03-174-114/+0
| |
| * Add soft reset on tap selected in tab barPaul Frazee2023-03-172-3/+18
| |
| * Reduce home polling to the currently active page; also reuse some codePaul Frazee2023-03-171-192/+109
| |
| * Use the native driver on the tabbar indicator to improve perfPaul Frazee2023-03-173-10/+17
| |
| * Add the view header as a feed itemPaul Frazee2023-03-171-1/+5
| |
| * Fix to 'new posts' pollPaul Frazee2023-03-171-1/+7
| |
| * Move the feed selector to the footerPaul Frazee2023-03-176-40/+121
| |
| * Visual tune-upPaul Frazee2023-03-163-9/+9
| |
| * Implement popular & following views on home screenPaul Frazee2023-03-166-162/+272
| |
| * Add tab bar to pagerPaul Frazee2023-03-163-7/+198
| |
| * Get home screen's swipable pager working with the drawerPaul Frazee2023-03-165-6/+79
| |
* | Add custom feeds selector, rework search, simplify onboarding (#325)Paul Frazee2023-03-1927-363/+1133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get home screen's swipable pager working with the drawer * Add tab bar to pager * Implement popular & following views on home screen * Visual tune-up * Move the feed selector to the footer * Fix to 'new posts' poll * Add the view header as a feed item * Use the native driver on the tabbar indicator to improve perf * Reduce home polling to the currently active page; also reuse some code * Add soft reset on tap selected in tab bar * Remove explicit 'onboarding' flow * Choose good stuff based on service * Add foaf-based follow discovery * Fall back to who to follow * Fix backgrounds * Switch to the off-spec goodstuff route * 1.8 * Fix for dev & staging * Swap the tab bar items and rename suggested to what's hot * Go to whats-hot by default if you have no follows * Implement pager and tabbar for desktop web * Pin deps to make expo happy * Add language filtering to goodstuff
* | Fixes the lightbox not having a close button on web (#306) (#323)John Fawcett2023-03-191-18/+40
| |
* | Fixes profile edit image selection not prompting users on web (#309) (#321)John Fawcett2023-03-193-2/+19
| | | | | | | | | | * Fixes profile edit image selection not prompting users on web (#309) * Fixes linting erros
* | Fixes character counter missing on web (#300) (#322)John Fawcett2023-03-191-39/+0
| |
* | Fixes quote post not showing up in quote post composer (#315) (#318)John Fawcett2023-03-184-3/+11
|/
* Refactor feed manipulation and rendering to be more robust (#297)Paul Frazee2023-03-167-260/+360
|
* Disable the drawer and reset the nav when the user logs out or switches accountsPaul Frazee2023-03-162-1/+3
|
* Update team handles and fetch more data in discoveryPaul Frazee2023-03-152-9/+9
|
* Tune up notification badge renderingPaul Frazee2023-03-152-21/+7
|
* Optimize and refactor profile rendering a bitPaul Frazee2023-03-152-76/+90
|
* Temporarily disable swipe gesture on profilesPaul Frazee2023-03-151-1/+1
|
* Logout bug hunt (#294)Paul Frazee2023-03-155-48/+100
| | | | | | | | | | | * Stop storing the log on disk * Add more info to the session logging * Only clear session tokens from storage when they've expired * Retry session resumption a few times if it's a network issue * Improvements to the 'connecting' screen
* Temporary hackfix for desktop searchPaul Frazee2023-03-141-3/+3
|
* Create build step for the web server (#289)Paul Frazee2023-03-141-1/+1
| | | | | * Create build step for the web server * Update bskyweb routes and 404 behavior
* Handle logged out mobile web betterPaul Frazee2023-03-144-52/+118
|
* Fix multiline input in composerPaul Frazee2023-03-141-0/+1
|
* Fix mentions in webPaul Frazee2023-03-141-1/+2
|
* A couple small fixesPaul Frazee2023-03-142-10/+11
|
* Add waitlist signupPaul Frazee2023-03-146-8/+199
|
* Delete dead codePaul Frazee2023-03-141-20/+0
|