this repo has no description
commits
Author
Commit
Message
Date
馃 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Add external sources feature.
Update issue templates
refactor: convert logical operator to optional chainining
The [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) operator can be used to perform null checks before accessing a property, or calling a function.