mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 02:49:42 +00:00
Migrate export generation flow from plain JS to Vue
Replaced the old JavaScript-based export generation logic with a Vue.js implementation to improve maintainability and modularity. Introduced a new API endpoint to fetch export status, updated the Webpack config, and integrated translations and Twig templates for the new flow. The Vue-based solution enhances user feedback and error handling during the export process.
This commit is contained in:
@@ -716,6 +716,12 @@ notification:
|
||||
|
||||
|
||||
export:
|
||||
generation:
|
||||
Export generation is pending: La génération de l'export est en cours
|
||||
Come back later: Retour à l'index
|
||||
Too many retries: Le nombre de vérification de la disponibilité de l'export a échoué. Essayez de recharger la page.
|
||||
Error while generating export: Erreur interne lors de la génération de l'export
|
||||
Export ready: L'export est prêt à être téléchargé
|
||||
address_helper:
|
||||
id: Identifiant de l'adresse
|
||||
street: Voie
|
||||
|
Reference in New Issue
Block a user