Sign UI Güncellemeleri 🎨
📅 7 Kasım 2025
Modern topbar layout, OpenAPI client entegrasyonu ve type-safe API calls!
✅ OpenAPI TypeScript Client
Önceki durum:
- Manuel yazılmış API client
- Hardcoded tipleri
- Base64 string veri iletişimi
Yeni durum:
- ✅
openapi-typescript-codegenile otomatik client - ✅ Type-safe API çağrıları
- ✅ Gerçek DTO’lar (
SignPadesDto,SignXadesDto) - ✅ FormData ve Blob kullanımı
Generated Client:
src/api/generated/
├── models/ # DTO tanımları
├── services/ # API servisleri
└── core/ # Client core🎨 Modern Topbar Layout
Önceki: Sol sidebar navigation
Yeni: Üst topbar navigation
Özellikler:
- ✅ Horizontal menü
- ✅ Sticky header
- ✅ Real-time status indicators
- ✅ Daha geniş içerik alanı
- ✅ Responsive tasarım
🔌 Tüm Sayfalar API Entegrasyonu
PDF İmzalama
SignPadesDtokullanıyor- File upload (FormData)
- Blob response handling
- Otomatik PDF indirme
XML İmzalama
SignXadesDtokullanıyorDocumentTypeenum desteği- ZIP option
- Örnek XML yükleme
SOAP İmzalama
SignWsSecurityDtokullanıyor- SOAP 1.1/1.2 desteği
Timestamp
- File-based timestamp alma
- Validation (detaylı rapor)
.tstdosyası indirme
Sertifikalar
CertificateInfoDtokullanıyor- Detaylı bilgiler
- Geçerlilik kontrolü
TÜBİTAK
TubitakCreditResponseDtokullanıyor- Kontör gösterimi
- Otomatik refresh
🎣 Custom Hooks Güncellemeleri
// Generated client kullanıyor
export const useSignPDF = () => {
return useMutation({
mutationFn: (data: SignPadesDto) =>
PadesControllerService.signPades(data),
})
}📦 Yeni Paketler
{
"devDependencies": {
"openapi-typescript-codegen": "^0.29.0"
}
}🗑️ Temizlik
Kaldırılan eski dosyalar:
- ❌ Eski sidebar components
- ❌ Manuel API client
- ❌ Eski layout components
🔄 Client Yenileme
Backend güncellendiğinde:
curl -s http://localhost:8085/api-docs -o openapi.json
npx openapi-typescript-codegen --input ./openapi.json --output ./src/api/generated🎯 UI/UX İyileştirmeleri
- Modern Topbar
- Temiz Layout
- Better User Feedback (loading, alerts)
- Responsive Design
📅 Yayın Tarihi: 7 Kasım 2025
Tech Stack: React 19, Vite 7, TypeScript, Tailwind 4