mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
* feat(generic): add generic resource tab, refactor home structure, and UI polish * reverted hardcoded ff * fix build * styling consistency * styling * fix(auth): extract shared auth button class and align SSO primary style - Extract AUTH_SUBMIT_BTN constant to (auth)/components/auth-button-classes.ts, replacing 10 copy-pasted identical className strings across 7 files - Update SSOLoginButton primary variant to use AUTH_SUBMIT_BTN instead of hardcoded purple gradient, making it consistent with all other auth form submit buttons - Fix missing isEphemeralResource import in lib/copilot/resources.ts (was re-exported but not available in local scope) * fix(auth): replace inline button class in chat auth components with AUTH_SUBMIT_BTN * fix send button hover state