Paul Frazee
a642a3fe8f
Handle post deletions by removing from active views ( close #37 )
2023-01-18 16:45:48 -06:00
Paul Frazee
bc571ee998
Improve error logging
2023-01-02 21:39:15 -06:00
Paul Frazee
1f26494c94
Implement logging system
2023-01-02 17:38:13 -06:00
Paul Frazee
06c3ebe2d4
Hide footer on scroll down (minimal shell mode)
2022-12-12 16:04:14 -06:00
Paul Frazee
c72e1b6635
Refactor: create src/lib to reflect actual sharing of that code
2022-11-22 12:02:31 -06:00
Paul Frazee
fec3aa2e2f
Fix post thread title
2022-11-17 16:26:00 -06:00
Paul Frazee
3da90128f0
Improve reliability of screen titles
2022-11-17 16:01:29 -06:00
Paul Frazee
e64fe9d36e
Sizing and spacing fixes based on on-device testing
2022-11-05 16:12:06 -05:00
Paul Frazee
2c5b988de0
Update to the latest APIs
2022-11-04 17:39:54 -05:00
Paul Frazee
0d1cdb7a38
Add consistent view headers
2022-11-01 11:06:43 -05:00
Paul Frazee
48158e05cb
Update to latest APIs
2022-10-26 14:34:47 -05:00
Paul Frazee
ed86125d87
Update api nsids
2022-10-12 15:18:46 -05:00
Paul Frazee
b2b6df7a7e
A few client fixes
2022-09-26 13:38:37 -05:00
Paul Frazee
558f8010eb
Implement working screen-state management and remove extraneous loads
2022-09-01 12:00:08 -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