Cycle before and after images every 2 seconds #295

Merged
itzaname merged 4 commits from slideshow into staging 2025-12-27 05:26:04 +00:00
Owner

The images should auto cycle now that the thumbnails are working.

I don't know how to test this! This is what I tried:

bun install
bun run build
VITE_API_HOST=https://maps.staging.strafes.net/v1 bun run preview

but the mapfixes page won't load the mapfixes.

The images should auto cycle now that the thumbnails are working. I don't know how to test this! This is what I tried: ``` bun install bun run build VITE_API_HOST=https://maps.staging.strafes.net/v1 bun run preview ``` but the mapfixes page won't load the mapfixes.
Quaternions added the enhancementfrontend labels 2025-12-27 03:16:02 +00:00
Quaternions self-assigned this 2025-12-27 03:16:02 +00:00
Quaternions added 1 commit 2025-12-27 03:16:02 +00:00
cycle before and after images every 1.5 seconds
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
fbd75ea1d3
Quaternions requested review from itzaname 2025-12-27 03:16:02 +00:00
Owner

This makes the "click to compare" pointless so that should be removed if this is what the new way will be. Also 1.5 seconds is pretty quick and this looks pretty obnoxious.

This makes the "click to compare" pointless so that should be removed if this is what the new way will be. Also 1.5 seconds is pretty quick and this looks pretty obnoxious.
Quaternions added 2 commits 2025-12-27 04:52:25 +00:00
increase cycle to 2s
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
cbf80af256
Author
Owner

This makes the "click to compare" pointless so that should be removed if this is what the new way will be.

Good catch, I never figured out how to test it so I didn't see what it looks like

Also 1.5 seconds is pretty quick and this looks pretty obnoxious.

It looks like I expected in your video, I'll make it a bit longer if you think so. I think auto-cycling this will help catch accidents where the wrong map is submitted or something better than needing to cycle it manually since people don't need to remember to do it.

> This makes the "click to compare" pointless so that should be removed if this is what the new way will be. Good catch, I never figured out how to test it so I didn't see what it looks like > Also 1.5 seconds is pretty quick and this looks pretty obnoxious. It looks like I expected in your video, I'll make it a bit longer if you think so. I think auto-cycling this will help catch accidents where the wrong map is submitted or something better than needing to cycle it manually since people don't need to remember to do it.
itzaname requested changes 2025-12-27 05:23:00 +00:00
Dismissed
@@ -121,6 +121,15 @@ export default function MapfixDetailsPage() {
};
// cycle before and after images every 1.5 seconds
Owner

Comment outdated

Comment outdated
Quaternions marked this conversation as resolved
Quaternions added 1 commit 2025-12-27 05:24:23 +00:00
fix comment
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
87c2e3e07f
Quaternions requested review from itzaname 2025-12-27 05:24:28 +00:00
itzaname approved these changes 2025-12-27 05:25:47 +00:00
itzaname merged commit ea65794255 into staging 2025-12-27 05:26:04 +00:00
itzaname deleted branch slideshow 2025-12-27 05:26:04 +00:00
Quaternions changed title from Cycle before and after images every 1.5 seconds to Cycle before and after images every 2 seconds 2025-12-27 05:26:59 +00:00
Sign in to join this conversation.