1 Commits

Author SHA1 Message Date
John Doe e0c7337ff5 feat: Initialize fullstack-test application with essential configurations and components
- Add package.json with scripts and dependencies for development, testing, and building.
- Create Playwright configuration for end-to-end testing.
- Add provisioning files for Grafana plugin setup.
- Implement core application structure with routing and lazy-loaded components.
- Develop pages (PageOne, PageTwo, PageThree, PageFour) with respective functionalities.
- Create AppConfig component for plugin configuration with API settings.
- Implement tests for App and AppConfig components.
- Add utility functions for routing and test fixtures.
- Include TypeScript configuration for the project.
- Add logo and necessary assets for the application.
2025-10-04 17:08:52 +02:00