Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ec4d403 authored by Paula's avatar Paula
Browse files

user-friendly error card and report download from Watchdog

parent 5f7edecf
Loading
Loading
Loading
Loading
+20 −3
Original line number Diff line number Diff line
@@ -34,10 +34,27 @@
              ></span>
            </button>
          </a>
          <div id="error-message-state" hidden="display:none">
          <div id="error-message-state" class="card" hidden>
            <div class="error-header">
              <img
                class="error-img"
                src="assets/images/icons/critical-error.svg"
              />
              <div class="error-title" data-translate="error-occurred"></div>
            </div>
            <div class="card-body">
              <div id="error-caption-state"></div>
              <div id="error-text-state"></div>
            </div>
            <div class="card-footer">
              <div>
                <button id="download-log">
                  <span data-translate="download-log"></span>
                  <span class="btn-loader"></span>
                </button>
              </div>
            </div>
          </div>
          <a
            href="https://doc.e.foundation/eos-installer"
            target="_blank"
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
  "enable-usb-file-transfer": "USB-Dateiübertragung aktivieren",
  "enable-usb-file-transfer-instructions-1": "Scrollen Sie im <code>Entwickleroptionen</code>-Bildschirm nach unten, um <code>Default USB configuration</code> zu finden, und tippen Sie darauf.",
  "enable-usb-file-transfer-instructions-2": "Wählen Sie jetzt die Option <code>File Transfer</code> (bei einigen Geräten heißt es <code>MTP mode (media transfer protocol)</code>).",
  "error-occurred": "Es ist ein Fehler aufgetreten",
  "format-device": "Gerät formatieren",
  "format-device-instructions-1": "Wählen Sie <code>Factory reset</code>.",
  "format-device-instructions-2": "Wählen Sie die Option <code>Format data / Factory reset</code>.",
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
  "enable-usb-file-transfer": "Enable USB file transfer",
  "enable-usb-file-transfer-instructions-1": "Still inside the <code>Developer options</code>, scroll down to find <code>Default USB configuration</code> and tap on it.",
  "enable-usb-file-transfer-instructions-2": "Now select the <code>File Transfer</code> option (on some devices it is called <code>MTP mode (media transfer protocol)</code>).",
  "error-occurred": "An error occurred",
  "format-device": "Format the device",
  "format-device-instructions-1": "Select <code>Factory reset</code>.",
  "format-device-instructions-2": "Select <code>Format data / Factory reset</code> option.",
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
  "enable-usb-file-transfer": "Habilitar transferencia de archivos USB",
  "enable-usb-file-transfer-instructions-1": "Aún dentro de las <code>opciones de desarrollador</code>, desplázate hacia abajo para encontrar <code>Default USB configuration</code> y pulsa sobre ella.",
  "enable-usb-file-transfer-instructions-2": "Ahora selecciona la opción <code>File Transfer</code> (en algunos dispositivos se llama <code>MTP mode (media transfer protocol)</code>).",
  "error-occurred": "Se ha producido un error",
  "format-device": "Formatear el dispositivo",
  "format-device-instructions-1": "Selecciona <code>Factory reset</code>.",
  "format-device-instructions-2": "Selecciona la opción <code>Format data / Factory reset</code>.",
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
  "enable-usb-file-transfer": "Activer le transfert de fichiers USB",
  "enable-usb-file-transfer-instructions-1": "Toujours dans les <code>options développeur</code>, faites défiler vers le bas pour trouver <code>Default USB configuration</code> et appuyez dessus.",
  "enable-usb-file-transfer-instructions-2": "Sélectionnez maintenant l'option <code>File Transfer</code> (sur certains appareils, elle est appelée <code>MTP mode (media transfer protocol)</code>).",
  "error-occurred": "Une erreur s'est produite",
  "format-device": "Formater l'appareil",
  "format-device-instructions-1": "Sélectionnez <code>Factory reset</code>.",
  "format-device-instructions-2": "Sélectionnez l'option <code>Format data / Factory reset</code>.",
Loading