Paul Frazee
9627e9981d
Improve navigation gesture and fix caching issue
2022-09-07 14:43:00 -05:00
Paul Frazee
5852f17bed
Refactor profile to use new ViewSelector element which is reusable and now supports swipe gestures
2022-09-06 22:34:31 -05:00
Paul Frazee
80c4566baf
Add 'swipe to go back' gesture
2022-09-06 17:29:26 -05:00
Paul Frazee
8b286a2179
Rework profile page to include working view selector
2022-09-06 14:26:39 -05:00
Paul Frazee
9abeb86168
Rework profile header
2022-09-05 16:57:20 -05:00
Paul Frazee
0963e67325
Rewrite the post composer as a modal
2022-09-05 14:16:48 -05:00
Paul Frazee
8dba18b67c
Add post dropdown menus
2022-09-02 15:43:10 -05:00
Paul Frazee
4e56f11d06
Move SharePost modal to new system
2022-09-02 12:17:33 -05:00
Paul Frazee
39f13f01bc
Implement consistent Link component
2022-09-02 11:52:33 -05:00
Paul Frazee
2ed9ea85c6
Add more robust modals controller
2022-09-02 11:51:46 -05:00
Paul Frazee
61b5a0cbe9
Rename location-menu to location-navigator and add an actual location-menu
2022-09-02 09:55:52 -05:00
Paul Frazee
c3831bd799
Add accounts menu to shell
2022-09-02 09:30:21 -05:00
Paul Frazee
53deb48e2d
Add location 'menu'
2022-09-01 16:06:09 -05:00
Paul Frazee
2eac309f86
Fix bug in selection of screens to cache
2022-09-01 13:30:57 -05:00
Paul Frazee
558f8010eb
Implement working screen-state management and remove extraneous loads
2022-09-01 12:00:08 -05:00
Paul Frazee
36e3697fd6
Fix screen-blanking bug
2022-09-01 10:58:29 -05:00
Paul Frazee
42f1c5d45d
Update post thread aesthetics
2022-08-31 21:02:12 -05:00
Paul Frazee
00c4940352
Add avi and context menu to shell topbar
2022-08-31 20:43:36 -05:00
Paul Frazee
3075ded77f
Add composer FAB to home page
2022-08-31 20:09:58 -05:00
Paul Frazee
94fd697148
Aesthetic improvements
2022-08-31 20:09:47 -05:00
Paul Frazee
a3df278f7d
Unify the color palette
2022-08-31 17:06:44 -05:00
Paul Frazee
135a0456a2
New navigation model ( #1 )
...
* 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
2022-08-31 14:36:50 -05:00
Paul Frazee
d1470bad66
Add notifications view
2022-07-26 15:45:46 -05:00
Paul Frazee
62eb9f3c93
Add followers and follows list
2022-07-26 12:02:34 -05:00
Paul Frazee
1504d144d9
Implement follow/unfollow
2022-07-26 10:29:59 -05:00
Paul Frazee
adc25ce468
Fix layout in profile view
2022-07-26 10:11:02 -05:00
Paul Frazee
efc28b0098
Replace momentjs - it is too large of a dependency
2022-07-26 10:03:52 -05:00
Paul Frazee
041bfa22a9
Implement Web versions of the bottom sheet, toast, and progress circle
2022-07-25 23:08:24 -05:00
Paul Frazee
af55a89758
Add share bottom-sheet to feed and thread
2022-07-25 18:31:42 -05:00
Paul Frazee
3794eca88e
Add state updates after screen changes
2022-07-25 14:21:48 -05:00
Paul Frazee
7f04ac172e
Add post composer
2022-07-22 16:06:51 -05:00
Paul Frazee
ce83648f9d
Add liked-by and reposted-by views
2022-07-22 12:32:52 -05:00
Paul Frazee
0ec0ba996f
Implement like and repost
2022-07-22 11:18:47 -05:00
Paul Frazee
cc8a170204
Add profile view
2022-07-21 19:55:04 -05:00
Paul Frazee
29ed3d2ecf
Add header to PostThread view; update navigation to include stacking so that each tab maintains its own browsing history
2022-07-21 16:43:47 -05:00
Paul Frazee
28dbc5f5e6
Add the ability to navigate to posts within a thread
2022-07-21 13:07:24 -05:00
Paul Frazee
139c9deb75
Add icons to main tabs
2022-07-20 19:39:51 -05:00
Paul Frazee
9e0ee99d6e
Add todos.txt (during initial dev this is just the simplest route)
2022-07-20 19:39:43 -05:00
Paul Frazee
39483d92db
Factor out common styles; fixes and improvements to post-thread-view
2022-07-20 19:30:07 -05:00
Paul Frazee
c712cbbfe2
Add WIP post-thread view
2022-07-20 15:00:37 -05:00
Paul Frazee
19c694bc60
Update feed component to use flatlist for lazy-loading scrolling; update feed-view model to match loading needs
2022-07-20 11:07:39 -05:00
Paul Frazee
8131158c0e
More realistic mock data
2022-07-20 11:07:07 -05:00
Paul Frazee
e78143b3dc
Add icons
2022-07-19 16:04:45 -05:00
Paul Frazee
dc55f58004
Replace mobx-state-tree with mobx and get a basic home feed rendering
2022-07-19 15:37:24 -05:00
Paul Frazee
6b32698b3e
Bundle official msrcrypto distro in the source (solves some bugs, probably safer)
2022-07-19 14:40:06 -05:00
Paul Frazee
84dac9fa39
Fix platform build issues
2022-07-18 15:42:02 -05:00
Paul Frazee
1d00f3b984
Add mock API and reorg code for clarity
2022-07-18 15:24:37 -05:00
Paul Frazee
de87ec17d1
Fix web build
2022-06-15 22:33:16 -05:00
Paul Frazee
172ed1e2cd
Document how to access localhost in the android sim
2022-06-15 22:12:08 -05:00
Paul Frazee
a56cae626a
Move the secure-random code into this project due to build issues with the module, which is no longer maintained
2022-06-15 22:08:28 -05:00