Marco
Marco
Hello, In the swipe project, Deck.js render cards using map() and reverse() on the data. Everything works fine in iOS simulator and real devices. However, in Android simulator and devices,...
# Context - This is one step in the plan to support this app running on web browser, and mobile - Goal - in Desktop mode, `src/commands` will calls to...
# Summary - Extend `src/commands` to support multiple platforms - e.g. - in desktop mode, call Tauri - in web standalone, use localForage in web browser like IndexedDB
# Context - This is one step in the plan to support this app running on web browser, and mobile - Goal - in Desktop mode, `src/commands` will calls to...
# Context - This is one step in the plan to support this app running on web browser, and mobile - Goal - in Desktop mode, `src/commands` will calls to...
# Summary - Add `src-core` directory to contain Rust only code to handle all business logic - `src-tauri` contain `commands` only and setup to build desktop apps - Directory structure...
- Remove duplicate diesel.toml - Use src-core/diesel.toml instead of the one at root
# Summary - Previously, in frontend code, we have centralized all tauri commands into a single dir at `src/commands`. Now we continue to improve this to centralize all tauri commands...
# Context - We would like doctor to test TrustDialog for new key - To do that, we need to untrust the key first - Then click/run on the key...
# Summary - Use the shared GHA from https://github.com/holepunchto/actions/pull/1 - They will create PRs to bump deps or bump version # Plan - Safe to merge - No pear code...