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

Improve Bevy news feed #1073

Merged
merged 11 commits into from Mar 6, 2024

Commits on Mar 3, 2024

  1. Copy the full SHA
    371e2e3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b48c5ca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    21fcaf2 View commit details
    Browse the repository at this point in the history
  4. Change reference to RSS into feed

    Technically we're using atom rather than RSS, minor technical difference.
    TrialDragon committed Mar 3, 2024
    Copy the full SHA
    bc7b900 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Add a website footer

    It's less intrusive than sticking the feed icon in the header and the site could use a footer.
    TrialDragon committed Mar 5, 2024
    Copy the full SHA
    0ec173b View commit details
    Browse the repository at this point in the history
  2. Switch feed icon to a neutral color svg

    It looks better on the site and modern. It's from the feather icons set: <https://github.com/feathericons/feather>
    TrialDragon committed Mar 5, 2024
    Copy the full SHA
    4b2e156 View commit details
    Browse the repository at this point in the history
  3. Add in the new files

    I forgot to `git add -A`, only `git commit -a`
    TrialDragon committed Mar 5, 2024
    Copy the full SHA
    aaf950a View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary sizing scss

    The width and height can just be set on the elements themselves.
    TrialDragon committed Mar 5, 2024
    Copy the full SHA
    7ad2c56 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Copy the full SHA
    6c293fa View commit details
    Browse the repository at this point in the history
  2. grayscale footer icons

    cart committed Mar 6, 2024
    Copy the full SHA
    2f107e5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dbb761d View commit details
    Browse the repository at this point in the history