77 Commits

Author SHA1 Message Date
8be9475ee5
web: route to provided path on operation success 2025-04-03 20:03:48 -07:00
0cb2bec6e0
web: fix mapfix submit 2025-04-03 19:24:43 -07:00
cf1906acaa web: fix mapfix href 2025-04-04 02:10:44 +00:00
7e93807298
docker: use itzaname docker proxy to avoid getting rate-limited 2025-04-03 19:05:15 -07:00
29c0acf3b2
web: add fix map button 2025-04-03 15:47:44 -07:00
1ff1cae709
web: reduce polling interval
The operations will usually take half a second.
2025-04-03 15:12:18 -07:00
ic3w0lf
c6ebe5a360 stop polling on completeion/fail 2025-04-03 15:45:59 -06:00
15dd6b4178
web: tweak header + add maps link 2025-04-03 14:22:39 -07:00
ic3w0lf
91ac3a5e36 Operation Page 2025-04-03 18:03:11 +00:00
ic3w0lf
fc5519e744 bad code 2025-04-03 04:46:44 -06:00
170e194ac9 web: use client 2025-04-03 08:00:59 +00:00
liquidwater0
739c9354a6 turn maps page into client component 2025-04-03 08:00:59 +00:00
73f559f049 web: useParams 2025-04-03 08:00:59 +00:00
liquidwater0
3f377f4605 log the error 2025-04-03 08:00:59 +00:00
liquidwater0
edc1ed5459 maybe fix build errors 2025-04-03 08:00:59 +00:00
liquidwater0
adaa088efe add routes for maps page 2025-04-03 00:57:04 -05:00
e85e3f130f
web: add mapfixes link to header 2025-04-02 21:13:27 -07:00
df39101102 web: remove all fields from submission forms except Asset ID 2025-04-03 03:44:32 +00:00
ic3w0lf
8a28d6cfcf model/user thumbnails 2025-04-02 21:20:30 -06:00
a119c4292e
web: change submit text to match mapfix submit page 2025-04-01 15:07:25 -07:00
4cf7889db9
web: add submit page at /maps/[mapId]/fix 2025-04-01 15:07:25 -07:00
146d627534
web: mapfixes: rename all occurrences of submission with mapfix 2025-04-01 14:45:21 -07:00
97180ab263
web: clone submissions page for mapfixes 2025-04-01 14:44:42 -07:00
b0f1e42a06
web: fix SubmissionInfo type 2025-03-31 19:57:48 -07:00
0e29ca98dd
web: remove TargetAssetID 2025-03-31 16:27:42 -07:00
a7784bdaf5 web: fix api types 2025-03-28 18:26:59 -04:00
f0e18a5963
web: Validate button calls retry-validate endpoint 2025-03-28 15:07:07 -07:00
b02b3d205e Switch to using /api/session/validate for determining if the user is not logged in ()
My apologies for being stupid not knowing the NextJS framework fully, as I have little experience with it and its non intuitive SSR and CSR workflow

Code successfully built locally running `bun run build`

Reviewed-on: 
Co-authored-by: rhpidfyre <brandon@rhpidfyre.io>
Co-committed-by: rhpidfyre <brandon@rhpidfyre.io>
2025-03-27 21:47:03 +00:00
251a24efae
web: Revert auth redirect 2025-03-26 17:23:21 -07:00
a9afdf38cf
web: auth redirect fix 2025-03-26 16:27:32 -07:00
936a1f93aa web: use --turbopack for dev 2025-03-26 21:29:07 +00:00
d5d0e5ffc9 web: redirect if the user is not logged in based on session_id cookie's presence 2025-03-26 21:29:07 +00:00
3da4023466 web: throw error on failure status ()
Thanks to ai for knowing javascript

Co-authored-by: rhpidfyre <brandon@rhpidfyre.io>
Reviewed-on: 
Co-authored-by: Quaternions <krakow20@gmail.com>
Co-committed-by: Quaternions <krakow20@gmail.com>
2025-03-24 23:03:53 +00:00
b4be174d98 web: implement reset from softlock 2025-03-19 17:49:26 -07:00
b377405762 web: display validation error 2025-03-18 16:45:41 -07:00
49e767f027 web: note when submissions list is loaded but empty 2025-03-18 12:32:48 -07:00
59e5e529c6 Strip /api prefix 2025-03-17 20:25:02 -04:00
a82a78c938 middleware: oops, thats the wrong path 2025-03-16 20:38:49 -04:00
75e8d2b7b2 middleware 2025-03-16 16:33:16 -04:00
ic3w0lf
040488d85f small changes 2025-01-13 04:31:33 -07:00
c95d10a0d4 web: submit GameID 2024-12-27 18:50:36 -08:00
94abe3137b web: submit TargetAssetID 2024-12-27 18:50:24 -08:00
78db4eeba7 web: display model id 2024-12-27 18:31:49 -08:00
56ff5670dd web: fix status codes 2024-12-27 18:24:54 -08:00
d584ee2c03 web: submit page navigates to newly created submission 2024-12-27 18:14:02 -08:00
f629ac2998 web: submission page reload after action request completes 2024-12-27 18:00:26 -08:00
1b58bfd096 web: describe when each button should be visible 2024-12-26 18:28:26 -08:00
cd57ead995 web: remove maptest button 2024-12-26 18:18:59 -08:00
a7e9dbb94d web: fix up
When possible you should not use inline styling and instead use SCSS files for following convention and keeping consistency, Grid is also a deprecated React component in Material UI
You should also separate components that are client only to its own .tsx module rather than having it be mixed with components that aren't required for being client only
2024-12-19 02:30:45 -05:00
ic3w0lf
b0b16c91dc compilable:) 2024-12-18 22:55:12 -07:00