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
Redesign profile settings as dropdown, UI polish, and bug fixes (#136)
* Redesign profile settings as dropdown, UI refinements
Move profile settings into a collapsible dropdown menu on user show
page (both desktop and mobile). Reorder toggles to place newsletter
before open-to-work, rename "Newsletter" to "Receive news". Replace
"Sort:" text labels with sort icon SVG. Adjust avatar sizes on
community index and testimonial heading styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Styled somehow the stupid bange in testimonial
* Fix char counter submit target guard, conditional mobile menu controller
Add hasSubmitTarget check in char_counter_controller to prevent errors
when submit target is absent. Skip mobile-menu Stimulus controller on
nav_minimal pages.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix settings menu on mobile
* Trying to fix stuck quote processing update
* Trying to fix stuck quote processing update
* Preserve existing bio when GitHub returns empty value on refresh
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Preserve existing name, website, and twitter when GitHub returns empty values
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Don't overwrite today's star snapshot on sign-in
When a user signs in mid-day, record_snapshot! was updating the existing
snapshot created by the 2am scheduled job, making tomorrow's delta appear
smaller. Now sign-in only creates a snapshot if none exists for today,
while the scheduled batch job still force-updates to stay authoritative.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Remove legacy github_repos JSON column and rake tasks
The github_repos text column on users has been replaced by the Project
model. Remove the column and the two legacy rake tasks (github:update_all,
github:update_user) that still wrote to it. The proper github:update_all_job
task remains.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Replace portrait-phone CSS overrides with Tailwind responsive utilities for Open to Work badge
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments