Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add 'copy post text' tool | Paul Frazee | 2022-12-05 | 6 | -0/+32 | |
| | ||||||
* | Better sized and more informative character counter | Paul Frazee | 2022-12-05 | 3 | -28/+24 | |
| | ||||||
* | Switch to System font to fix emoji rendering | Paul Frazee | 2022-12-05 | 4 | -13/+3 | |
| | ||||||
* | Increase touch-size of the 'load new posts' button | Paul Frazee | 2022-12-05 | 1 | -1/+6 | |
| | ||||||
* | Ensure the UI always renders, even in bad network conditions (close #6) | Paul Frazee | 2022-12-05 | 6 | -57/+145 | |
| | ||||||
* | Merge branch 'upload-image' into main | Paul Frazee | 2022-12-05 | 1 | -8/+11 | |
|\ | ||||||
| * | Hide images behind a build flag until ready | Paul Frazee | 2022-12-02 | 1 | -8/+11 | |
| | | ||||||
| * | Cleanup | Paul Frazee | 2022-12-02 | 1 | -11/+9 | |
| | | ||||||
| * | moving placeholder condition | João Ferreiro | 2022-11-29 | 1 | -7/+7 | |
| | | ||||||
| * | crop every photo; | João Ferreiro | 2022-11-29 | 2 | -29/+72 | |
| | | | | | | | | make use of useCallback | |||||
| * | react-hooks/exhaustive-deps fixes | João Ferreiro | 2022-11-29 | 1 | -7/+4 | |
| | | ||||||
| * | use runInAction in getPhotos model | João Ferreiro | 2022-11-29 | 1 | -9/+4 | |
| | | ||||||
| * | change post test with photo attached; | João Ferreiro | 2022-11-29 | 1 | -1/+7 | |
| | | | | | | | | remove auto linking settings | |||||
| * | Merge branch 'main' into upload-image | João Ferreiro | 2022-11-29 | 1 | -7/+2 | |
| |\ | ||||||
| * | | fix typescript issue; force mediatype photo | João Ferreiro | 2022-11-29 | 1 | -12/+17 | |
| | | | ||||||
| * | | fixing add photo using camera | João Ferreiro | 2022-11-29 | 1 | -1/+4 | |
| | | | ||||||
| * | | move show carousel out of the component | João Ferreiro | 2022-11-29 | 3 | -13/+11 | |
| | | | ||||||
| * | | Merge branch 'main' into upload-image | João Ferreiro | 2022-11-29 | 1 | -6/+1 | |
| |\ \ | ||||||
| * | | | further refactoring code into different components | João Ferreiro | 2022-11-29 | 3 | -154/+147 | |
| | | | | ||||||
| * | | | reafctor image carousel into new component; | João Ferreiro | 2022-11-29 | 2 | -169/+220 | |
| | | | | | | | | | | | | | | | | fix photo overlapping text in composer | |||||
| * | | | Merge branch 'main' into upload-image | João Ferreiro | 2022-11-29 | 9 | -51/+88 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'main' into upload-image | João Ferreiro | 2022-11-28 | 20 | -416/+360 | |
| |\ \ \ \ | ||||||
| * | | | | | upload images in composer v1 | João Ferreiro | 2022-11-28 | 2 | -3/+184 | |
| | | | | | | ||||||
* | | | | | | Remove loading-placeholder animation; according to some issues, animated ↵ | Paul Frazee | 2022-12-05 | 1 | -45/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | linear-gradients may cause crashes | |||||
* | | | | | | Fix 'swipe back to nothing' bug | Paul Frazee | 2022-12-05 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Make 'backswipe' a little easier to trigger | Paul Frazee | 2022-12-05 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | 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 | 4 | -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 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 | 3 | -2/+16 | |
| | | | ||||||
* | | | 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 | 2 | -24/+14 | |
| | | | | | | | | | | | | notifications view | |||||
* | | | Improve unread notification styling | Paul Frazee | 2022-11-28 | 3 | -11/+24 | |
| | | | ||||||
* | | | 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 | 14 | -137/+37 | |
| | | ||||||
* | | 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 'load more posts' prompt | Paul Frazee | 2022-11-28 | 1 | -2/+3 | |
| | | ||||||
* | | Enlarge the view header, left align the title, and add a compose button | Paul Frazee | 2022-11-28 | 5 | -75/+37 | |
| | | ||||||
* | | 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 | 5 | -18/+26 | |
|/ | ||||||
* | 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 | |
| | ||||||
* | Fix keyboard issues in search | Paul Frazee | 2022-11-23 | 1 | -1/+7 | |
| | ||||||
* | Turn composer character counter into a countdown | Paul Frazee | 2022-11-23 | 1 | -1/+1 | |
| |