kumaradityaraj opened a new pull request, #3401: URL: https://github.com/apache/incubator-kie-tools/pull/3401
--- Closes https://github.com/apache/incubator-kie-tools/issues/3400 --- ## ✨ Enhance Data Index Webapp Header with Version & Useful Links ### 📌 Summary This PR enhances the **Data Index Webapp** by improving visibility and accessibility of key information. It adds **version details** and provides **direct links** to GraphQL UI dev console. - **NOTE** - html-replace-webpack-plugin has been removed because it was breaking the replacement of variables and they are declared in templateParameters ### ✅ What’s New - **Version Information** - Displays the current Data Index version in the webapp UI. - **Quick Access Links** - Link to the official **documentation**. - Link to the **GraphiQL Dev UI console** for interacting with the GraphQL API. ## 🧪 How to Test Follow these steps to build and run the webapp locally: ```bash # From the project root cd incubator-kie-tools/ pnpm -F kogito-data-index-webapp... build:dev cd packages/kogito-data-index-webapp pnpm start Navigate to - http://localhost:9026 ``` ### 📷 Screenshots <img width="1512" height="907" alt="Screenshot 2026-01-22 at 2 56 47 PM" src="https://github.com/user-attachments/assets/45b404ca-6fe2-44b7-937a-e66566aa8a56" /> <img width="1512" height="907" alt="Screenshot 2026-01-22 at 2 56 53 PM" src="https://github.com/user-attachments/assets/9b907a20-78b9-4f5c-8eef-26ad73b2b3d8" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
