API_HOST changes, thumbnail fix & cache, "list is empty" fix #150

Merged
ic3w0lf22 merged 4 commits from thumbnail-fix into staging 2025-06-03 23:54:13 +00:00
Member

API_HOST was replaced in order for thumbnail/any redirects to work properly, this also assumes the API will be at {BASE_URL}/api, assuming the reverse proxy causes issues with the way redirects were initially setup to work.

Also no more "Submissions list is empty." while it's loading.

API_HOST was replaced in order for thumbnail/any redirects to work properly, this also assumes the API will be at `{BASE_URL}/api`, assuming the reverse proxy causes issues with the way redirects were initially setup to work. Also no more "Submissions list is empty." while it's loading.
ic3w0lf22 added 1 commit 2025-06-03 22:40:16 +00:00
API_HOST changes, thumbnail fix & cache, "list is empty" fix
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
740e3c8932
API_HOST was replaced in order for thumbnail/any redirects to work properly, this also assumes the API will be at `{BASE_URL}/api`, assuming the reverse proxy causes issues with the way redirects were initially setup to work.

Also no more "Submissions list is empty." while it's loading.
Author
Member

This API_HOST change is important, don't forget to change it to BASE_URL & remove the /api at the end.

This `API_HOST` change is important, don't forget to change it to `BASE_URL` & remove the `/api` at the end.
Owner

I cast

Closes #146

I cast Closes #146
Quaternions added 2 commits 2025-06-03 23:35:30 +00:00
use null instead of sentinel value
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
8ea5ee2d41
Quaternions approved these changes 2025-06-03 23:37:44 +00:00
Owner

I opted to use an optional type signature instead of a sentinel value of -1. Also changing API_HOST to BASE_URL would require a deployment configuration change.

I opted to use an optional type signature instead of a sentinel value of -1. Also changing API_HOST to BASE_URL would require a deployment configuration change.
ic3w0lf22 changed target branch from master to staging 2025-06-03 23:39:05 +00:00
Owner

LGTM, if you're happy with these changes go ahead and merge

LGTM, if you're happy with these changes go ahead and merge
Author
Member

Fine with me as long it works 👍

Fine with me as long it works 👍
ic3w0lf22 added 1 commit 2025-06-03 23:53:57 +00:00
Merge branch 'staging' into thumbnail-fix
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
32095296c2
ic3w0lf22 merged commit 81539a606c into staging 2025-06-03 23:54:13 +00:00
ic3w0lf22 deleted branch thumbnail-fix 2025-06-03 23:54:20 +00:00
Sign in to join this conversation.