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
feat: full-width mobile edit buttons and add Air live-reload (#46)
* feat: full-width mobile edit buttons and add Air live-reload
Make edit page action buttons stretch to fill row width on mobile
(two per row) while keeping natural sizing on desktop. Also add Air
config and `make dev` target for live-reload during development.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: address PR review - air.toml improvements and cancel button flex
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: add items-center to cancel button and use npx tailwindcss
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: absolutely position spinner in submit buttons to prevent text shift
The htmx-indicator spinner was occupying layout space inside the flex
button, nudging the button text off-center when visible. Changed the
spinner to absolute positioning (opacity-based toggle) and added left
padding to the button to reserve space for the spinner overlay.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: separate spinner positioning and rotation onto different elements
Move animate-spin from the .htmx-indicator span to an inner wrapper so
that the translateY(-50%) centering on the outer element is not overridden
by the spin keyframes' transform: rotate().
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments