about summary refs log tree commit diff
path: root/src/view/com
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Enlarge click targets for post controls and view headerPaul Frazee2022-12-053-6/+27
| | | | | |
* | | | | | Upload image in composer (#27)João Ferreiro2022-12-023-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 valuePaul Frazee2022-11-291-7/+2
| |_|_|/ |/| | |
* | | | Decode html entities in link embedsPaul Frazee2022-11-291-6/+1
| |_|/ |/| |
* | | Improve handling of deleted postsPaul Frazee2022-11-282-0/+14
| | |
* | | 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-281-3/+3
| | | | | | | | | | | | notifications view
* | | Improve unread notification stylingPaul Frazee2022-11-282-11/+22
| | |
* | | 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-2812-132/+34
| |
* | 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 view header, left align the title, and add a compose buttonPaul Frazee2022-11-282-73/+25
| |
* | 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-283-6/+6
|/
* 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
|
* Turn composer character counter into a countdownPaul Frazee2022-11-231-1/+1
|
* Handle bsky.app links nativelyPaul Frazee2022-11-231-2/+3
|
* Add threading to post feedsPaul Frazee2022-11-231-14/+64
|
* Implement user searchPaul Frazee2022-11-221-6/+1
|
* Add support for links with no scheme in composerPaul Frazee2022-11-222-18/+21
|
* Shorten rendered URLs in postsPaul Frazee2022-11-221-2/+3
|
* Fix to thread reply lines (fill full space)Paul Frazee2022-11-221-31/+9
|
* Add bottom padding to threadsPaul Frazee2022-11-221-0/+1
|
* Scroll to highlighted post in threadsPaul Frazee2022-11-221-2/+26
|
* Add compose prompt to home feed empty statePaul Frazee2022-11-221-2/+7
|
* Change post prompt to 'Whats up?'Paul Frazee2022-11-222-2/+2
|
* Shrink and darken the post controls a littlePaul Frazee2022-11-222-13/+16
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-227-7/+11
|
* Merge branch 'simplify' into mainPaul Frazee2022-11-2112-164/+146
|\
| * Adjust control alignmentPaul Frazee2022-11-202-8/+8
| |
| * Move search btn into the viewheaderPaul Frazee2022-11-202-43/+38
| |
| * Add build flags and disable tabs for nowPaul Frazee2022-11-203-11/+15
| |
| * Adjust post control sizing and alignmentPaul Frazee2022-11-202-13/+11
| |
| * Remove downvotes from the UIPaul Frazee2022-11-205-94/+5
| |
| * Replace the FAB with a compose prompt at the top of the feedPaul Frazee2022-11-202-2/+76
| |
* | Add web linking and proper share controlsPaul Frazee2022-11-218-205/+6
|/
* Add support for web linksPaul Frazee2022-11-183-18/+38
|
* Fix rendering of mentions in composerPaul Frazee2022-11-181-14/+19
|
* Fix richtext link renderingPaul Frazee2022-11-182-16/+44
|
* Spacing and sizing fixesPaul Frazee2022-11-183-9/+9
|
* Dont autofocus composer to avoid a bug with keyboard avoiding viewsPaul Frazee2022-11-181-1/+0
|
* Small sizing and spacing tweaksPaul Frazee2022-11-182-2/+2
|
* Add min height to post textPaul Frazee2022-11-183-3/+15
|
* Fix avatar click target in postsPaul Frazee2022-11-183-31/+36
|