Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update web build and web-specific components; RNW now builds | Paul Frazee | 2023-01-26 | 4 | -2/+7 | |
| | ||||||
* | Fix all type errors | Paul Frazee | 2023-01-26 | 36 | -189/+351 | |
| | ||||||
* | Brand tuning: switch from "blueprint B" to "cloud imagery" (#96) | Paul Frazee | 2023-01-25 | 4 | -97/+40 | |
| | | | | | | | | | * Switch app icon to bluesky image * Update splash screen to clouds * Update login screen to use branding * Lighten the shadows in the brand imagery | |||||
* | Fix pagination and rendering of suggested follows (#95) | Paul Frazee | 2023-01-25 | 1 | -11/+28 | |
| | ||||||
* | Saves image on long press (#83) | Aryan Goharzad | 2023-01-25 | 19 | -29/+1535 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Saves image on long press * Adds save on long press * Forking lightbox * move to wrapper only to the bottom sheet to reduce impact of this change * lint * lint * lint * Use official `share` API * Clean up cache after download * comment * comment * Reduce swipe close velocity * Updates per feedback * lint * bugfix * Adds delayed press-in for TouchableOpacity | |||||
* | Adds darkmode support for "Liked by" screen (#94) | Aryan Goharzad | 2023-01-25 | 1 | -5/+9 | |
| | | | | | | | * Adds darkmode support for "Liked by" screen * changes based on feedback * variable naming | |||||
* | Push notification & session management cleanup (#92) | Paul Frazee | 2023-01-25 | 2 | -7/+89 | |
| | | | | | | | | | | | | | | | * Add some temporary logging to help suss out the session drop issue * Fix to session resumption: copy session tokens during a resumeSession attempt * Factor out notifee display into a lib and add to storybook * Tune the bg notifications fetch to only get what is needed * Fix: run account update inside a mobx action * Remove debugging logs for sessions * Fixes to bg notifications fetch | |||||
* | Add basic analytics (#89) | Paul Frazee | 2023-01-24 | 3 | -0/+13 | |
| | | | | | * Add basic analytics * Fix: add mock for analytics | |||||
* | Resolve all remaining lint issues (#88) | Paul Frazee | 2023-01-24 | 53 | -456/+451 | |
| | | | | | | | | | * Rework 'navIdx' variables from number arrays to strings to avoid equality-check failures in react hooks * Resolve all remaining lint issues * Fix tests * Use node v18 in gh action test | |||||
* | more prettier and lint cleanup (#82) | Aryan Goharzad | 2023-01-24 | 8 | -16/+4 | |
| | | | | | | | | | | | | | * more prettier and lint cleanup * Fixes more lint issues * lint * ignore more files * remove todos * lint | |||||
* | Account switcher (#85) | Paul Frazee | 2023-01-24 | 12 | -420/+764 | |
| | | | | | | | | | | | | | | | * Update the account-create and signin views to use the design system. Also: - Add borderDark to the theme - Start to an account selector in the signin flow * Dark mode fixes in signin ui * Track multiple active accounts and provide account-switching UI * Add test tooling for an in-memory pds * Add complete integration tests for login and the account switcher | |||||
* | Removes white space from around images (#81) | Aryan Goharzad | 2023-01-23 | 1 | -6/+9 | |
| | | | | | * Removes white space from around images * Add a subtle border | |||||
* | Lints some errors and warnings (#76) | Aryan Goharzad | 2023-01-20 | 10 | -18/+45 | |
| | ||||||
* | Sanity check selector swipes | Paul Frazee | 2023-01-20 | 1 | -2/+4 | |
| | ||||||
* | More layout fixes in notifications | Paul Frazee | 2023-01-20 | 1 | -3/+3 | |
| | ||||||
* | Spacing fix of expanded notifications | Paul Frazee | 2023-01-20 | 1 | -1/+1 | |
| | ||||||
* | Fix font color of expanded notifs | Paul Frazee | 2023-01-20 | 1 | -1/+1 | |
| | ||||||
* | Fix text color in composer | Paul Frazee | 2023-01-19 | 1 | -1/+1 | |
| | ||||||
* | Fix a case where the 'aborted' error message was getting through | Paul Frazee | 2023-01-19 | 1 | -3/+7 | |
| | ||||||
* | Fix: taps on images in the composer now register even when input is focused | Paul Frazee | 2023-01-19 | 1 | -0/+1 | |
| | ||||||
* | Fix: new post doesnt open images selector | Paul Frazee | 2023-01-19 | 1 | -1/+1 | |
| | ||||||
* | Add the ability to paste images into the composer (#56) | Paul Frazee | 2023-01-19 | 2 | -25/+69 | |
| | ||||||
* | Fix error logs | Paul Frazee | 2023-01-19 | 1 | -2/+2 | |
| | ||||||
* | Fixes to likes list | Paul Frazee | 2023-01-19 | 1 | -34/+35 | |
| | ||||||
* | Fixes to reposted-by list | Paul Frazee | 2023-01-19 | 1 | -31/+40 | |
| | ||||||
* | Fixes to follows listing | Paul Frazee | 2023-01-19 | 1 | -34/+40 | |
| | ||||||
* | Fixes to the followers list view | Paul Frazee | 2023-01-19 | 2 | -31/+42 | |
| | ||||||
* | Fix: ensure all views can scroll to the bottom | Paul Frazee | 2023-01-19 | 13 | -5/+15 | |
| | ||||||
* | Update load latest to match sizing and aesthetic better | Paul Frazee | 2023-01-19 | 1 | -16/+18 | |
| | ||||||
* | Visual tweaks to post prompts | Paul Frazee | 2023-01-19 | 1 | -7/+6 | |
| | ||||||
* | Fix weird bar at top of composer in dark mode | Paul Frazee | 2023-01-19 | 1 | -2/+3 | |
| | ||||||
* | Fix bad ref | Paul Frazee | 2023-01-19 | 1 | -1/+1 | |
| | ||||||
* | Change post prompt to a set of buttons (#55) | Paul Frazee | 2023-01-19 | 3 | -4/+59 | |
| | ||||||
* | Fixes youtube embed issues (#50) | Aryan Goharzad | 2023-01-19 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | * fixes youtube embed * move extractMetaHtml test to its own file * tests cleanup * Add fallback for youtube meta data * lint * Check for youtube in the url domain * use hostname instead of full url to check for link domain * checks only for domain | |||||
* | Improve link meta fetching for bsky links (#54) | Paul Frazee | 2023-01-19 | 3 | -5/+8 | |
| | | | | | | | * Add share dropdown item to profiles * Temporary improvement for links to content on the network * Enlarge text slightly on embed cards | |||||
* | Clean up the settings page | Paul Frazee | 2023-01-19 | 1 | -4/+6 | |
| | ||||||
* | Improve the 'expand avis' animation in the notifications | Paul Frazee | 2023-01-19 | 1 | -27/+35 | |
| | ||||||
* | Fix missing key in list | Paul Frazee | 2023-01-19 | 1 | -0/+1 | |
| | ||||||
* | Add the ability to expand/collapse users in notifications | Paul Frazee | 2023-01-19 | 4 | -58/+202 | |
| | ||||||
* | Tune the empty state visuals | Paul Frazee | 2023-01-19 | 2 | -5/+9 | |
| | ||||||
* | Tweak compose prompt spacing | Paul Frazee | 2023-01-19 | 1 | -3/+2 | |
| | ||||||
* | Post layout tweaks (#53) | Paul Frazee | 2023-01-19 | 7 | -26/+44 | |
| | | | | | | | | | | | | | | | | | * Increase left margin on feed and embiggen avis * Decrease feed margins a bit * Tweak post bottom margin * Update loading placeholder to match feed * Update 'view full thread' positioning * Update postthread to match feed layout * Update notifications and individual post to match new layout * Add missing aborted check | |||||
* | Update composer to preview external link cards (#52) | Paul Frazee | 2023-01-18 | 3 | -2/+207 | |
| | | | | | | | * Fetch external link metadata during compose so the user can preview and remove the embed * Add missing mocks * Update tests to match recent changes | |||||
* | Enlarge avatars in the notifications | Paul Frazee | 2023-01-18 | 1 | -4/+5 | |
| | ||||||
* | Handle post deletions by removing from active views (close #37) | Paul Frazee | 2023-01-18 | 4 | -3/+9 | |
| | ||||||
* | Keep the composer image selector open after choosing an image | Paul Frazee | 2023-01-18 | 1 | -1/+3 | |
| | ||||||
* | Update compose prompt for isual balance and to include image button | Paul Frazee | 2023-01-18 | 6 | -19/+55 | |
| | ||||||
* | Lighten the button gradients a bit | Paul Frazee | 2023-01-18 | 1 | -1/+1 | |
| | ||||||
* | Fix to text consistency in composer | Paul Frazee | 2023-01-18 | 1 | -2/+8 | |
| | ||||||
* | Focus the text input on tap during the composer | Paul Frazee | 2023-01-18 | 1 | -136/+146 | |
| |