Commit Graph

3 Commits

Author SHA1 Message Date
9f7bd68669 feat: rename project title in README from generic placeholder to Mr. Issue
The README.md heading was updated from "Project Name Matching and Issue Creation in app.py" to "Mr. Issue" to provide a more concise and branded project identifier for the documentation.
2025-10-03 17:45:32 +00:00
6475ab25ec chore: remove trailing whitespace from README.md line 42 2025-10-03 17:44:09 +00:00
668c4eac9c feat: add initial Gitea issue viewer with FastAPI backend and WebSocket support
The commit introduces a new application for browsing Gitea issues, consisting of a FastAPI backend with a GiteaClient class for API interactions, a WebSocket endpoint for real-time updates, and an HTML frontend with login form and issue display. The .gitignore file is also added to exclude .env files from version control.
2025-10-03 17:42:01 +00:00