Fix notes.js & areas.js UID usage and remove IDs. (#355)

* Add logging placeholder functions, fix notes.js uids

* Fix areas.js uids and remove ids

* Add UIDs to inbox items. Includes migration.

* id -> uid for task-events.js

---------

Co-authored-by: antanst <>
This commit is contained in:
Antonis 2025-09-29 16:03:46 +03:00 committed by GitHub
parent 11568e6f3c
commit c9f7fbb522
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 730 additions and 484 deletions

View file

@ -110,6 +110,6 @@ bash -c '
# Respect E2E_SLOWMO and run only Firefox sequentially
npx playwright test --headed --project=Firefox --workers=1
else
npm test
npx playwright test --workers=10
fi
'