Footer: adopt the shared core LandingFooter#174
Merged
Conversation
cf412756 Research: promote the Q&A podcast + add YouTube to the footer git-subtree-dir: src/lib/core git-subtree-split: cf41275650abf76812e0d37e48ba011d422ab3c5
…core-sync-research-podcast
…core-sync-research-podcast
c6170fb9 Footer: extract a shared LandingFooter component into core git-subtree-dir: src/lib/core git-subtree-split: c6170fb95a7460504b4dd939e2d20066a9ce42bb
c56e1f6a Footer: link Research from every app (points to robosystems, like Blog) git-subtree-dir: src/lib/core git-subtree-split: c56e1f6a6232a4efd46d78cb54e62bbb0a55de74
…core-sync-research-podcast
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.
Summary
Syncs the latest
robosystems-core(the new sharedLandingFooter+ the research Q&A podcast update) and replaces RoboLedger's bespoke footer with the shared component. Also aligns the RoboLedger tagline with the other apps.Changes
LandingFooterand theResearchArticleQ&A podcast update fromrobosystems-core(src/lib/core/).components/landing/Footer.tsx— reduced to a thin wrapper rendering the sharedLandingFooterwith RoboLedger's tagline + Product links +ContactModal(226 lines → ~19). Via the shared component this also adds the YouTube social icon and the Research link.Build AI-native workflows…), and trimmed to fit three lines — consistent with RoboSystems/RoboInvestor.Testing
npm run typecheck— clean.npx prettier --checkon changed files — clean.format:check,lint,typecheck, fulltestsuite,cf-lint) passed on every commit.Notes
core/changes originate fromrobosystems-core(authored in the robosystems-app PR); they arrive here as subtree squash-merge commits.