4 Commits

Author SHA1 Message Date
c627813296 chore(git): Add local build files to .gitignore 2025-11-05 12:12:41 +01:00
9033ac4054 fix(delete): Ensure delete password prompt shows for all users
The password prompt for deleting items was not appearing for non-admin
users because the backend endpoint to check for the password's
existence was incorrectly restricted to admins, and the frontend logic
did not properly handle the check.

This commit fixes the issue by:
- Allowing all authenticated users to check if a deletion password is set.
- Updating the frontend to correctly show the prompt based on this check.
2025-11-05 12:12:16 +01:00
f9a3c0f28d add .vscode dir on .gitignore and reformate pythonfiles 2025-10-26 10:40:44 +01:00
8d8ed476fb feat: Initial commit for web-app 2025-10-26 10:22:08 +01:00