Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ensure the UI always renders, even in bad network conditions (close #6) | Paul Frazee | 2022-12-05 | 13 | -72/+259 | |
| | ||||||
* | Merge branch 'upload-image' into main | Paul Frazee | 2022-12-05 | 2 | -8/+12 | |
|\ | ||||||
| * | Hide images behind a build flag until ready | Paul Frazee | 2022-12-02 | 2 | -8/+12 | |
| | | ||||||
| * | Cleanup | Paul Frazee | 2022-12-02 | 2 | -13/+11 | |
| | | ||||||
| * | 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 | 2 | -12/+9 | |
| | | ||||||
| * | 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 | 2 | -15/+32 | |
| |\ | ||||||
| * | | 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 | 2 | -7/+5 | |
| |\ \ | ||||||
| * | | | 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 | 16 | -137/+255 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'main' into upload-image | João Ferreiro | 2022-11-28 | 24 | -428/+396 | |
| |\ \ \ \ | ||||||
| * | | | | | upload images in composer v1 | João Ferreiro | 2022-11-28 | 3 | -3/+209 | |
| | | | | | | ||||||
* | | | | | | 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 | 5 | -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 punctuation | Paul Frazee | 2022-11-29 | 1 | -8/+30 | |
| | | | | | ||||||
* | | | | | 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 | 2 | -7/+5 | |
| |_|/ |/| | | ||||||
* | | | Improve handling of deleted posts | Paul Frazee | 2022-11-28 | 8 | -60/+93 | |
| | | | ||||||
* | | | 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 | 4 | -41/+49 | |
| | | | | | | | | | | | | 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 | 3 | -28/+86 | |
| |/ |/| | ||||||
* | | 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 | 15 | -138/+38 | |
| | | ||||||
* | | Set a page-size on notifications | Paul Frazee | 2022-11-28 | 1 | -4/+6 | |
| | | ||||||
* | | Fix a couple incorrect link detections ('e.g.' and 'foo.jpg') (close #13) | Paul Frazee | 2022-11-28 | 1 | -2/+19 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Fix 'load more' showing up incorrectly | Paul Frazee | 2022-11-28 | 1 | -5/+10 | |
|/ | ||||||
* | Add link embeds to posts | Paul Frazee | 2022-11-23 | 8 | -4/+178 | |
| | ||||||
* | Implement a link metadata fetching util function | Paul Frazee | 2022-11-23 | 2 | -0/+1307 | |
| | ||||||
* | Include reposts in no-replies view of feeds | Paul Frazee | 2022-11-23 | 1 | -1/+6 | |
| | ||||||
* | Remove webcrypto polyfill, as it's no longer needed | Paul Frazee | 2022-11-23 | 3 | -10189/+11 | |
| | ||||||
* | Detect links in profile bios | Paul Frazee | 2022-11-23 | 4 | -4/+22 | |
| | ||||||
* | Add replying-to context to threads | Paul Frazee | 2022-11-23 | 2 | -18/+73 | |
| |