feat: Dynamic What's New with Gitea API integration
✅ Fixed all ESLint warnings in analytics.js ✅ Created comprehensive releaseNotesAPI.js with multiple source support: - Static JSON fallback - Custom API endpoint support ✅ Updated ReleaseNotes component to use live Gitea API: - Uses environment variables for configuration - Graceful fallback to static data if API fails - Enhanced commit message parsing ✅ Build successful with no errors or warnings ✅ What's New feature now dynamically loads from your Git commits
This commit is contained in:
37
public/data/releases.json
Normal file
37
public/data/releases.json
Normal file
@@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"id": "04db088f",
|
||||
"message": "feat: Invoice Editor improvements and code cleanup",
|
||||
"date": "2025-01-28T00:19:28+07:00",
|
||||
"author": "Developer",
|
||||
"url": "https://git.backoffice.biz.id/dwindown/dewedev/-/commit/04db088f"
|
||||
},
|
||||
{
|
||||
"id": "b2850ea1",
|
||||
"message": "fix: Remove unused variables to resolve ESLint errors",
|
||||
"date": "2025-01-27T23:45:00+07:00",
|
||||
"author": "Developer",
|
||||
"url": "https://git.backoffice.biz.id/dwindown/dewedev/-/commit/b2850ea1"
|
||||
},
|
||||
{
|
||||
"id": "7792190e",
|
||||
"message": "feat: Enhanced What's New feature with NON_TOOLS category and global footer",
|
||||
"date": "2025-01-27T22:30:00+07:00",
|
||||
"author": "Developer",
|
||||
"url": "https://git.backoffice.biz.id/dwindown/dewedev/-/commit/7792190e"
|
||||
},
|
||||
{
|
||||
"id": "21d0406e",
|
||||
"message": "Improve ObjectEditor and PostmanTable UI/UX",
|
||||
"date": "2025-01-27T21:15:00+07:00",
|
||||
"author": "Developer",
|
||||
"url": "https://git.backoffice.biz.id/dwindown/dewedev/-/commit/21d0406e"
|
||||
},
|
||||
{
|
||||
"id": "57655410",
|
||||
"message": "feat: optimize analytics and mobile UI improvements",
|
||||
"date": "2025-01-27T20:00:00+07:00",
|
||||
"author": "Developer",
|
||||
"url": "https://git.backoffice.biz.id/dwindown/dewedev/-/commit/57655410"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user