You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(astro): ♻️ Move shared React components to common directory
Move reusable components and utilities (`useDataLoader`,
`QueryProvider`, `PrivacyToggleCompact`) into the `common`
directory to improve organization and reduce duplication.
Also includes:
* Add boilerplate `index.ts` files with copyright headers to component folders.
* Improve typing clarity in dashboard components.
* Add CSS fallback animation for progressive enhancement reveal state.
0 commit comments