Commit Graph

3 Commits

Author SHA1 Message Date
AmirReza Jamali a238edc563 feat(dashboard): refactor home page to utilize TenderDashboard component
- Replaced the previous home page structure with a simplified TenderDashboard component for improved clarity and maintainability.
- Updated the .gitignore file to include IDE-specific files, ensuring a cleaner repository.
- Enhanced the useTenderListPresenter to support new parsing logic for cpv_codes in search parameters.
- Introduced a new utility function, buildQueryString, for better handling of query parameters in API requests.
2026-05-18 10:59:16 +03:30
AmirReza Jamali 274b48007d build: Allow .env.production to be committed
Modify the .gitignore file to explicitly un-ignore the `.env.production` file.

This allows the production environment configuration to be version-controlled, ensuring it is available for build and deployment processes.
2025-09-09 16:57:28 +03:30
AmirReza Jamali 1d4ccb3575 Initial commit for new panel 2025-09-09 11:20:26 +03:30