about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | reafctor image carousel into new component;João Ferreiro2022-11-292-169/+220
| | | | | | | | | | | | | | | | fix photo overlapping text in composer
| * | | Merge branch 'main' into upload-imageJoão Ferreiro2022-11-2916-137/+255
| |\ \ \
| * \ \ \ Merge branch 'main' into upload-imageJoão Ferreiro2022-11-2824-428/+396
| |\ \ \ \
| * | | | | upload images in composer v1João Ferreiro2022-11-283-3/+209
| | | | | |
* | | | | | Remove loading-placeholder animation; according to some issues, animated ↵Paul Frazee2022-12-051-45/+6
| | | | | | | | | | | | | | | | | | | | | | | | linear-gradients may cause crashes
* | | | | | Fix 'swipe back to nothing' bugPaul Frazee2022-12-051-0/+1
| | | | | |
* | | | | | Make 'backswipe' a little easier to triggerPaul Frazee2022-12-051-2/+2
| | | | | |
* | | | | | Enlarge click targets for post controls and view headerPaul Frazee2022-12-053-6/+27
| | | | | |
* | | | | | Upload image in composer (#27)João Ferreiro2022-12-025-9/+304
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | Improvements to link and mention detection regarding surrounding punctuationPaul Frazee2022-11-291-8/+30
| | | | |
* | | | | Relax the requirement that post entities match their valuePaul Frazee2022-11-291-7/+2
| |_|_|/ |/| | |
* | | | Decode html entities in link embedsPaul Frazee2022-11-292-7/+5
| |_|/ |/| |
* | | Improve handling of deleted postsPaul Frazee2022-11-288-60/+93
| | |
* | | Fixes to edit profile modalPaul Frazee2022-11-282-2/+8
| | |
* | | Fix jank in notifications loading-state renderingPaul Frazee2022-11-281-1/+1
| | |
* | | Use a persistent notifications model to improve load times of the ↵Paul Frazee2022-11-284-41/+49
| | | | | | | | | | | | notifications view
* | | Improve unread notification stylingPaul Frazee2022-11-283-11/+24
| | |
* | | Batch notification loads to avoid layout reflows due to asyncPaul Frazee2022-11-283-28/+86
| |/ |/|
* | Slow down and enlarge post-ctrl animations (close #11)Paul Frazee2022-11-281-4/+4
| |
* | Fix toast positioning (close #9)Paul Frazee2022-11-2815-138/+38
| |
* | Set a page-size on notificationsPaul Frazee2022-11-281-4/+6
| |
* | Fix a couple incorrect link detections ('e.g.' and 'foo.jpg') (close #13)Paul Frazee2022-11-281-2/+19
| |
* | Remove the 'warning color' from the character counterPaul Frazee2022-11-281-7/+1
| |
* | Tune post-thread expanded view: add reply prompt, fix spacing and sizingPaul Frazee2022-11-283-135/+172
| |
* | Enlarge the 'load more posts' promptPaul Frazee2022-11-281-2/+3
| |
* | Enlarge the view header, left align the title, and add a compose buttonPaul Frazee2022-11-285-75/+37
| |
* | Update composer to shrink fonts and use more consistent visuals; also ↵Paul Frazee2022-11-281-30/+74
| | | | | | | | autofocus the input
* | Increase information density and enlarge some click targetsPaul Frazee2022-11-285-18/+26
| |
* | Fix 'load more' showing up incorrectlyPaul Frazee2022-11-281-5/+10
|/
* Add link embeds to postsPaul Frazee2022-11-238-4/+178
|
* Implement a link metadata fetching util functionPaul Frazee2022-11-232-0/+1307
|
* Include reposts in no-replies view of feedsPaul Frazee2022-11-231-1/+6
|
* Remove webcrypto polyfill, as it's no longer neededPaul Frazee2022-11-233-10189/+11
|
* Detect links in profile biosPaul Frazee2022-11-234-4/+22
|
* Add replying-to context to threadsPaul Frazee2022-11-232-18/+73
|
* Ensure threads group together posts by opPaul Frazee2022-11-231-0/+19
|
* Fix: Adjust home TL post dedup to ensure polling works correctlyPaul Frazee2022-11-231-1/+2
|
* Show parent post in composer when replying (close #3)Paul Frazee2022-11-235-5/+66
|
* Fix: dont detect double dots as urlsPaul Frazee2022-11-231-2/+2
|
* Fix keyboard issues in searchPaul Frazee2022-11-231-1/+7
|
* Turn composer character counter into a countdownPaul Frazee2022-11-231-1/+1
|
* Handle bsky.app links nativelyPaul Frazee2022-11-232-3/+16
|
* Longer shortened URLsPaul Frazee2022-11-231-2/+2
|
* Add threading to post feedsPaul Frazee2022-11-232-26/+137
|
* Fallback to display name in search resultsPaul Frazee2022-11-221-1/+1
|
* Implement user searchPaul Frazee2022-11-222-31/+88
|
* Keep fetching suggestions to reach a full listPaul Frazee2022-11-221-10/+17
|
* Add support for links with no scheme in composerPaul Frazee2022-11-223-21/+64
|
* Shorten rendered URLs in postsPaul Frazee2022-11-222-2/+20
|
* Fix to thread reply lines (fill full space)Paul Frazee2022-11-221-31/+9
|