Commit Graph

33 Commits

Author SHA1 Message Date
e1e1244b3a Updated sign up interface 2023-08-08 01:09:50 +03:00
2b5a917107 Minor api fixes, made useId hook login optional 2023-08-07 14:10:52 +03:00
d2a3393a11 Added users rating in announcement details 2023-08-07 14:09:04 +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
6724a97352 Added poetry display on userPage 2023-07-31 15:03:56 +03:00
9b35a54ae9 Even more code styling things 2023-07-31 12:41:19 +03:00
9eb30d2066 Fixed imports styling 2023-07-30 15:01:42 +03:00
cf81e3d817 Fixed ann removal 2023-07-29 18:47:23 +03:00
e214ea53e7 Fixed sign in redirect on success 2023-07-29 18:11:05 +03:00
85472233a3 Connected signing up and signing in to back 2023-07-29 10:41:54 +03:00
0e5aeae491 Fixed doSend arguments 2023-07-27 20:09:03 +03:00
d93b2e131c Added announcement removal for published by user 2023-07-27 18:43:37 +03:00
3bb6809454 Moved useBook to useSend API 2023-07-27 16:56:00 +03:00
2a229c96ba Separated useSendWithButton hook from useAddAnnouncement 2023-07-27 16:55:07 +03:00
bc154f8b6b Fixed useFetch and useUser typing 2023-07-20 00:55:12 +03:00
7cf83d099d Added api/user request prototype 2023-07-19 23:24:58 +03:00
1c25d66027 Fixed trashbox request causing constant rerenders 2023-07-17 12:19:25 +03:00
b7bbd937b4 Converted put(api/announcement) to use useSend
Added useSendButtonCaption hook
Related to #19
2023-07-17 12:18:54 +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
cb848739e5 Added osmAddress api route
Related to #19
2023-07-15 11:08:15 +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
6a0c4c9dac Added http errors handing to all fettch requests 2023-07-13 17:50:20 +03:00
d041df0bbd Added ellipsis to loading status string 2023-07-13 17:49:47 +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
8fc85e415f Added component unmount cleanup 2023-07-11 14:43:08 +03:00
dcd91cb9b4 Removed builtin static video file
Switched from CORS to proxy for dev
2023-07-10 17:14:36 +03:00
929dd8af36 Added announcement adding page 2023-05-17 10:50:06 +03:00
811cde6f30 Added authhpage 2023-05-17 10:49:40 +03:00
8af5bd36d9 Updated details page, implemented booking 2023-05-17 10:48:38 +03:00
dc6f8fe8f2 moved hooks to separate directories, added stories fallback 2023-05-17 10:47:23 +03:00