Skip to content

Commit

Permalink
feat(ui): add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
s1rius committed May 29, 2024
1 parent 70c9bdb commit 8ab4692
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 10 deletions.
Binary file added ui-tauri/app-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions ui-tauri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"@tauri-apps/api": "^1.5.6",
"@tauri-apps/cli": "^1.5.14",
"vue": "^3.2.45"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",
"@tauri-apps/cli": "^1.5.14",
"@types/node": "^18.7.10",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.16",
Expand Down
6 changes: 0 additions & 6 deletions ui-tauri/public/tauri.svg

This file was deleted.

Binary file modified ui-tauri/src-tauri/icons/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tauri/src-tauri/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tauri/src-tauri/icons/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tauri/src-tauri/icons/Square107x107Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tauri/src-tauri/icons/Square142x142Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tauri/src-tauri/icons/Square150x150Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tauri/src-tauri/icons/Square284x284Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tauri/src-tauri/icons/Square30x30Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tauri/src-tauri/icons/Square310x310Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tauri/src-tauri/icons/Square44x44Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tauri/src-tauri/icons/Square71x71Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tauri/src-tauri/icons/Square89x89Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tauri/src-tauri/icons/StoreLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tauri/src-tauri/icons/icon.icns
Binary file not shown.
Binary file modified ui-tauri/src-tauri/icons/icon.ico
Binary file not shown.
Binary file modified ui-tauri/src-tauri/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ui-tauri/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ listen('tauri://file-drop', (event: Event<string[]>) => {
<template>
<div class="container bg-white dark:bg-stone-700/0 w-full max-w-full h-max-full p-3">
<div v-if="!showTable"
class="container w-full max-w-screen h-[calc(95dvh)] max-h-5/6 border-dashed border-2 border-slate-200">
class="container w-full max-w-full h-[calc(95dvh)] max-h-5/6 border-dashed border-2 border-slate-200">
<div class="absolute top-12 self-center w-1/2">
<img src="./assets/drag&drop.png" />
</div>
Expand All @@ -136,7 +136,7 @@ listen('tauri://file-drop', (event: Event<string[]>) => {
log.t }}</td>
<td class="mx-1 align-top" :style="{ color: getColorClass(log.l) }">{{ log.g }}</td>
<td class="w-30 mx-3 align-top text-left" :style="{ color: getColorClass(log.l) }">{{ log.l }}</td>
<td class="text-wrap text-left break-all" :style="{ color: getColorClass(log.l) }">{{ log.c }}</td>
<td class="align-top text-wrap text-left break-all" :style="{ color: getColorClass(log.l) }">{{ log.c }}</td>
</tr>
</tbody>
</table>
Expand Down
Binary file modified ui-tauri/src/assets/drag&drop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8ab4692

Please sign in to comment.