Merged
Conversation
…d and backend credentials - added rake, yake and ai keyword extraction
…rdparty scanners spamming my mail
- Create configuration, database, executor, helm, installation, local development, overview, prerequisites, scripts, and security documentation for Kubernetes deployment. - Introduce a getting started guide and a detailed explanation of what Flow-Like is. - Revamp the homepage to highlight key features and provide quick links to essential documentation. - Ensure all new files are properly linked in the sidebar for easy navigation.
…d options - Added `skipConsentCheck` option to `IExecuteEventOptions` and `IEventState` interfaces. - Introduced new interface `IAddColumnPayload` for adding columns to database tables. - Expanded `IDatabaseState` interface with methods for adding, dropping, and altering columns, as well as optimizing tables and updating items. - Implemented placeholder methods in `EmptyDatabaseState` for the newly added database functionalities.
- Introduced `flow-template-selector` component with associated types. - Updated `LayerNode` to include a new toolbar for actions like rename, comment, edit, extend, delete, and explain. - Refactored context menu in `LayerNode` to use the new toolbar. - Added `NewVariableDialog` for creating new variables with type and value selection. - Enhanced `VariablesMenu` to include the new variable dialog. - Improved log message formatting and rendering in `Traces`. - Updated tooltip styles for better visibility. - Added support for explaining nodes in the flow board. - Adjusted log aggregation state management to clear metadata on board changes.
- Integrated translation functionality in the following sections: - integrations.astro - performance.astro - portability.astro - problem-solution.astro - process-combination.astro - reading.astro - storage.astro - target-audience.astro (new section) - theming.astro - use-cases.astro - zero-to-prod.astro - Updated static text to use translation keys for better localization. - Enhanced user experience by providing localized content across the website.
…s, UX improvements, Execution on the Server, fixed local Server, R2 + Azure Blob Storage + GCP Storage + AWS
Closed
6 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces comprehensive internationalization (i18n) support for the Flow-Like website, adds multilingual translation files for French, Spanish, English, and German pages, implements language detection and switching functionality, updates documentation structure, and includes various UX improvements across the website and docs.
Key Changes
- Added i18n infrastructure with language detection, translation utilities, and language switcher components
- Added complete translations for the 24-hour solution page in English, German, Spanish, and French
- Added website translations in 11 languages (EN, DE, ES, FR, ZH, JA, KO, PT, IT, NL, SV)
- Updated documentation with new content for Kubernetes deployment, storage configuration, and getting started guides
Reviewed changes
Copilot reviewed 155 out of 1014 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/website/src/i18n/* | New i18n infrastructure with locale files and translation utilities |
| apps/website/src/components/language-* | Language detection and switcher components |
| apps/website/src/components/24h/* | New 24-hour solution page components with translation support |
| apps/website/src/components/download/* | Download page components with i18n support |
| apps/website/src/components/*-header.tsx, *-footer.tsx | Updated header/footer with translation support and language switcher |
| apps/website/src/content/blog/*.mdx | Fixed blog post cover image paths |
| apps/docs/src/content/docs/* | New and updated documentation pages |
| apps/benchmark/src/main.rs | Removed entire file content |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
Author
|
@sentry review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added: Docker Compose, Client Configuration, Website Translation, Docs, UX improvements, Execution on the Server, fixed local Server, R2 + Azure Blob Storage + GCP Storage + AWS