Commit Graph

12 Commits

Author SHA1 Message Date
79ff0a3813 Removed orphane code and root package-lock 2023-08-12 23:49:08 +03:00
0aaef69a5a Trashboxes fetching fixes 2023-08-12 02:50:26 +03:00
864f5a040c Added address to dispose trashbox request
styling fixes
2023-08-08 19:26:38 +03:00
b93ab9794d Added announcement disposal:
Added ann details button
Added modal shown on its click
Moved trashbox selection there
Added trashboxes mock while testing in restricted area
2023-08-01 18:23:56 +03:00
9b35a54ae9 Even more code styling things 2023-07-31 12:41:19 +03:00
1c25d66027 Fixed trashbox request causing constant rerenders 2023-07-17 12:19:25 +03:00
f4226237ab Added useSend hook, converted useFetch to use it
Moved useFetch
Related to #19
2023-07-16 00:08:51 +03:00
0218cdced5 Code styling
Added brackets for const lambdas
Converted const lambdas with multiple instructions to functions
2023-07-15 12:55:25 +03:00
2ce0e5b65d Returned setData from useFetch
Fixed imports
Related to #19
2023-07-15 11:07:12 +03:00
48a48f9364 Improved useFetch
Related to #19
2023-07-14 20:34:50 +03:00
7b0ccc525c Code styling changes 2023-07-13 20:03:53 +03:00
a8b7cfbffa Added TypeScript for frontend
Added type definitions for components, functions, data
Added guards for network responses
fixes #8
2023-07-12 19:03:24 +03:00