Désiré Werner Menrath 557af7fd9a feat: Mark single item in web app
When an item was marked as done in the mobile app, all items were marked as done in the web app. This was because the `importItemsFromWebApp` function always marked all fetched items as processed on the server.

This commit fixes this by:
- Removing the call to `markItems` from `importItemsFromWebApp`.
- Adding a new function `markItemInWebApp` that is called when a single item is tapped, which correctly synchronizes the state of the single item with the web app.
2025-10-30 13:04:47 +01:00
2025-10-30 13:04:47 +01:00
Description
Noteshop is a versatile and privacy-focused application for managing your notes, shopping lists, and recipes all in one place. It is designed to be simple, efficient, and fully under your control
1.5 MiB
Languages
Kotlin 98.3%
Python 1.7%