Closed i-be-keggles closed 1 year ago
This pull request introduces a GitHub Actions workflow for syncing branches, updates README files, and enhances the frontend with new components like a matrix background wave effect, a GitHub rankings table, and a word cloud. It also integrates Matomo analytics for tracking page views.
File(s) | Summary |
---|---|
.github/workflows/remote-prod.yaml |
Adds a GitHub Actions workflow for syncing "prod" branch from Repo A to Repo B. |
README.md , fe-public/README.md |
Updates README files with new content and instructions. |
fe-public/src/components/MatrixBackground.astro , fe-public/src/components/Scoreboard.astro , fe-public/src/components/WordCloud.astro |
Enhances the frontend with new components: a matrix background wave effect, a GitHub rankings table, and a word cloud. |
fe-public/src/layouts/Blog.astro , fe-public/src/layouts/Layout.astro |
Integrates Matomo analytics for tracking page views and adds external CSS stylesheet. |
fe-public/src/pages/index.astro |
Reorganizes layout structure and imports new components. |
ππ»
Code changes here, code changes there,
In the world of Git, everywhere.
New features added, with care and wit,
Celebrate, for we've made quite a hit!
Wave effects, rankings, a cloud of words,
Like a symphony played by coding nerds.
So here's to the code, ever so bright,
Keep on coding, day and night! πβ¨
π
I think there may have been some rebase error on your fork, we can take a look later today. From what I can see some of the changes from upstream didn't transfer to your fork, so this PR is trying to 'revert' some changes.
Git why. I changed 1 file. Gonna reset the branch. Amazing that this was your first review @vtwoptwo. The rest of our code is fine I swear.
Fixed some formatting errors (there were annoying commas everywhere and that gap space at the top). Also added gradient falloff. Spent like an hour fixing some tip behind thing. I love git.
Summary by CodeRabbit
Release Notes:
MatrixBackground.astro
and organized the code into a module.Scoreboard.astro
, displaying user contributions with a progress bar.WordCloud.astro
, showcasing an array of words in random positions.Blog.astro
andLayout.astro
.Layout.astro
.index.astro
and introduced new components.