Commit Graph

121 Commits

Author SHA1 Message Date
2ef07fd37a add delete function 2023-09-05 20:38:05 -05:00
f66c35a225 add confirm button for dangerous admin actions 2023-09-05 20:28:03 -05:00
8b42377453 reduce redundant trpc error handling code to function 2023-09-05 20:03:38 -05:00
634f35657e improve readability of server error for user 2023-09-05 19:45:05 -05:00
f7144e7cf4 switch to handle submit 2023-09-04 00:25:54 -05:00
cd1dc2a555 add create resource trpc function 2023-09-04 00:03:42 -05:00
7fc0895177 fix issue where edit page resource query was refetching causing icon file to be reset 2023-08-30 22:13:41 -05:00
6e4efe2842 reuse form to create resource create page 2023-08-30 22:08:51 -05:00
2e2f99e0ec add admin bar with create button 2023-08-30 21:48:04 -05:00
562ff8d2a6 update query wait to use error message if one is available 2023-08-29 10:48:11 -05:00
8895fc31b4 update to raise NOT_FOUND error when no resource found 2023-08-29 10:30:18 -05:00
f180fb8fd1 fix type safety 2023-08-29 10:10:45 -05:00
6518dc5aec fix issue with edit page resource query 2023-08-29 10:07:52 -05:00
b972b860ac add loading to resource page 2023-08-29 09:43:39 -05:00
1566be88f6 create reusable query render wrapper that handles loading and error states 2023-08-29 08:14:07 -05:00
9074f79dee replace remaining pages with new layout 2023-08-24 13:39:23 -05:00
2180d798d0 add generic layout for reuse 2023-08-24 13:30:09 -05:00
71a956d28a deprecate old route 2023-08-24 11:35:33 -05:00
4a03135f2d replace file uploading to integrate with the new blob image data through trpc 2023-08-24 11:29:05 -05:00
6253668e8a add better error handling for photo upload 2023-08-24 10:36:18 -05:00
d7f5fae14a add error notice component to resource page 2023-08-24 10:13:05 -05:00
9163b13e92 add error notice component to resource page 2023-08-24 10:11:19 -05:00
b839278366 add loading animation to resource page 2023-08-24 09:52:38 -05:00
352686db37 fix file upload 2023-08-23 19:00:19 -05:00
e3d73ecc5c update render logic for resource photo 2023-08-23 18:34:24 -05:00
2cdd3b2347 remove static rendering 2023-08-22 16:48:39 -05:00
4dbc46c1c0 fix file upload 2023-08-22 12:55:01 -05:00
2c3d53f317 add route authentication to file upload 2023-08-21 09:54:08 -05:00
35bdebb449 integrate file upload into save routine 2023-06-25 20:56:02 -05:00
5dfb5e5a9a add icon image selected preview 2023-06-25 20:42:59 -05:00
8f4ff71425 add basic implementation of file upload 2023-06-25 20:05:46 -05:00
89a21707ec add basic proof of concept for file uploads 2023-06-13 00:21:00 -05:00
31a6d18b4a fix issue with important message being empty 2023-06-06 22:43:04 -05:00
54701726cd improve table loading 2023-06-06 22:05:27 -05:00
a05f541713 add server error message 2023-06-06 22:00:30 -05:00
3cfa29b5b5 add basic resource editing on backend 2023-06-06 02:20:45 -05:00
1be8f722b1 update resource table with details 2023-06-06 01:31:53 -05:00
cabddd777e add react forms and basic implementation of update endpoint 2023-06-06 00:26:00 -05:00
492e94e5b0 improve print UX 2023-06-05 01:25:11 -05:00
8ca024b1a4 improve mobile UX of resource table 2023-06-05 00:51:35 -05:00
026e7917ed fix lint errors 2023-05-30 01:03:46 -05:00
dc479b2f77 print page now includes all results for a given search 2023-05-30 00:56:47 -05:00
357faa5b18 print preview improvements 2023-05-30 00:19:41 -05:00
11f6db80cd improvements to the resource list 2023-05-29 23:49:37 -05:00
72c0954dd6 add print preview button 2023-05-29 23:17:36 -05:00
d720618737 fix background cover 2023-05-29 22:24:09 -05:00
25d46098e2 add resource icon file chooser 2023-05-25 22:35:07 -05:00
d98ade3e26 add save and cancel icon 2023-05-25 21:52:01 -05:00
6aaae53da7 add modified edit page 2023-05-25 21:32:09 -05:00
6bcd20897d control bar shows conditionally based on if user is signed in 2023-05-22 23:08:56 -05:00