about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Implement autocomplete UI in composerPaul Frazee2022-09-082-8/+130
|
* Add EditProfile modalPaul Frazee2022-09-078-6/+176
|
* Improve navigation gesture and fix caching issuePaul Frazee2022-09-071-46/+57
|
* Refactor profile to use new ViewSelector element which is reusable and now ↵Paul Frazee2022-09-063-138/+277
| | | | supports swipe gestures
* Add 'swipe to go back' gesturePaul Frazee2022-09-061-12/+84
|
* Rework profile page to include working view selectorPaul Frazee2022-09-0618-92/+559
|
* Rework profile headerPaul Frazee2022-09-056-38/+222
|
* Rewrite the post composer as a modalPaul Frazee2022-09-0511-143/+206
|
* Add post dropdown menusPaul Frazee2022-09-024-6/+216
|
* Move SharePost modal to new systemPaul Frazee2022-09-025-57/+39
|
* Implement consistent Link componentPaul Frazee2022-09-029-143/+177
|
* Add more robust modals controllerPaul Frazee2022-09-028-23/+173
|
* Rename location-menu to location-navigator and add an actual location-menuPaul Frazee2022-09-024-163/+255
|
* Add accounts menu to shellPaul Frazee2022-09-025-26/+116
|
* Add location 'menu'Paul Frazee2022-09-013-4/+214
|
* Fix bug in selection of screens to cachePaul Frazee2022-09-011-1/+1
|
* Implement working screen-state management and remove extraneous loadsPaul Frazee2022-09-0113-241/+114
|
* Fix screen-blanking bugPaul Frazee2022-09-011-3/+6
|
* Update post thread aestheticsPaul Frazee2022-08-313-98/+115
|
* Add avi and context menu to shell topbarPaul Frazee2022-08-312-8/+42
|
* Add composer FAB to home pagePaul Frazee2022-08-313-0/+58
|
* Aesthetic improvementsPaul Frazee2022-08-3110-33/+57
|
* Unify the color palettePaul Frazee2022-08-3111-85/+149
|
* New navigation model (#1)Paul Frazee2022-08-3154-1038/+1374
| | | | | | | | | | | | | | | | | * Flatten all routing into a single stack * Replace router with custom implementation * Add shell header and titles * Add tab selector * Add back/forward history menus on longpress * Fix: don't modify state during render * Add refresh() to navigation and reroute navigations to the current location to refresh instead of add to history * Cache screens during navigation to maintain scroll position and improve load-time for renders
* Add notifications viewPaul Frazee2022-07-269-7/+926
|
* Add followers and follows listPaul Frazee2022-07-2611-19/+636
|
* Implement follow/unfollowPaul Frazee2022-07-264-4/+83
|
* Fix layout in profile viewPaul Frazee2022-07-261-7/+22
|
* Replace momentjs - it is too large of a dependencyPaul Frazee2022-07-264-26/+36
|
* Implement Web versions of the bottom sheet, toast, and progress circlePaul Frazee2022-07-2515-91/+247
|
* Add share bottom-sheet to feed and threadPaul Frazee2022-07-259-27/+199
|
* Add state updates after screen changesPaul Frazee2022-07-256-48/+171
|
* Add post composerPaul Frazee2022-07-2221-60/+301
|
* Add liked-by and reposted-by viewsPaul Frazee2022-07-2211-9/+695
|
* Implement like and repostPaul Frazee2022-07-229-35/+304
|
* Add profile viewPaul Frazee2022-07-2111-20/+310
|
* Add header to PostThread view; update navigation to include stacking so that ↵Paul Frazee2022-07-2116-80/+128
| | | | each tab maintains its own browsing history
* Add the ability to navigate to posts within a threadPaul Frazee2022-07-214-16/+43
|
* Add icons to main tabsPaul Frazee2022-07-202-3/+28
|
* Factor out common styles; fixes and improvements to post-thread-viewPaul Frazee2022-07-206-99/+159
|
* Add WIP post-thread viewPaul Frazee2022-07-2012-25/+515
|
* Update feed component to use flatlist for lazy-loading scrolling; update ↵Paul Frazee2022-07-203-27/+124
| | | | feed-view model to match loading needs
* More realistic mock dataPaul Frazee2022-07-203-77/+231
|
* Add iconsPaul Frazee2022-07-195-51/+111
|
* Replace mobx-state-tree with mobx and get a basic home feed renderingPaul Frazee2022-07-1917-254/+520
|
* Bundle official msrcrypto distro in the source (solves some bugs, probably ↵Paul Frazee2022-07-192-1/+10145
| | | | safer)
* Fix platform build issuesPaul Frazee2022-07-182-21/+17
|
* Add mock API and reorg code for clarityPaul Frazee2022-07-1826-164/+315
|
* Fix web buildPaul Frazee2022-06-158-56/+87
|
* Move the secure-random code into this project due to build issues with the ↵Paul Frazee2022-06-151-1/+11
| | | | module, which is no longer maintained