v0.22.1
What's Changed
Improvements
- Enhanced table structure tooltip: Column details (e.g., data type, nullability, description) are now merged into the structure tooltip in the table browser, providing richer context without navigating away from the overview.
- Improved email verification UI: The verify email panel layout is widened and action buttons (e.g., “Resend email”, “Go to dashboard”) are horizontally aligned for better visual consistency and usability.
Localization
- Centralized i18n locales: Shared translation strings across the web app have been consolidated into
packages/i18n, improving maintainability and consistency for English, Spanish, Japanese, and Chinese locales.
Internal
- Codebase refactoring: Several components and AI-related modules (e.g., column tagging, cloud proxy model, tab title generation) were updated to support the unified tooltip and localization changes—enabling cleaner extensibility and reducing duplication.
How is this guide?