diff --git a/floating.html b/floating.html index f7aeb7a..000600b 100644 --- a/floating.html +++ b/floating.html @@ -5,14 +5,13 @@ Floating Button - + - \ No newline at end of file diff --git a/index.html b/index.html index 2eedc63..3690fd9 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Tela de Atendimento - +
diff --git a/login.html b/login.html index 67eee66..1fb3558 100644 --- a/login.html +++ b/login.html @@ -5,7 +5,7 @@ Login - +
diff --git a/main.js b/main.js index 94c2a31..79ec695 100644 --- a/main.js +++ b/main.js @@ -276,7 +276,6 @@ function createFloatingWindow() { floatingWin.on('closed', () => { floatingWin = null; }); - // floatingWin.webContents.openDevTools(); } function createMainWindow() { diff --git a/operator.html b/operator.html index 7084829..440ceae 100644 --- a/operator.html +++ b/operator.html @@ -5,7 +5,7 @@ Selecionar Operador - +
diff --git a/package.json b/package.json index 3a04376..64c24ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoatendcolab", - "version": "1.0.3", + "version": "1.0.4", "main": "main.js", "isBuildNow": true, "scripts": { diff --git a/renderer.js b/renderer.js index 66f8198..f23bce6 100644 --- a/renderer.js +++ b/renderer.js @@ -50,7 +50,7 @@ function populateList(currentData) { // Adiciona os outros itens apenas para visualização (opcional) const proximos = JSON.parse(datastorage); - var count = 15; + var count = 8; itemList.innerHTML = ''; // Limpa a lista anterior if (!proximos || proximos.length === 0 || !currentData) { @@ -113,7 +113,6 @@ function showListView() { encaminharView.style.display = 'none'; observationView.style.display = 'none'; observationText.value = ''; // Limpa a textarea - // nextButton.disabled = !selectedItemId; // Habilita/desabilita baseado na seleção } showListView(); @@ -149,8 +148,6 @@ saveButton.addEventListener('click', () => { if (selectedItemId !== null) { window.electronAPI.saveObservation({ itemId: selectedItemId, observation: observation }); window.location.reload(); - // A janela será escondida pelo main process após salvar (conforme main.js) - // Se quiser resetar a view sem esconder, chame showListView() aqui. } }); diff --git a/res/img/client.png b/res/img/client.png new file mode 100644 index 0000000..f731ce2 Binary files /dev/null and b/res/img/client.png differ diff --git a/js/jquery/jquery.js b/res/js/jquery/jquery.js similarity index 100% rename from js/jquery/jquery.js rename to res/js/jquery/jquery.js diff --git a/js/jquery/jquery.min.js b/res/js/jquery/jquery.min.js similarity index 100% rename from js/jquery/jquery.min.js rename to res/js/jquery/jquery.min.js diff --git a/js/jquery/jquery.min.map b/res/js/jquery/jquery.min.map similarity index 100% rename from js/jquery/jquery.min.map rename to res/js/jquery/jquery.min.map diff --git a/js/jquery/jquery.slim.js b/res/js/jquery/jquery.slim.js similarity index 100% rename from js/jquery/jquery.slim.js rename to res/js/jquery/jquery.slim.js diff --git a/js/jquery/jquery.slim.min.js b/res/js/jquery/jquery.slim.min.js similarity index 100% rename from js/jquery/jquery.slim.min.js rename to res/js/jquery/jquery.slim.min.js diff --git a/js/jquery/jquery.slim.min.map b/res/js/jquery/jquery.slim.min.map similarity index 100% rename from js/jquery/jquery.slim.min.map rename to res/js/jquery/jquery.slim.min.map diff --git a/update.html b/update.html index bd93c71..828b03d 100644 --- a/update.html +++ b/update.html @@ -5,7 +5,7 @@ Update - +