Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Enlarge click targets for post controls and view header | Paul Frazee | 2022-12-05 | 3 | -6/+27 | |
| | | | | | | ||||||
* | | | | | | Upload image in composer (#27) | João Ferreiro | 2022-12-02 | 3 | -9/+271 | |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upload images in composer v1 * fix android compile * reafctor image carousel into new component; fix photo overlapping text in composer * revert android changes * further refactoring code into different components * move show carousel out of the component * fixing add photo using camera * fix typescript issue; force mediatype photo * change post test with photo attached; remove auto linking settings * use runInAction in getPhotos model * react-hooks/exhaustive-deps fixes * crop every photo; make use of useCallback * moving placeholder condition * Cleanup Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
* | | | | | Relax the requirement that post entities match their value | Paul Frazee | 2022-11-29 | 1 | -7/+2 | |
| |_|_|/ |/| | | | ||||||
* | | | | Decode html entities in link embeds | Paul Frazee | 2022-11-29 | 1 | -6/+1 | |
| |_|/ |/| | | ||||||
* | | | Improve handling of deleted posts | Paul Frazee | 2022-11-28 | 2 | -0/+14 | |
| | | | ||||||
* | | | Fixes to edit profile modal | Paul Frazee | 2022-11-28 | 2 | -2/+8 | |
| | | | ||||||
* | | | Fix jank in notifications loading-state rendering | Paul Frazee | 2022-11-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Use a persistent notifications model to improve load times of the ↵ | Paul Frazee | 2022-11-28 | 1 | -3/+3 | |
| | | | | | | | | | | | | notifications view | |||||
* | | | Improve unread notification styling | Paul Frazee | 2022-11-28 | 2 | -11/+22 | |
| | | | ||||||
* | | | Batch notification loads to avoid layout reflows due to async | Paul Frazee | 2022-11-28 | 2 | -14/+28 | |
| |/ |/| | ||||||
* | | Slow down and enlarge post-ctrl animations (close #11) | Paul Frazee | 2022-11-28 | 1 | -4/+4 | |
| | | ||||||
* | | Fix toast positioning (close #9) | Paul Frazee | 2022-11-28 | 12 | -132/+34 | |
| | | ||||||
* | | Remove the 'warning color' from the character counter | Paul Frazee | 2022-11-28 | 1 | -7/+1 | |
| | | ||||||
* | | Tune post-thread expanded view: add reply prompt, fix spacing and sizing | Paul Frazee | 2022-11-28 | 3 | -135/+172 | |
| | | ||||||
* | | Enlarge the view header, left align the title, and add a compose button | Paul Frazee | 2022-11-28 | 2 | -73/+25 | |
| | | ||||||
* | | Update composer to shrink fonts and use more consistent visuals; also ↵ | Paul Frazee | 2022-11-28 | 1 | -30/+74 | |
| | | | | | | | | autofocus the input | |||||
* | | Increase information density and enlarge some click targets | Paul Frazee | 2022-11-28 | 3 | -6/+6 | |
|/ | ||||||
* | Add link embeds to posts | Paul Frazee | 2022-11-23 | 4 | -1/+99 | |
| | ||||||
* | Detect links in profile bios | Paul Frazee | 2022-11-23 | 2 | -4/+14 | |
| | ||||||
* | Add replying-to context to threads | Paul Frazee | 2022-11-23 | 1 | -14/+43 | |
| | ||||||
* | Show parent post in composer when replying (close #3) | Paul Frazee | 2022-11-23 | 4 | -3/+56 | |
| | ||||||
* | Turn composer character counter into a countdown | Paul Frazee | 2022-11-23 | 1 | -1/+1 | |
| | ||||||
* | Handle bsky.app links natively | Paul Frazee | 2022-11-23 | 1 | -2/+3 | |
| | ||||||
* | Add threading to post feeds | Paul Frazee | 2022-11-23 | 1 | -14/+64 | |
| | ||||||
* | Implement user search | Paul Frazee | 2022-11-22 | 1 | -6/+1 | |
| | ||||||
* | Add support for links with no scheme in composer | Paul Frazee | 2022-11-22 | 2 | -18/+21 | |
| | ||||||
* | Shorten rendered URLs in posts | Paul Frazee | 2022-11-22 | 1 | -2/+3 | |
| | ||||||
* | Fix to thread reply lines (fill full space) | Paul Frazee | 2022-11-22 | 1 | -31/+9 | |
| | ||||||
* | Add bottom padding to threads | Paul Frazee | 2022-11-22 | 1 | -0/+1 | |
| | ||||||
* | Scroll to highlighted post in threads | Paul Frazee | 2022-11-22 | 1 | -2/+26 | |
| | ||||||
* | Add compose prompt to home feed empty state | Paul Frazee | 2022-11-22 | 1 | -2/+7 | |
| | ||||||
* | Change post prompt to 'Whats up?' | Paul Frazee | 2022-11-22 | 2 | -2/+2 | |
| | ||||||
* | Shrink and darken the post controls a little | Paul Frazee | 2022-11-22 | 2 | -13/+16 | |
| | ||||||
* | Refactor: create src/lib to reflect actual sharing of that code | Paul Frazee | 2022-11-22 | 7 | -7/+11 | |
| | ||||||
* | Merge branch 'simplify' into main | Paul Frazee | 2022-11-21 | 12 | -164/+146 | |
|\ | ||||||
| * | Adjust control alignment | Paul Frazee | 2022-11-20 | 2 | -8/+8 | |
| | | ||||||
| * | Move search btn into the viewheader | Paul Frazee | 2022-11-20 | 2 | -43/+38 | |
| | | ||||||
| * | Add build flags and disable tabs for now | Paul Frazee | 2022-11-20 | 3 | -11/+15 | |
| | | ||||||
| * | Adjust post control sizing and alignment | Paul Frazee | 2022-11-20 | 2 | -13/+11 | |
| | | ||||||
| * | Remove downvotes from the UI | Paul Frazee | 2022-11-20 | 5 | -94/+5 | |
| | | ||||||
| * | Replace the FAB with a compose prompt at the top of the feed | Paul Frazee | 2022-11-20 | 2 | -2/+76 | |
| | | ||||||
* | | Add web linking and proper share controls | Paul Frazee | 2022-11-21 | 8 | -205/+6 | |
|/ | ||||||
* | Add support for web links | Paul Frazee | 2022-11-18 | 3 | -18/+38 | |
| | ||||||
* | Fix rendering of mentions in composer | Paul Frazee | 2022-11-18 | 1 | -14/+19 | |
| | ||||||
* | Fix richtext link rendering | Paul Frazee | 2022-11-18 | 2 | -16/+44 | |
| | ||||||
* | Spacing and sizing fixes | Paul Frazee | 2022-11-18 | 3 | -9/+9 | |
| | ||||||
* | Dont autofocus composer to avoid a bug with keyboard avoiding views | Paul Frazee | 2022-11-18 | 1 | -1/+0 | |
| | ||||||
* | Small sizing and spacing tweaks | Paul Frazee | 2022-11-18 | 2 | -2/+2 | |
| | ||||||
* | Add min height to post text | Paul Frazee | 2022-11-18 | 3 | -3/+15 | |
| | ||||||
* | Fix avatar click target in posts | Paul Frazee | 2022-11-18 | 3 | -31/+36 | |
| |