-
-
Notifications
You must be signed in to change notification settings - Fork 214
feat: Migrate Panel and related components to Astro #717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…pages/index.astro`.
This commit migrates the React `Panel` component and all of its dependencies to Astro components. This is part of a larger effort to systematically migrate the website from React to Astro. The following components were migrated: - Panel - ProFeaturesPanels - ProDeveloperFeatures - ProInfo - ScreenshotsMarquee - HeroPro - AnimatedGradientBackground - AppLink - HeroProButtons - PublicFacingApps - BrowserFrame - AgencyClientShowcase - SharedResponsibilitySection - DataSovereigntySection - PrivacyComplianceSection - TrustIndicatorsSection - DeploymentModelsSection - SecurityArchitectureSection - CallToActionSection - Translations - TwoColumns - DataEnhancementUseCases - DataStructure - AutofillFeature - DataEnhancementHero - VersionsToggle - VersionsComparison - Tip - PricingQuote - CLIInstructions - EnterpriseFeatures - PhoneFrame - EnterpriseHero - EnterpriseArchitectures - AirTableLike - History - FeaturesCarousel - DeveloperFeatures - EasyToCustomize - CustomFields - OpenAITeaser - UnbeatableUX All pages using these components have been updated to use the new Astro versions, and the original React files have been deleted.
# Conflicts: # website-astro/src/components/partials/pro/ProDeveloperFeatures.astro # website-astro/src/migration/partials/agencies/AgencyClientShowcase.tsx # website-astro/src/migration/partials/data_enhancement/DataEnhancementHero.tsx # website-astro/src/migration/partials/data_enhancement/DataStructure.tsx # website-astro/src/migration/partials/data_enhancement/Translations.tsx # website-astro/src/migration/partials/features/DeveloperFeatures.tsx # website-astro/src/migration/partials/features/EasyToCustomize.tsx # website-astro/src/migration/partials/features/FeaturesCarousel.tsx # website-astro/src/migration/partials/features/History.tsx # website-astro/src/migration/partials/features/OpenAITeaser.tsx # website-astro/src/migration/partials/pricing/CLIInstructions.tsx # website-astro/src/migration/partials/pricing/VersionsComparison.tsx # website-astro/src/migration/partials/pro/ProFeaturesPanels.tsx # website-astro/src/migration/partials/pro/PublicFacingApps.tsx
This commit migrates the React `Panel` component and all of its dependencies to Astro components. This is part of a larger effort to systematically migrate the website from React to Astro. The following components were migrated: - Panel - ProFeaturesPanels - ProDeveloperFeatures - ProInfo - ScreenshotsMarquee - HeroPro - AnimatedGradientBackground - AppLink - HeroProButtons - PublicFacingApps - BrowserFrame - AgencyClientShowcase - SharedResponsibilitySection - DataSovereigntySection - PrivacyComplianceSection - TrustIndicatorsSection - DeploymentModelsSection - SecurityArchitectureSection - CallToActionSection - Translations - TwoColumns - DataEnhancementUseCases - DataStructure - AutofillFeature - DataEnhancementHero - VersionsToggle - VersionsComparison - Tip - PricingQuote - CLIInstructions - EnterpriseFeatures - PhoneFrame - EnterpriseHero - EnterpriseArchitectures - AirTableLike - History - FeaturesCarousel - DeveloperFeatures - EasyToCustomize - CustomFields - OpenAITeaser - UnbeatableUX - ManageYour - AgencyLogos - BuiltFor - FeaturesPanels - FeaturesTeaser - FireCMSIntro - HeroHome - LaunchInSteps - OpenSourceDetails - ProTeaser - StartupLogos - TechSplash - UITeaser - Newsletter - ThreeColumns All pages using these components have been updated to use the new Astro versions, and the original React files have been deleted. Note: The frontend verification step was skipped due to a persistent issue with the `cd` command, which prevented the development server from starting.
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. |
…o feat/migrate-panel-to-astro # Conflicts: # website-astro/src/components/partials/home/StartupLogos.astro # website-astro/src/migration/partials/home/BuiltFor.tsx # website-astro/src/migration/partials/home/FeaturesPanels.tsx # website-astro/src/migration/partials/home/FeaturesTeaser.tsx # website-astro/src/migration/partials/home/HeroHome.tsx # website-astro/src/migration/partials/home/ManageYour.tsx # website-astro/src/migration/partials/home/ProTeaser.tsx
This commit migrates the React
Panel
component and all of its dependencies to Astro components. This is part of a larger effort to systematically migrate the website from React to Astro.The following components were migrated:
All pages using these components have been updated to use the new Astro versions, and the original React files have been deleted.
Note: The frontend verification step was skipped due to a persistent issue with the
cd
command, which prevented the development server from starting.PR created automatically by Jules for task 11928950125132444814