Files
psp_panel/public/favicon/site.webmanifest
T
ahasani a816c05777 feat: add refresh functionality to various components
- Implemented refresh event emission in multiple list components across partner and superAdmin modules.
- Updated consumers and customers list components to handle refresh actions.
- Enhanced dashboard component to fetch partner info on initialization.
- Introduced new API method in PartnerService to retrieve current partner data.
- Modified PartnerStore to utilize the new API method for fetching partner information.
- Updated UI elements to reflect changes in partner and license management, including new fields for license renewals.
- Added a new POS display component for better presentation of POS terminal information.
- Updated layout service and top bar to reflect new titles and improve user experience.
- Refactored existing components to ensure consistency and maintainability.
2026-04-24 23:01:44 +03:30

22 lines
534 B
JSON

{
"background_color": "#ffffff",
"display": "standalone",
"icons": [
{
"purpose": "maskable",
"sizes": "192x192",
"src": "/web-app-manifest-192x192.png",
"type": "image/png"
},
{
"purpose": "maskable",
"sizes": "512x512",
"src": "/web-app-manifest-512x512.png",
"type": "image/png"
}
],
"name": "مدیریت صورت‌حساب‌های مالیاتی",
"short_name": "مدیریت صورت‌حساب‌های مالیاتی",
"theme_color": "#ffffff"
}