summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
2025-02-25TS bindings for Tauri commands HEAD mainAshelyn Rose
2025-02-22Slightly improved error handling in persistence moduleAshelyn Rose
2025-02-22Incredibly messy persistence refactorAshelyn Rose
Stores account information in the app data folder, and account credentials in the OS keychain
2025-02-19Refactor: Simplify oauth callback handlingAshelyn Rose
2025-02-19Simplify calling async from non-async inside oauth controllerAshelyn Rose
2025-02-19Refactor oauth into its own moduleAshelyn Rose
2025-02-16Can now sign in and fetch account dataAshelyn Rose
2025-02-13React with ui -> app IPCAshelyn Rose
2025-02-13Minimum app setupAshelyn Rose