Skip to content

Fix tag filter flicker: use Vue toggle instead of <details>#168

Merged
amavashev merged 1 commit intomainfrom
claude/improve-blog-organization-YY1ID
Mar 22, 2026
Merged

Fix tag filter flicker: use Vue toggle instead of <details>#168
amavashev merged 1 commit intomainfrom
claude/improve-blog-organization-YY1ID

Conversation

@amavashev
Copy link
Contributor

Replace

/ with a Vue ref + v-show toggle. Tags start collapsed on all screen sizes with no flicker — Vue controls visibility from first render, no DOM manipulation race with SSR/hydration.

https://claude.ai/code/session_01U1r1nRdz63G32gyeqRs8mx

Replace <details>/<summary> with a Vue ref + v-show toggle.
Tags start collapsed on all screen sizes with no flicker —
Vue controls visibility from first render, no DOM manipulation
race with SSR/hydration.

https://claude.ai/code/session_01U1r1nRdz63G32gyeqRs8mx
@amavashev amavashev merged commit 7636dc4 into main Mar 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants