Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Add dark mode/light theme - Vanilla.js #290

Closed
wants to merge 8 commits into from

Conversation

29deepanshutyagi
Copy link
Contributor

issue #84

@@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4
- name: Get issue number from PR body
id: issue_number
uses: actions/github-script@v7
uses: actions/github-script@v6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm I don't think you want these changes in your PR 🤔

Copy link
Contributor

@blackgirlbytes blackgirlbytes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution @29deepanshutyagi , but I can't approve and merge. You might need to rebase. It seems like you're adding changes to GitHub Actions and Code Owner files. @finn-tbd just updated these, and we don't want those changes to revert. There's about 57 files changed here that I think will revert our repository.

Please remove all changes that are irrelevant to adding dark mode and light mode.


- name: Log in to the container registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There shouldn't be changes here either!

@blackgirlbytes
Copy link
Contributor

If this is too much to rebase, I might suggest closing this PR, pulling the latest changes from our repo, creating a new branch with your changes, and opening a new PR.

Copy link
Contributor

@blackgirlbytes blackgirlbytes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My last comment is...I don't see the support for dark mode / light mode reflected in your PR unfortunately. I don't see a button to manually test it.

Screenshot 2024-10-15 at 11 34 51 AM

And then please remember for each of your PRs to include a test, please and thank you. So we need a written test to make sure that light and dark mode are working.

@29deepanshutyagi
Copy link
Contributor Author

ok

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants