about summary refs log tree commit diff
path: root/src/lib/routes/back-handler.ts
Commit message (Collapse)AuthorAgeFilesLines
* Extract shell state into separate context (#1824)Eric Bailey2023-11-071-19/+0
| | | | | | | | | | | | | | | | | * WIP * Add shell state * Integrate new shell state for drawer and minimal shell mode * Replace isDrawerSwipeDisabled * Split shell state into separate contexts to avoid needless re-renders * Fix typo --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Fix 1405 handle android back button in composer (#1446)Ansh2023-09-291-3/+14
| | | | | | | * handle android back button in composer * improve backHandler error handling * simplify composer onClose functionality
* Android & visual fixes: color themes, repost icon, navigation, back handler, ↵Paul Frazee2023-04-241-6/+3
| | | | | | | | | | | | | | | | | | | | | etc (#519) * Switch android to use slide left/right animations on navigation * Bump the repost icon down by a pixel * Tune theme colors for contrast and darker bg on darkmode * Move back handler to a point in the init flow that leads to more consistent capture of events * Fix image share flow on android * Fix lint * Add todo about sharing not available * Drop the android slide animation because it's too slow * Fix 'flashes of white' in dark mode android
* Android fixes (#515)Paul Frazee2023-04-221-0/+11
* Fix profile screen performance on android and remove dead code * Correctly handle android hardware back btn * Fix EditProfile modal for android * Fix lint