about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
|
* Add bottom padding to threadsPaul Frazee2022-11-221-0/+1
|
* Scroll to highlighted post in threadsPaul Frazee2022-11-222-3/+32
|
* Add compose prompt to home feed empty statePaul Frazee2022-11-221-2/+7
|
* Add 'posts & replies' view to profilesPaul Frazee2022-11-223-2/+17
|
* Turn home button into a 'go back to start of nav history'Paul Frazee2022-11-222-1/+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
|
* Shrink the footer a bitPaul Frazee2022-11-221-4/+8
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-2220-20/+32
|
* Merge branch 'simplify' into mainPaul Frazee2022-11-2120-232/+180
|\
| * Adjust control alignmentPaul Frazee2022-11-202-8/+8
| |
| * Fix the pointy edges on the arrow iconsPaul Frazee2022-11-201-0/+8
| |
| * Move search btn into the viewheaderPaul Frazee2022-11-205-91/+40
| |
| * Add build flags and disable tabs for nowPaul Frazee2022-11-207-18/+35
| |
| * Adjust post control sizing and alignmentPaul Frazee2022-11-203-14/+14
| |
| * Remove downvotes from the UIPaul Frazee2022-11-205-94/+5
| |