Jemeplains.com
- 2 Devlogs
- 3 Total hours
Website for filing fake complaints
Website for filing fake complaints
I migrated my application to Angular 21.
I then fixed a bug that was preventing claims from loading: a change to the “offset” signal at the wrong moment was blocking change detection, so API data was failing to reach the DOM. I took the opportunity to migrate to httpResources and fixed the flawed pagination by including the page count in the request response.
I have started to adapt the moderators’s account system to all users. I have added an “My account” that display the id and the username.
I have also modified the client api service to use new angular’s httpRessources.