Commit Graph

83 Commits

Author SHA1 Message Date
b12f19ac51 Fixed useSend loading flow on abort
Made data null on error
Made it remain in loading state on refetch and remount abortion
2023-08-12 01:32:02 +03:00
f8235ca7f4 Fixed fetch loading ending before result saving 2023-08-09 17:55:54 +03:00
fa98b392a8 Added poetry picture, fixed spacing on UserPage 2023-08-09 14:25:50 +03:00
6478b45301 Improved StarRating indication of rated mark 2023-08-09 14:24:44 +03:00
864f5a040c Added address to dispose trashbox request
styling fixes
2023-08-08 19:26:38 +03:00
d9925647c6 Refactored Rating component
Separated annDetails, added to userPage, made actually operating
2023-08-08 19:26:37 +03:00
f432193508 Updated user to use latest api 2023-08-08 19:26:37 +03:00
60779ea489 Updated poetry to use latest api
Added poem id, changed url, fixed formatting, enabled actual fetching
2023-08-08 19:26:37 +03:00
ea18439140 Added book error indication 2023-08-08 19:26:37 +03:00
4135c29160 Fixed announcement typing
Expired -> obsolete filter front
Removed useless despose utils
2023-08-08 19:26:36 +03:00
9a4226dc30 New auth form design, fixed useSend token sending 2023-08-08 12:20:47 +03:00
c52a623907 Updated announcement fetching to new response schema 2023-08-08 12:07:12 +03:00
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
47fca02858 Fixed filter setting an resetting (one more time) 2023-07-31 18:50:36 +03:00
24bd39f689 Added expiration filter to front 2023-07-31 17:23:24 +03:00
6724a97352 Added poetry display on userPage 2023-07-31 15:03:56 +03:00
e7327945e3 Improved loading handling 2023-07-31 14:55:12 +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
466977d457 Fixed homepage filters setting, names, and userId category 2023-07-30 14:54:13 +03:00
8b6010f453 Added redirect to home on successfull ann addition 2023-07-29 18:49:02 +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
ef94349341 Fixed story preview styling 2023-07-29 14:04:48 +03:00
6338e86a33 Added back header to ann add and auth pages
Unified card layout
2023-07-29 13:20:29 +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
50c2b0a615 Added sign out button to user page 2023-07-27 20:07:25 +03:00
d93b2e131c Added announcement removal for published by user 2023-07-27 18:43:37 +03:00
9688f56c43 Added useId hook for id retrival from token 2023-07-27 17:54:06 +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
8220b43e9b Fixed possibly nullable useFetch or useSend result data 2023-07-27 16:50:26 +03:00
40c5f08dfe Added points icon 2023-07-27 14:16:12 +03:00
e60d5d6732 Added user points indicator 2023-07-27 12:53:27 +03:00
abe3e64883 Added initial loading setting
Enabled pushing to history on filter setting
2023-07-27 12:00:22 +03:00
9b4ef41030 Added query filters getting and setting on homepage
fixes #27
2023-07-20 14:58:05 +03:00
96388a9bea Fixed userPage story preview link to use actual filter
Related to #27
2023-07-20 13:25:16 +03:00
58d1996ce3 Added story index management via query on homepage
Related to #27
2023-07-20 13:14:04 +03:00
bc154f8b6b Fixed useFetch and useUser typing 2023-07-20 00:55:12 +03:00
7a044970f0 Implemented UserPage 2023-07-19 23:25:25 +03:00
7cf83d099d Added api/user request prototype 2023-07-19 23:24:58 +03:00
1b4eed529a Developed userPage prototype 2023-07-19 23:23:01 +03:00
bc55ab8f68 Converted api/announcements to use api/announcement processer as its part 2023-07-18 23:07:41 +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
3668e8c33f Changed story dimensions
Improved logging
2023-07-16 00:18:30 +03:00