Open Issues Need Help
View All on GitHub Make cards in library page links about 2 hours ago
AI Summary: The user requests that the cards displayed on the `/library` page be made clickable. This involves wrapping each card in an `<a>` tag, with its `href` attribute dynamically generated by the `web/handlers.go` file.
Complexity:
2/5
enhancement good first issue
Add support for config file about 2 hours ago
AI Summary: This issue requests the implementation of a TOML configuration file to store user preferences for the program. The configuration file, or a related Go helper module, should be located at `helper/config.toml`.
Complexity:
3/5
enhancement good first issue