Skip to content

Make hero shimmer subtle and slow#149

Merged
ideav merged 3 commits intomainfrom
issue-148-c1da33ce7d59
May 3, 2026
Merged

Make hero shimmer subtle and slow#149
ideav merged 3 commits intomainfrom
issue-148-c1da33ce7d59

Conversation

@konard
Copy link
Copy Markdown
Collaborator

@konard konard commented May 3, 2026

Root cause

PR #147 fixed the cascade conflict by making the hero teaser shimmer reliably visible, but the resulting state was too strong for issue #148: the pill turned dark blue, the text turned white, and the sweep was a quick white flash. The requested behavior is simply a light, unobtrusive, slow shimmer in a light-blue / very-light-blue range.

Fix

  • Slowed the shimmer cadence from 3-6 seconds to 7-11 seconds.
  • Lengthened the sweep from 900ms to 4200ms.
  • Removed the dark-blue/white shimmer state and replaced it with a subtle light-blue gradient sweep.
  • Kept hover light and unobtrusive instead of forcing a solid blue pill.
  • Updated the hero shimmer test so it rejects the previous dark/white sweep behavior.

Visual verification

Hero shimmer after fix

Tests

node --test tests/hero-shimmer.test.mjs
npm test
npm run build

Fixes #148

Adding .gitkeep for PR creation (default mode).
This file will be removed when the task is complete.

Issue: #148
@konard konard self-assigned this May 3, 2026
@konard konard changed the title [WIP] https://github.com/ideav/backlogram/pull/147 Не сработало это ничего - убери и добавь просто ненавязчивое, легкое, медленное мерцание Make hero shimmer subtle and slow May 3, 2026
@konard konard marked this pull request as ready for review May 3, 2026 17:45
@konard
Copy link
Copy Markdown
Collaborator Author

konard commented May 3, 2026

Working session summary

Implemented and pushed the fix to PR 149: #149

Changed the hero teaser shimmer from the previous strong dark-blue/white flash into a slow, subtle light-blue sweep:

  • cadence: 7-11s
  • sweep duration: 4200ms
  • removed the dark-blue active shimmer state
  • updated tests to reject the previous behavior
  • added a PR screenshot at docs/screenshots/issue148-hero-shimmer-after.png

Verification passed:

  • node --test tests/hero-shimmer.test.mjs
  • npm test
  • npm run build

PR 149 is marked ready for review, working tree is clean, and there are currently no GitHub Actions runs listed for this branch.


This summary was automatically extracted from the AI working session output.

@konard
Copy link
Copy Markdown
Collaborator Author

konard commented May 3, 2026

🤖 Solution Draft Log

This log file contains the complete execution trace of the AI solution draft process.

💰 Cost estimation:

  • Model: GPT-5.5
  • Provider: OpenAI
  • Public pricing estimate: $3.486027

📊 Context and tokens usage:

  • 133.8K / 1.1M (13%) input tokens, 8.1K / 128K (6%) output tokens

Total: (133.8K + 1.8M cached) input tokens, 8.1K output tokens, $3.486027 cost

🤖 Models used:

  • Tool: OpenAI Codex
  • Requested: gpt-5.5
  • Model: GPT-5.5 (gpt-5.5)

📎 Log file uploaded as Gist (14445KB)


Now working session is ended, feel free to review and add any feedback on the solution draft.

@konard
Copy link
Copy Markdown
Collaborator Author

konard commented May 3, 2026

✅ Ready to merge

This pull request is now ready to be merged:

  • No CI/CD checks are configured for this repository
  • No merge conflicts
  • No pending changes

Monitored by hive-mind with --auto-restart-until-mergeable flag

@ideav ideav merged commit 53e461c into main May 3, 2026
@ideav ideav deleted the issue-148-c1da33ce7d59 branch May 3, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants