Commit Graph
67 Commits
Author SHA1 Message Date
hulthe e34c857a62 test retention days
APK Builder / build-apk (aarch64) (push) Failing after 5m50s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
APK Builder / build-apk (x86_64) (push) Canceled after 1h5m23s
2026-08-23 11:14:35 +02:00
hulthe 766d740018 shorter name 2026-08-23 11:14:35 +02:00
hulthe 7cc77d41a2 fix action 2026-08-23 11:14:35 +02:00
hulthe 8515872469 oops again 2026-08-23 11:14:35 +02:00
hulthe fe37e3721a heh 2026-08-23 11:14:35 +02:00
hulthe 1e2dbcc25b what 2026-08-23 11:14:35 +02:00
hulthe cc65586b98 oops 2026-08-23 11:14:35 +02:00
hulthe 1635ded760 testtt 2026-08-23 11:14:35 +02:00
hulthe 525db95867 test 2 2026-08-23 11:14:35 +02:00
hulthe e4e1c49922 Test actions lol 2026-08-23 11:14:35 +02:00
Ida Dahl 5adfcc1ceb Merge pull request #3 from hulthe/automatic-buttons
Automatic buttons
2026-08-19 23:51:58 +02:00
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
Ida Dahl c7782c82c4 Merge pull request #2 from hulthe/chores
Add window meta and update dependencies
2026-08-11 10:39:35 +02:00
hulthe 5be85370fb Update dependencies 2026-08-11 10:29:59 +02:00
hulthe 5a1506feea Fix srv edition 2026-08-11 10:29:59 +02:00
hulthe 932b5cd266 Add window title and icon 2026-06-29 21:30:28 +02:00
hulthe 7501f1e824 Compile rust inside flatpak build context 2026-06-21 20:48:11 +02:00
hulthe 81e7cb08ed Update default list of favorite goods 2026-03-22 21:02:39 +01:00
hulthe acb607b5d7 Fix GoodButtons alignment without GridLayout 2026-03-22 20:56:06 +01:00
hulthe bc28b25c8e Fix wasm32 2026-03-22 12:03:03 +01:00
hulthe bada5982c8 Add connection status indicator 2026-03-22 11:40:32 +01:00
hulthe 9257a6e52a Revert "Fix GoodButtons alignment"
This reverts commit 11b96cd172.

The commit works in LIVE_PREVIEW mode, but not otherwise.
2026-03-21 23:11:59 +01:00
hulthe ea17945298 Detect dark mode when running in browser 2026-03-21 23:00:04 +01:00
hulthe 11b96cd172 Fix GoodButtons alignment 2026-03-21 22:55:08 +01:00
hulthe 16306cbba5 Fix list item backgrounds in cosmic-white style 2026-03-21 22:41:36 +01:00
hulthe 17f7690789 Fix clippy lints 2026-03-21 22:30:05 +01:00
hulthe 0287561e2f Update slint 2026-03-21 22:27:52 +01:00
hulthe c00e3205cd Add network permissions to android gui 2026-01-11 10:22:47 +01:00
hulthe 6c69a9696b Allow gui web to be served through iframes 2026-01-11 10:22:47 +01:00
ide 9b74e6ee85 implemented amounts in gui 2026-01-04 00:30:35 +01:00
hulthe 4b3b8f4fe5 Make inputting nicer 2026-01-03 21:07:54 +01:00
hulthe de3383efdb Make scroll views scrollable with touch 2026-01-03 21:07:26 +01:00
hulthe d739f53ce7 Replace TextEdit with LineEdit 2026-01-03 21:06:42 +01:00
hulthe d73510c52e gui: Replace Box with Layout 2026-01-03 21:06:14 +01:00
hulthe 3d49e4d88c gui-web: Use the document url as the the API url 2026-01-03 21:05:11 +01:00
hulthe 66d768c1ff Add README.md with (very) basic instructions 2026-01-03 21:04:44 +01:00
hulthe 7ce7762a94 Make it build for Android 2026-01-03 21:04:10 +01:00
hulthe 894f5c5e20 Move wasm main to wasm.rs 2026-01-03 20:56:41 +01:00
hulthe 314a3b455c Fix viewport height on mobile browsers 2025-12-30 20:05:40 +01:00
hulthe 7c78d35aaa Fix web gui scaling on mobile 2025-12-30 20:05:25 +01:00
hulthe 2e869b76ef Add some padding to Done button 2025-12-30 20:05:08 +01:00
hulthe 61073283a5 Remove default margin in index.html 2025-12-29 22:23:00 +01:00
hulthe c3deb04a14 dockerfile: Bundle the gui as a web application 2025-12-29 19:27:48 +01:00
hulthe 9230b79cdb Add .dockerignore
This stops the docker build cache from being invalidated when these
files changes, and it avoids copying the giant target folder into the
docker build context.
2025-12-29 19:27:10 +01:00
hulthe 759c37d76c Serve gui from server
The server will serve all files in the ./www directory relative to
itself. The ./www/pkg is populated when running

    wasm-pack build --release --target web

from the /gui directory
2025-12-29 19:25:33 +01:00
hulthe 70b097905c Add symlinks from srv to gui for web files
To allow the server to conveniently server the gui when developing
2025-12-29 19:15:55 +01:00
hulthe 0624b37f5a Set background color in index.html to match Slint 2025-12-29 19:15:18 +01:00
hulthe 8f30e7d8bf Fix web gui size 2025-12-29 19:05:14 +01:00
hulthe 258ae03cec Make it run in browser 2025-12-28 23:24:18 +01:00
hulthe ac82875a3d Add refresh button 2025-12-28 22:18:06 +01:00