Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes several small bug fixes and improvements:
• Fix PostgreSQL latitude/longitude serialization (#378) - Location model now properly casts lat/lng as floats for consistent JSON serialization across SQLite and PostgreSQL
• Add SAFER report refresh functionality (#158) - Can now refresh Carrier SAFER data with 24-hour cooldown
• Fix organization sidebar behavior (#362) - Organization menu button now properly expands collapsed sidebar
• Improve audit history queries - Fixed polymorphic relationship queries to prevent SQL errors
• Fix input text color in dark mode (#149) - Input fields now have proper text color in dark theme
• Update location map markers (#377) - Google Maps markers now display with proper colored icons and labels
• Remove hardcoded Docker container name - Allows multiple LocalStack instances
• Improve subscription limits handling (#376) - Fixes broken dev environment on billing disabled, refactors limit handling code