This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Add dark mode/light theme - Vanilla.js #290
Closed
Closed
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
151f67c
Add About page component and integrate Tailwind CSS
29deepanshutyagi 32d09c5
Refactor user authentication flow for improved error handling
29deepanshutyagi 6725301
Update About page test to reflect new heading
29deepanshutyagi 761c841
Merge branch 'main' of https://github.com/29deepanshutyagi/tbd-examples
29deepanshutyagi 647df7b
Implement Todo List functionality with add, edit, delete, and toggle …
29deepanshutyagi 5f9e51c
Add TypeScript support for tasks in TodoList component
29deepanshutyagi e398a6b
Resolved merge conflict in TodoList.vue
29deepanshutyagi 78837bd
Add theme toggle functionality and dark mode support
29deepanshutyagi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,10 +24,10 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v3 | ||
|
||
- name: Log in to the container registry | ||
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 | ||
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There shouldn't be changes here either! |
||
with: | ||
registry: ghcr.io | ||
username: ${{ github.actor }} | ||
|
@@ -46,7 +46,7 @@ jobs: | |
type=sha | ||
|
||
- name: Build and push container image | ||
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 | ||
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1 | ||
with: | ||
context: javascript/vc-to-dwn-server | ||
push: true | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
# any files outside of examples, and examples that don't yet have a codeowner | ||
* @finn-tbd @angiejones @blackgirlbytes @acekyd @EbonyLouis | ||
|
||
javascript/book-reviews @angiejones | ||
javascript/dinger @blackgirlbytes | ||
javascript/dinger-starter @blackgirlbytes | ||
javascript/dwa-starter-react-vite @leordev @blackgirlbytes | ||
javascript/dwa-starter-vanillajs-vite @leordev @blackgirlbytes | ||
javascript/dwa-starter-vue @leordev @blackgirlbytes @acekyd | ||
javascript/fan-club-credential @nitro-neal @blackgirlbytes @EbonyLouis | ||
javascript/kcc-issuance-snippet @angiejones | ||
javascript/kcc-prototype-exemplar @KendallWeihe @EbonyLouis @acekyd | ||
javascript/pfi-aud-usd-tbdex @michaelneale @acekyd | ||
javascript/shared-todo @acekyd | ||
javascript/shared-todo-starter @acekyd | ||
javascript/tbdex-pfi-exemplar @michaelneale @mistermoe @jiyoontbd @acekyd | ||
javascript/todo @acekyd @blackgirlbytes | ||
javascript/todo-starter @acekyd @blackgirlbytes | ||
javascript/vc-to-dwn-server @blackgirlbytes | ||
kotlin/tbdex-example-android @michaelneale @jiyoontbd @acekyd @angiejones | ||
swift/tbdex-example-ios @acekyd @angiejones | ||
javascript/book-reviews @angiejones | ||
javascript/dinger @blackgirlbytes | ||
javascript/dinger-starter @blackgirlbytes | ||
javascript/fan-club-credential @nitro-neal @blackgirlbytes @EbonyLouis | ||
javascript/kcc-prototype-exemplar @KendallWeihe @EbonyLouis @acekyd | ||
javascript/pfi-aud-usd-tbdex @michaelneale @acekyd | ||
javascript/shared-todo @acekyd | ||
javascript/shared-todo-starter @acekyd | ||
javascript/tbdex-pfi-exemplar @michaelneale @mistermoe @jiyoontbd @acekyd | ||
javascript/todo @acekyd @blackgirlbytes | ||
javascript/todo-starter @acekyd @blackgirlbytes | ||
javascript/dwa-starter-react-vite @leordev @blackgirlbytes | ||
javascript/vc-to-dwn-server @blackgirlbytes | ||
kotlin/tbdex-example-android @michaelneale @jiyoontbd @acekyd @angiejones | ||
swift/tbdex-example-ios @acekyd @angiejones |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
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 🤔