about summary refs log tree commit diff
path: root/src/view
Commit message (Collapse)AuthorAgeFilesLines
...
* Add 'copy post text' toolPaul Frazee2022-12-056-0/+32
|
* Better sized and more informative character counterPaul Frazee2022-12-053-28/+24
|
* Switch to System font to fix emoji renderingPaul Frazee2022-12-054-13/+3
|
* Increase touch-size of the 'load new posts' buttonPaul Frazee2022-12-051-1/+6
|
* Ensure the UI always renders, even in bad network conditions (close #6)Paul Frazee2022-12-056-57/+145
|
* Merge branch 'upload-image' into mainPaul Frazee2022-12-051-8/+11
|\
| * Hide images behind a build flag until readyPaul Frazee2022-12-021-8/+11
| |
| * CleanupPaul Frazee2022-12-021-11/+9
| |
| * moving placeholder conditionJoão Ferreiro2022-11-291-7/+7
| |
| * crop every photo;João Ferreiro2022-11-292-29/+72
| | | | | | | | make use of useCallback
| * react-hooks/exhaustive-deps fixesJoão Ferreiro2022-11-291-7/+4
| |
| * use runInAction in getPhotos modelJoão Ferreiro2022-11-291-9/+4
| |
| * change post test with photo attached;João Ferreiro2022-11-291-1/+7
| | | | | | | | remove auto linking settings
| * Merge branch 'main' into upload-imageJoão Ferreiro2022-11-291-7/+2
| |\
| * | fix typescript issue; force mediatype photoJoão Ferreiro2022-11-291-12/+17
| | |
| * | fixing add photo using cameraJoão Ferreiro2022-11-291-1/+4
| | |
| * | move show carousel out of the componentJoão Ferreiro2022-11-293-13/+11
| | |
| * | Merge branch 'main' into upload-imageJoão Ferreiro2022-11-291-6/+1
| |\ \
| * | | further refactoring code into different componentsJoão Ferreiro2022-11-293-154/+147
| | | |
| * | | 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-299-51/+88
| |\ \ \
| * \ \ \ Merge branch 'main' into upload-imageJoão Ferreiro2022-11-2820-416/+360
| |\ \ \ \
| * | | | | upload images in composer v1João Ferreiro2022-11-282-3/+184
| | | | | |
* | | | | | 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-024-9/+277
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 valuePaul Frazee2022-11-291-7/+2
| |_|_|/ |/| | |
* | | | Decode html entities in link embedsPaul Frazee2022-11-291-6/+1
| |_|/ |/| |
* | | Improve handling of deleted postsPaul Frazee2022-11-283-2/+16
| | |
* | | 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-282-24/+14
| | | | | | | | | | | | notifications view
* | | Improve unread notification stylingPaul Frazee2022-11-283-11/+24
| | |
* | | Batch notification loads to avoid layout reflows due to asyncPaul Frazee2022-11-282-14/+28
| |/ |/|
* | Slow down and enlarge post-ctrl animations (close #11)Paul Frazee2022-11-281-4/+4
| |
* | Fix toast positioning (close #9)Paul Frazee2022-11-2814-137/+37
| |
* | 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
|/
* Add link embeds to postsPaul Frazee2022-11-234-1/+99
|
* Detect links in profile biosPaul Frazee2022-11-232-4/+14
|
* Add replying-to context to threadsPaul Frazee2022-11-231-14/+43
|
* Show parent post in composer when replying (close #3)Paul Frazee2022-11-234-3/+56
|
* Fix keyboard issues in searchPaul Frazee2022-11-231-1/+7
|
* Turn composer character counter into a countdownPaul Frazee2022-11-231-1/+1
|