status.ts
1 type Status =
2 | 'idle'
3 | 'saving'
4 | 'failed'
5 | 'saved'
when lost, press H to go home
github