Skip to content
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

Sidebar Reorganization Implementation #8197

Merged
merged 22 commits into from
Jul 18, 2024
Merged

Commits on May 6, 2024

  1. RightSideBar and Options

    Removed Contribute Section from RightSideBar and Added Translate Page beside Edit Page.
    SatanshuMishra committed May 6, 2024
    Configuration menu
    Copy the full SHA
    de5f069 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Create Dedicated Footer Component & References Component

    - Added dedicated footer component to override default footer generated by Starlight.
    - Added Pagination, EditLink and References component to file. Added LastUpdated (commented) for possible future development.
    - Removed Contribute section completely from TableOfContents.
    - Updated FeedbackButton and Feedback Form to have accurate styling.
    - Added Footer to astro.config.ts.
    SatanshuMishra committed May 7, 2024
    Configuration menu
    Copy the full SHA
    457c757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c2c247 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Update src/components/starlight/Footer.astro

    Remove un-used component mention.
    
    Co-authored-by: Paul Valladares <[email protected]>
    SatanshuMishra and dreyfus92 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    06f1518 View commit details
    Browse the repository at this point in the history
  2. Update src/components/starlight/Footer.astro

    Remove un-used component import.
    
    Co-authored-by: Paul Valladares <[email protected]>
    SatanshuMishra and dreyfus92 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4dcdea6 View commit details
    Browse the repository at this point in the history
  3. Update src/components/tutorial/FeedbackButton.astro

    Co-authored-by: Chris Swithinbank <[email protected]>
    SatanshuMishra and delucis committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3befde2 View commit details
    Browse the repository at this point in the history
  4. Update src/components/tutorial/FeedbackButton.astro

    Co-authored-by: Chris Swithinbank <[email protected]>
    SatanshuMishra and delucis committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bdd0a15 View commit details
    Browse the repository at this point in the history
  5. Update src/components/References.astro

    Co-authored-by: Chris Swithinbank <[email protected]>
    SatanshuMishra and delucis committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d268d1e View commit details
    Browse the repository at this point in the history
  6. Name Change and Color Consistency

    - Changed References to FooterLinks
    - Changed color consistency for Footer and FeedbackButton.
    SatanshuMishra committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9abc7b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    dca8276 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Use UI strings for labels

    Co-authored-by: Reuben Tier <[email protected]>
    delucis and TheOtterlord committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1b2996c View commit details
    Browse the repository at this point in the history
  2. Use UI strings for labels

    Co-authored-by: Reuben Tier <[email protected]>
    delucis and TheOtterlord committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2531032 View commit details
    Browse the repository at this point in the history
  3. Fix missing t()

    delucis committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    acabac2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7471a15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0901013 View commit details
    Browse the repository at this point in the history
  6. Use <Icon> for heart

    delucis committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fa50d86 View commit details
    Browse the repository at this point in the history
  7. pnpm format

    delucis committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8d6aad1 View commit details
    Browse the repository at this point in the history
  8. Tidy up icons

    delucis committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6c46363 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4737d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b27aa32 View commit details
    Browse the repository at this point in the history
  11. More layout cleanup

    delucis committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3de1d17 View commit details
    Browse the repository at this point in the history
  12. Re-use default footer

    delucis committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9fbda94 View commit details
    Browse the repository at this point in the history