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
Initiated use of environment variables for better configuration management, specifically for cooldown times and API key management.
Bug Fixes
Addressed and resolved global CSS import issues by relocating the globals.css file and updating its import path accordingly.
Introduced a GlobalError component to handle error scenarios more gracefully, ensuring users are presented with a friendly error page instead of raw error messages.
Infrastructure and Build Improvements
Added a yarn setup and clean script to facilitate easier project setup and maintenance.
Implemented rate limiting and IP retrieval functions to manage and ensure fair usage of resources.
Commented out the ‘Pages’ setup temporarily to streamline development efforts.
Other
Update environment example file to reflect the new cooldown time setting, providing clearer guidance on configuration options.