diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-10 09:32:07 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-10 09:32:07 +0300 |
| commit | 762589bd807c4888f4d7dcac32606b157216a049 (patch) | |
| tree | c57505973bc31ec9007f5876610412248064b6f1 /integrationtests | |
| parent | f3155cbc866a1b261a0aafe61683da1e3c25b1ef (diff) | |
enhance WebGL scenes, modal transparency, new cosmos theme, UX polish
Themes:
- glass → cosmos: ringed planet with asteroid belt, nebula clouds, 2500 stars
- ocean: sea rock spires, bioluminescent jellyfish, rising bubbles, whale
- volcano: glowing lava floor with vertex animation, molten boulders,
smoke plume particles, underground furnace glow sphere
UX / shared:
- Modal background changed to rgba(0,0,0,0.55) so WebGL stays visible
behind expanded post view (all themes)
- Max-width 1200px applied to all themes via shared navmodal CSS
- Default theme changed from "neon" to "random"
Sample content:
- 120 example entries processed into dist/ for pagination testing
(4 pages of 42 posts each)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'integrationtests')
| -rw-r--r-- | integrationtests/integration_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrationtests/integration_test.go b/integrationtests/integration_test.go index 6d355b1..8d24d8d 100644 --- a/integrationtests/integration_test.go +++ b/integrationtests/integration_test.go @@ -323,7 +323,7 @@ func TestKeyboardNavJS(t *testing.T) { // index.html containing core structural elements (post text, nav script). func TestThemeSelection(t *testing.T) { themes := []string{ - "aurora", "brutalist", "glass", "matrix", "neon", + "aurora", "brutalist", "cosmos", "matrix", "neon", "ocean", "plasma", "retro", "synthwave", "terminal", "volcano", } |
