Update package.json scripts, enhance layout with new components, and improve API error handling
Some checks failed
Deploy / deploy (push) Failing after 1h28m6s
Some checks failed
Deploy / deploy (push) Failing after 1h28m6s
- Added new scripts for database operations and temporary production in package.json. - Integrated KaydetBannerLazy component into the layout for improved user notifications. - Enhanced API error handling in the soru route to mark credit exhaustion. - Updated the IletisimPage for better button styling and user experience. - Refactored ListemPage to streamline user flow and improve session handling. - Removed unused ListePaneli component to clean up the codebase.
This commit is contained in:
@@ -19,11 +19,18 @@ export type OlayAdi =
|
||||
| "liste_olusturuldu"
|
||||
| "liste_revize"
|
||||
| "program_eklendi"
|
||||
| "netler_goruntulendi"
|
||||
| "danisman_sorusu"
|
||||
| "katalog_arama"
|
||||
| "odeme_baslatildi";
|
||||
| "odeme_baslatildi"
|
||||
| "hazir_panel_goruntulendi"
|
||||
| "giris_cta_tiklandi"
|
||||
| "kilit_goruntulendi"
|
||||
| "kredi_bitti"
|
||||
| "tadimlik_goruntulendi"
|
||||
| "kaydet_banner_goruntulendi";
|
||||
|
||||
type Ozellikler = Record<string, string | number>;
|
||||
export type Ozellikler = Record<string, string | number>;
|
||||
|
||||
interface RybbitApi {
|
||||
event: (ad: string, ozellikler?: Ozellikler) => void;
|
||||
|
||||
Reference in New Issue
Block a user