ide 22cf928852 Add automatic generation of favourite buttons
favourite buttons are based on how often a good i added to list
finished implementing setting category
made number of days until button an environment variable

rebase on main and fix

ran cargo fmt
2026-08-19 23:48:19 +02:00
2025-12-29 19:27:10 +01:00
2025-12-28 14:51:24 +01:00
2026-03-22 12:03:03 +01:00

Inköpslista

Building

Desktop

cd gui/
cargo run --release

Web

Use the Dockerfile.

docker build . -t <tag>

Android

First, install an Android SDK and NDK, for example using Android Studio. SDK 35 (Android 15) is known to work. NDK 29 is known to work.

cd gui/
cargo apk build --target aarch64-linux-android --lib --release
S
Description
No description provided
Readme
449 KiB
Languages
Rust 63%
Slint 28.2%
Dockerfile 6.1%
HTML 2.7%